Class: Google::Privacy::Dlp::V2::BigQueryOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb

Overview

Options defining BigQuery table and row identifiers.

Instance Attribute Summary collapse

Instance Attribute Details

#identifying_fieldsArray<Google::Privacy::Dlp::V2::FieldId>

Returns References to fields uniquely identifying rows within the table. Nested fields in the format, like +person.birthdate.year+, are allowed.

Returns:

  • (Array<Google::Privacy::Dlp::V2::FieldId>)

    References to fields uniquely identifying rows within the table. Nested fields in the format, like +person.birthdate.year+, are allowed.



237
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 237

class BigQueryOptions; end

#rows_limitInteger

Returns Max number of rows to scan. If the table has more rows than this value, the rest of the rows are omitted. If not set, or if set to 0, all rows will be scanned. Cannot be used in conjunction with TimespanConfig.

Returns:

  • (Integer)

    Max number of rows to scan. If the table has more rows than this value, the rest of the rows are omitted. If not set, or if set to 0, all rows will be scanned. Cannot be used in conjunction with TimespanConfig.



237
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 237

class BigQueryOptions; end

#table_referenceGoogle::Privacy::Dlp::V2::BigQueryTable

Returns Complete BigQuery table reference.

Returns:



237
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 237

class BigQueryOptions; end