Class: Google::Privacy::Dlp::V2beta1::BigQueryOptions
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::BigQueryOptions
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/storage.rb
Overview
Options defining BigQuery table and row identifiers.
Instance Attribute Summary collapse
-
#identifying_fields ⇒ Array<Google::Privacy::Dlp::V2beta1::FieldId>
References to fields uniquely identifying rows within the table.
-
#table_reference ⇒ Google::Privacy::Dlp::V2beta1::BigQueryTable
Complete BigQuery table reference.
Instance Attribute Details
#identifying_fields ⇒ Array<Google::Privacy::Dlp::V2beta1::FieldId>
Returns References to fields uniquely identifying rows within the table. Nested fields in the format, like +person.birthdate.year+, are allowed.
148 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/storage.rb', line 148 class BigQueryOptions; end |
#table_reference ⇒ Google::Privacy::Dlp::V2beta1::BigQueryTable
Returns Complete BigQuery table reference.
148 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/storage.rb', line 148 class BigQueryOptions; end |