public interface BigQueryOptionsOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FieldId |
getIdentifyingFields(int index)
References to fields uniquely identifying rows within the table.
|
int |
getIdentifyingFieldsCount()
References to fields uniquely identifying rows within the table.
|
java.util.List<FieldId> |
getIdentifyingFieldsList()
References to fields uniquely identifying rows within the table.
|
FieldIdOrBuilder |
getIdentifyingFieldsOrBuilder(int index)
References to fields uniquely identifying rows within the table.
|
java.util.List<? extends FieldIdOrBuilder> |
getIdentifyingFieldsOrBuilderList()
References to fields uniquely identifying rows within the table.
|
BigQueryTable |
getTableReference()
Complete BigQuery table reference.
|
BigQueryTableOrBuilder |
getTableReferenceOrBuilder()
Complete BigQuery table reference.
|
boolean |
hasTableReference()
Complete BigQuery table reference.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasTableReference()
Complete BigQuery table reference.
.google.privacy.dlp.v2.BigQueryTable table_reference = 1;BigQueryTable getTableReference()
Complete BigQuery table reference.
.google.privacy.dlp.v2.BigQueryTable table_reference = 1;BigQueryTableOrBuilder getTableReferenceOrBuilder()
Complete BigQuery table reference.
.google.privacy.dlp.v2.BigQueryTable table_reference = 1;java.util.List<FieldId> getIdentifyingFieldsList()
References to fields uniquely identifying rows within the table. Nested fields in the format, like `person.birthdate.year`, are allowed.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 2;FieldId getIdentifyingFields(int index)
References to fields uniquely identifying rows within the table. Nested fields in the format, like `person.birthdate.year`, are allowed.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 2;int getIdentifyingFieldsCount()
References to fields uniquely identifying rows within the table. Nested fields in the format, like `person.birthdate.year`, are allowed.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 2;java.util.List<? extends FieldIdOrBuilder> getIdentifyingFieldsOrBuilderList()
References to fields uniquely identifying rows within the table. Nested fields in the format, like `person.birthdate.year`, are allowed.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 2;FieldIdOrBuilder getIdentifyingFieldsOrBuilder(int index)
References to fields uniquely identifying rows within the table. Nested fields in the format, like `person.birthdate.year`, are allowed.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 2;