Package com.google.privacy.dlp.v2
Class BigQueryOptions.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<BigQueryOptions.Builder>
-
- com.google.privacy.dlp.v2.BigQueryOptions.Builder
-
- All Implemented Interfaces:
BigQueryOptionsOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- BigQueryOptions
public static final class BigQueryOptions.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BigQueryOptions.Builder> implements BigQueryOptionsOrBuilder
Options defining BigQuery table and row identifiers.
Protobuf typegoogle.privacy.dlp.v2.BigQueryOptions
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BigQueryOptions.Builder
addAllExcludedFields(Iterable<? extends FieldId> values)
References to fields excluded from scanning.BigQueryOptions.Builder
addAllIdentifyingFields(Iterable<? extends FieldId> values)
Table fields that may uniquely identify a row within the table.BigQueryOptions.Builder
addAllIncludedFields(Iterable<? extends FieldId> values)
Limit scanning only to these fields.BigQueryOptions.Builder
addExcludedFields(int index, FieldId value)
References to fields excluded from scanning.BigQueryOptions.Builder
addExcludedFields(int index, FieldId.Builder builderForValue)
References to fields excluded from scanning.BigQueryOptions.Builder
addExcludedFields(FieldId value)
References to fields excluded from scanning.BigQueryOptions.Builder
addExcludedFields(FieldId.Builder builderForValue)
References to fields excluded from scanning.FieldId.Builder
addExcludedFieldsBuilder()
References to fields excluded from scanning.FieldId.Builder
addExcludedFieldsBuilder(int index)
References to fields excluded from scanning.BigQueryOptions.Builder
addIdentifyingFields(int index, FieldId value)
Table fields that may uniquely identify a row within the table.BigQueryOptions.Builder
addIdentifyingFields(int index, FieldId.Builder builderForValue)
Table fields that may uniquely identify a row within the table.BigQueryOptions.Builder
addIdentifyingFields(FieldId value)
Table fields that may uniquely identify a row within the table.BigQueryOptions.Builder
addIdentifyingFields(FieldId.Builder builderForValue)
Table fields that may uniquely identify a row within the table.FieldId.Builder
addIdentifyingFieldsBuilder()
Table fields that may uniquely identify a row within the table.FieldId.Builder
addIdentifyingFieldsBuilder(int index)
Table fields that may uniquely identify a row within the table.BigQueryOptions.Builder
addIncludedFields(int index, FieldId value)
Limit scanning only to these fields.BigQueryOptions.Builder
addIncludedFields(int index, FieldId.Builder builderForValue)
Limit scanning only to these fields.BigQueryOptions.Builder
addIncludedFields(FieldId value)
Limit scanning only to these fields.BigQueryOptions.Builder
addIncludedFields(FieldId.Builder builderForValue)
Limit scanning only to these fields.FieldId.Builder
addIncludedFieldsBuilder()
Limit scanning only to these fields.FieldId.Builder
addIncludedFieldsBuilder(int index)
Limit scanning only to these fields.BigQueryOptions.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
BigQueryOptions
build()
BigQueryOptions
buildPartial()
BigQueryOptions.Builder
clear()
BigQueryOptions.Builder
clearExcludedFields()
References to fields excluded from scanning.BigQueryOptions.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
BigQueryOptions.Builder
clearIdentifyingFields()
Table fields that may uniquely identify a row within the table.BigQueryOptions.Builder
clearIncludedFields()
Limit scanning only to these fields.BigQueryOptions.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
BigQueryOptions.Builder
clearRowsLimit()
Max number of rows to scan.BigQueryOptions.Builder
clearRowsLimitPercent()
Max percentage of rows to scan.BigQueryOptions.Builder
clearSampleMethod()
.google.privacy.dlp.v2.BigQueryOptions.SampleMethod sample_method = 4;
BigQueryOptions.Builder
clearTableReference()
Complete BigQuery table reference.BigQueryOptions.Builder
clone()
BigQueryOptions
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
FieldId
getExcludedFields(int index)
References to fields excluded from scanning.FieldId.Builder
getExcludedFieldsBuilder(int index)
References to fields excluded from scanning.List<FieldId.Builder>
getExcludedFieldsBuilderList()
References to fields excluded from scanning.int
getExcludedFieldsCount()
References to fields excluded from scanning.List<FieldId>
getExcludedFieldsList()
References to fields excluded from scanning.FieldIdOrBuilder
getExcludedFieldsOrBuilder(int index)
References to fields excluded from scanning.List<? extends FieldIdOrBuilder>
getExcludedFieldsOrBuilderList()
References to fields excluded from scanning.FieldId
getIdentifyingFields(int index)
Table fields that may uniquely identify a row within the table.FieldId.Builder
getIdentifyingFieldsBuilder(int index)
Table fields that may uniquely identify a row within the table.List<FieldId.Builder>
getIdentifyingFieldsBuilderList()
Table fields that may uniquely identify a row within the table.int
getIdentifyingFieldsCount()
Table fields that may uniquely identify a row within the table.List<FieldId>
getIdentifyingFieldsList()
Table fields that may uniquely identify a row within the table.FieldIdOrBuilder
getIdentifyingFieldsOrBuilder(int index)
Table fields that may uniquely identify a row within the table.List<? extends FieldIdOrBuilder>
getIdentifyingFieldsOrBuilderList()
Table fields that may uniquely identify a row within the table.FieldId
getIncludedFields(int index)
Limit scanning only to these fields.FieldId.Builder
getIncludedFieldsBuilder(int index)
Limit scanning only to these fields.List<FieldId.Builder>
getIncludedFieldsBuilderList()
Limit scanning only to these fields.int
getIncludedFieldsCount()
Limit scanning only to these fields.List<FieldId>
getIncludedFieldsList()
Limit scanning only to these fields.FieldIdOrBuilder
getIncludedFieldsOrBuilder(int index)
Limit scanning only to these fields.List<? extends FieldIdOrBuilder>
getIncludedFieldsOrBuilderList()
Limit scanning only to these fields.long
getRowsLimit()
Max number of rows to scan.int
getRowsLimitPercent()
Max percentage of rows to scan.BigQueryOptions.SampleMethod
getSampleMethod()
.google.privacy.dlp.v2.BigQueryOptions.SampleMethod sample_method = 4;
int
getSampleMethodValue()
.google.privacy.dlp.v2.BigQueryOptions.SampleMethod sample_method = 4;
BigQueryTable
getTableReference()
Complete BigQuery table reference.BigQueryTable.Builder
getTableReferenceBuilder()
Complete BigQuery table reference.BigQueryTableOrBuilder
getTableReferenceOrBuilder()
Complete BigQuery table reference.boolean
hasTableReference()
Complete BigQuery table reference.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
BigQueryOptions.Builder
mergeFrom(BigQueryOptions other)
BigQueryOptions.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
BigQueryOptions.Builder
mergeFrom(com.google.protobuf.Message other)
BigQueryOptions.Builder
mergeTableReference(BigQueryTable value)
Complete BigQuery table reference.BigQueryOptions.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
BigQueryOptions.Builder
removeExcludedFields(int index)
References to fields excluded from scanning.BigQueryOptions.Builder
removeIdentifyingFields(int index)
Table fields that may uniquely identify a row within the table.BigQueryOptions.Builder
removeIncludedFields(int index)
Limit scanning only to these fields.BigQueryOptions.Builder
setExcludedFields(int index, FieldId value)
References to fields excluded from scanning.BigQueryOptions.Builder
setExcludedFields(int index, FieldId.Builder builderForValue)
References to fields excluded from scanning.BigQueryOptions.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
BigQueryOptions.Builder
setIdentifyingFields(int index, FieldId value)
Table fields that may uniquely identify a row within the table.BigQueryOptions.Builder
setIdentifyingFields(int index, FieldId.Builder builderForValue)
Table fields that may uniquely identify a row within the table.BigQueryOptions.Builder
setIncludedFields(int index, FieldId value)
Limit scanning only to these fields.BigQueryOptions.Builder
setIncludedFields(int index, FieldId.Builder builderForValue)
Limit scanning only to these fields.BigQueryOptions.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
BigQueryOptions.Builder
setRowsLimit(long value)
Max number of rows to scan.BigQueryOptions.Builder
setRowsLimitPercent(int value)
Max percentage of rows to scan.BigQueryOptions.Builder
setSampleMethod(BigQueryOptions.SampleMethod value)
.google.privacy.dlp.v2.BigQueryOptions.SampleMethod sample_method = 4;
BigQueryOptions.Builder
setSampleMethodValue(int value)
.google.privacy.dlp.v2.BigQueryOptions.SampleMethod sample_method = 4;
BigQueryOptions.Builder
setTableReference(BigQueryTable value)
Complete BigQuery table reference.BigQueryOptions.Builder
setTableReference(BigQueryTable.Builder builderForValue)
Complete BigQuery table reference.BigQueryOptions.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<BigQueryOptions.Builder>
-
clear
public BigQueryOptions.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<BigQueryOptions.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<BigQueryOptions.Builder>
-
getDefaultInstanceForType
public BigQueryOptions getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public BigQueryOptions build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public BigQueryOptions buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public BigQueryOptions.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<BigQueryOptions.Builder>
-
setField
public BigQueryOptions.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<BigQueryOptions.Builder>
-
clearField
public BigQueryOptions.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<BigQueryOptions.Builder>
-
clearOneof
public BigQueryOptions.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<BigQueryOptions.Builder>
-
setRepeatedField
public BigQueryOptions.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<BigQueryOptions.Builder>
-
addRepeatedField
public BigQueryOptions.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<BigQueryOptions.Builder>
-
mergeFrom
public BigQueryOptions.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<BigQueryOptions.Builder>
-
mergeFrom
public BigQueryOptions.Builder mergeFrom(BigQueryOptions other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<BigQueryOptions.Builder>
-
mergeFrom
public BigQueryOptions.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<BigQueryOptions.Builder>
- Throws:
IOException
-
hasTableReference
public boolean hasTableReference()
Complete BigQuery table reference.
.google.privacy.dlp.v2.BigQueryTable table_reference = 1;
- Specified by:
hasTableReference
in interfaceBigQueryOptionsOrBuilder
- Returns:
- Whether the tableReference field is set.
-
getTableReference
public BigQueryTable getTableReference()
Complete BigQuery table reference.
.google.privacy.dlp.v2.BigQueryTable table_reference = 1;
- Specified by:
getTableReference
in interfaceBigQueryOptionsOrBuilder
- Returns:
- The tableReference.
-
setTableReference
public BigQueryOptions.Builder setTableReference(BigQueryTable value)
Complete BigQuery table reference.
.google.privacy.dlp.v2.BigQueryTable table_reference = 1;
-
setTableReference
public BigQueryOptions.Builder setTableReference(BigQueryTable.Builder builderForValue)
Complete BigQuery table reference.
.google.privacy.dlp.v2.BigQueryTable table_reference = 1;
-
mergeTableReference
public BigQueryOptions.Builder mergeTableReference(BigQueryTable value)
Complete BigQuery table reference.
.google.privacy.dlp.v2.BigQueryTable table_reference = 1;
-
clearTableReference
public BigQueryOptions.Builder clearTableReference()
Complete BigQuery table reference.
.google.privacy.dlp.v2.BigQueryTable table_reference = 1;
-
getTableReferenceBuilder
public BigQueryTable.Builder getTableReferenceBuilder()
Complete BigQuery table reference.
.google.privacy.dlp.v2.BigQueryTable table_reference = 1;
-
getTableReferenceOrBuilder
public BigQueryTableOrBuilder getTableReferenceOrBuilder()
Complete BigQuery table reference.
.google.privacy.dlp.v2.BigQueryTable table_reference = 1;
- Specified by:
getTableReferenceOrBuilder
in interfaceBigQueryOptionsOrBuilder
-
getIdentifyingFieldsList
public List<FieldId> getIdentifyingFieldsList()
Table fields that may uniquely identify a row within the table. When `actions.saveFindings.outputConfig.table` is specified, the values of columns specified here are available in the output table under `location.content_locations.record_location.record_key.id_values`. Nested fields such as `person.birthdate.year` are allowed.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 2;
- Specified by:
getIdentifyingFieldsList
in interfaceBigQueryOptionsOrBuilder
-
getIdentifyingFieldsCount
public int getIdentifyingFieldsCount()
Table fields that may uniquely identify a row within the table. When `actions.saveFindings.outputConfig.table` is specified, the values of columns specified here are available in the output table under `location.content_locations.record_location.record_key.id_values`. Nested fields such as `person.birthdate.year` are allowed.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 2;
- Specified by:
getIdentifyingFieldsCount
in interfaceBigQueryOptionsOrBuilder
-
getIdentifyingFields
public FieldId getIdentifyingFields(int index)
Table fields that may uniquely identify a row within the table. When `actions.saveFindings.outputConfig.table` is specified, the values of columns specified here are available in the output table under `location.content_locations.record_location.record_key.id_values`. Nested fields such as `person.birthdate.year` are allowed.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 2;
- Specified by:
getIdentifyingFields
in interfaceBigQueryOptionsOrBuilder
-
setIdentifyingFields
public BigQueryOptions.Builder setIdentifyingFields(int index, FieldId value)
Table fields that may uniquely identify a row within the table. When `actions.saveFindings.outputConfig.table` is specified, the values of columns specified here are available in the output table under `location.content_locations.record_location.record_key.id_values`. Nested fields such as `person.birthdate.year` are allowed.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 2;
-
setIdentifyingFields
public BigQueryOptions.Builder setIdentifyingFields(int index, FieldId.Builder builderForValue)
Table fields that may uniquely identify a row within the table. When `actions.saveFindings.outputConfig.table` is specified, the values of columns specified here are available in the output table under `location.content_locations.record_location.record_key.id_values`. Nested fields such as `person.birthdate.year` are allowed.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 2;
-
addIdentifyingFields
public BigQueryOptions.Builder addIdentifyingFields(FieldId value)
Table fields that may uniquely identify a row within the table. When `actions.saveFindings.outputConfig.table` is specified, the values of columns specified here are available in the output table under `location.content_locations.record_location.record_key.id_values`. Nested fields such as `person.birthdate.year` are allowed.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 2;
-
addIdentifyingFields
public BigQueryOptions.Builder addIdentifyingFields(int index, FieldId value)
Table fields that may uniquely identify a row within the table. When `actions.saveFindings.outputConfig.table` is specified, the values of columns specified here are available in the output table under `location.content_locations.record_location.record_key.id_values`. Nested fields such as `person.birthdate.year` are allowed.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 2;
-
addIdentifyingFields
public BigQueryOptions.Builder addIdentifyingFields(FieldId.Builder builderForValue)
Table fields that may uniquely identify a row within the table. When `actions.saveFindings.outputConfig.table` is specified, the values of columns specified here are available in the output table under `location.content_locations.record_location.record_key.id_values`. Nested fields such as `person.birthdate.year` are allowed.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 2;
-
addIdentifyingFields
public BigQueryOptions.Builder addIdentifyingFields(int index, FieldId.Builder builderForValue)
Table fields that may uniquely identify a row within the table. When `actions.saveFindings.outputConfig.table` is specified, the values of columns specified here are available in the output table under `location.content_locations.record_location.record_key.id_values`. Nested fields such as `person.birthdate.year` are allowed.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 2;
-
addAllIdentifyingFields
public BigQueryOptions.Builder addAllIdentifyingFields(Iterable<? extends FieldId> values)
Table fields that may uniquely identify a row within the table. When `actions.saveFindings.outputConfig.table` is specified, the values of columns specified here are available in the output table under `location.content_locations.record_location.record_key.id_values`. Nested fields such as `person.birthdate.year` are allowed.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 2;
-
clearIdentifyingFields
public BigQueryOptions.Builder clearIdentifyingFields()
Table fields that may uniquely identify a row within the table. When `actions.saveFindings.outputConfig.table` is specified, the values of columns specified here are available in the output table under `location.content_locations.record_location.record_key.id_values`. Nested fields such as `person.birthdate.year` are allowed.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 2;
-
removeIdentifyingFields
public BigQueryOptions.Builder removeIdentifyingFields(int index)
Table fields that may uniquely identify a row within the table. When `actions.saveFindings.outputConfig.table` is specified, the values of columns specified here are available in the output table under `location.content_locations.record_location.record_key.id_values`. Nested fields such as `person.birthdate.year` are allowed.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 2;
-
getIdentifyingFieldsBuilder
public FieldId.Builder getIdentifyingFieldsBuilder(int index)
Table fields that may uniquely identify a row within the table. When `actions.saveFindings.outputConfig.table` is specified, the values of columns specified here are available in the output table under `location.content_locations.record_location.record_key.id_values`. Nested fields such as `person.birthdate.year` are allowed.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 2;
-
getIdentifyingFieldsOrBuilder
public FieldIdOrBuilder getIdentifyingFieldsOrBuilder(int index)
Table fields that may uniquely identify a row within the table. When `actions.saveFindings.outputConfig.table` is specified, the values of columns specified here are available in the output table under `location.content_locations.record_location.record_key.id_values`. Nested fields such as `person.birthdate.year` are allowed.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 2;
- Specified by:
getIdentifyingFieldsOrBuilder
in interfaceBigQueryOptionsOrBuilder
-
getIdentifyingFieldsOrBuilderList
public List<? extends FieldIdOrBuilder> getIdentifyingFieldsOrBuilderList()
Table fields that may uniquely identify a row within the table. When `actions.saveFindings.outputConfig.table` is specified, the values of columns specified here are available in the output table under `location.content_locations.record_location.record_key.id_values`. Nested fields such as `person.birthdate.year` are allowed.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 2;
- Specified by:
getIdentifyingFieldsOrBuilderList
in interfaceBigQueryOptionsOrBuilder
-
addIdentifyingFieldsBuilder
public FieldId.Builder addIdentifyingFieldsBuilder()
Table fields that may uniquely identify a row within the table. When `actions.saveFindings.outputConfig.table` is specified, the values of columns specified here are available in the output table under `location.content_locations.record_location.record_key.id_values`. Nested fields such as `person.birthdate.year` are allowed.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 2;
-
addIdentifyingFieldsBuilder
public FieldId.Builder addIdentifyingFieldsBuilder(int index)
Table fields that may uniquely identify a row within the table. When `actions.saveFindings.outputConfig.table` is specified, the values of columns specified here are available in the output table under `location.content_locations.record_location.record_key.id_values`. Nested fields such as `person.birthdate.year` are allowed.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 2;
-
getIdentifyingFieldsBuilderList
public List<FieldId.Builder> getIdentifyingFieldsBuilderList()
Table fields that may uniquely identify a row within the table. When `actions.saveFindings.outputConfig.table` is specified, the values of columns specified here are available in the output table under `location.content_locations.record_location.record_key.id_values`. Nested fields such as `person.birthdate.year` are allowed.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 2;
-
getRowsLimit
public long getRowsLimit()
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. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
int64 rows_limit = 3;
- Specified by:
getRowsLimit
in interfaceBigQueryOptionsOrBuilder
- Returns:
- The rowsLimit.
-
setRowsLimit
public BigQueryOptions.Builder setRowsLimit(long value)
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. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
int64 rows_limit = 3;
- Parameters:
value
- The rowsLimit to set.- Returns:
- This builder for chaining.
-
clearRowsLimit
public BigQueryOptions.Builder clearRowsLimit()
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. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
int64 rows_limit = 3;
- Returns:
- This builder for chaining.
-
getRowsLimitPercent
public int getRowsLimitPercent()
Max percentage of rows to scan. The rest are omitted. The number of rows scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
int32 rows_limit_percent = 6;
- Specified by:
getRowsLimitPercent
in interfaceBigQueryOptionsOrBuilder
- Returns:
- The rowsLimitPercent.
-
setRowsLimitPercent
public BigQueryOptions.Builder setRowsLimitPercent(int value)
Max percentage of rows to scan. The rest are omitted. The number of rows scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
int32 rows_limit_percent = 6;
- Parameters:
value
- The rowsLimitPercent to set.- Returns:
- This builder for chaining.
-
clearRowsLimitPercent
public BigQueryOptions.Builder clearRowsLimitPercent()
Max percentage of rows to scan. The rest are omitted. The number of rows scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
int32 rows_limit_percent = 6;
- Returns:
- This builder for chaining.
-
getSampleMethodValue
public int getSampleMethodValue()
.google.privacy.dlp.v2.BigQueryOptions.SampleMethod sample_method = 4;
- Specified by:
getSampleMethodValue
in interfaceBigQueryOptionsOrBuilder
- Returns:
- The enum numeric value on the wire for sampleMethod.
-
setSampleMethodValue
public BigQueryOptions.Builder setSampleMethodValue(int value)
.google.privacy.dlp.v2.BigQueryOptions.SampleMethod sample_method = 4;
- Parameters:
value
- The enum numeric value on the wire for sampleMethod to set.- Returns:
- This builder for chaining.
-
getSampleMethod
public BigQueryOptions.SampleMethod getSampleMethod()
.google.privacy.dlp.v2.BigQueryOptions.SampleMethod sample_method = 4;
- Specified by:
getSampleMethod
in interfaceBigQueryOptionsOrBuilder
- Returns:
- The sampleMethod.
-
setSampleMethod
public BigQueryOptions.Builder setSampleMethod(BigQueryOptions.SampleMethod value)
.google.privacy.dlp.v2.BigQueryOptions.SampleMethod sample_method = 4;
- Parameters:
value
- The sampleMethod to set.- Returns:
- This builder for chaining.
-
clearSampleMethod
public BigQueryOptions.Builder clearSampleMethod()
.google.privacy.dlp.v2.BigQueryOptions.SampleMethod sample_method = 4;
- Returns:
- This builder for chaining.
-
getExcludedFieldsList
public List<FieldId> getExcludedFieldsList()
References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
repeated .google.privacy.dlp.v2.FieldId excluded_fields = 5;
- Specified by:
getExcludedFieldsList
in interfaceBigQueryOptionsOrBuilder
-
getExcludedFieldsCount
public int getExcludedFieldsCount()
References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
repeated .google.privacy.dlp.v2.FieldId excluded_fields = 5;
- Specified by:
getExcludedFieldsCount
in interfaceBigQueryOptionsOrBuilder
-
getExcludedFields
public FieldId getExcludedFields(int index)
References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
repeated .google.privacy.dlp.v2.FieldId excluded_fields = 5;
- Specified by:
getExcludedFields
in interfaceBigQueryOptionsOrBuilder
-
setExcludedFields
public BigQueryOptions.Builder setExcludedFields(int index, FieldId value)
References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
repeated .google.privacy.dlp.v2.FieldId excluded_fields = 5;
-
setExcludedFields
public BigQueryOptions.Builder setExcludedFields(int index, FieldId.Builder builderForValue)
References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
repeated .google.privacy.dlp.v2.FieldId excluded_fields = 5;
-
addExcludedFields
public BigQueryOptions.Builder addExcludedFields(FieldId value)
References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
repeated .google.privacy.dlp.v2.FieldId excluded_fields = 5;
-
addExcludedFields
public BigQueryOptions.Builder addExcludedFields(int index, FieldId value)
References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
repeated .google.privacy.dlp.v2.FieldId excluded_fields = 5;
-
addExcludedFields
public BigQueryOptions.Builder addExcludedFields(FieldId.Builder builderForValue)
References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
repeated .google.privacy.dlp.v2.FieldId excluded_fields = 5;
-
addExcludedFields
public BigQueryOptions.Builder addExcludedFields(int index, FieldId.Builder builderForValue)
References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
repeated .google.privacy.dlp.v2.FieldId excluded_fields = 5;
-
addAllExcludedFields
public BigQueryOptions.Builder addAllExcludedFields(Iterable<? extends FieldId> values)
References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
repeated .google.privacy.dlp.v2.FieldId excluded_fields = 5;
-
clearExcludedFields
public BigQueryOptions.Builder clearExcludedFields()
References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
repeated .google.privacy.dlp.v2.FieldId excluded_fields = 5;
-
removeExcludedFields
public BigQueryOptions.Builder removeExcludedFields(int index)
References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
repeated .google.privacy.dlp.v2.FieldId excluded_fields = 5;
-
getExcludedFieldsBuilder
public FieldId.Builder getExcludedFieldsBuilder(int index)
References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
repeated .google.privacy.dlp.v2.FieldId excluded_fields = 5;
-
getExcludedFieldsOrBuilder
public FieldIdOrBuilder getExcludedFieldsOrBuilder(int index)
References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
repeated .google.privacy.dlp.v2.FieldId excluded_fields = 5;
- Specified by:
getExcludedFieldsOrBuilder
in interfaceBigQueryOptionsOrBuilder
-
getExcludedFieldsOrBuilderList
public List<? extends FieldIdOrBuilder> getExcludedFieldsOrBuilderList()
References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
repeated .google.privacy.dlp.v2.FieldId excluded_fields = 5;
- Specified by:
getExcludedFieldsOrBuilderList
in interfaceBigQueryOptionsOrBuilder
-
addExcludedFieldsBuilder
public FieldId.Builder addExcludedFieldsBuilder()
References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
repeated .google.privacy.dlp.v2.FieldId excluded_fields = 5;
-
addExcludedFieldsBuilder
public FieldId.Builder addExcludedFieldsBuilder(int index)
References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
repeated .google.privacy.dlp.v2.FieldId excluded_fields = 5;
-
getExcludedFieldsBuilderList
public List<FieldId.Builder> getExcludedFieldsBuilderList()
References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
repeated .google.privacy.dlp.v2.FieldId excluded_fields = 5;
-
getIncludedFieldsList
public List<FieldId> getIncludedFieldsList()
Limit scanning only to these fields.
repeated .google.privacy.dlp.v2.FieldId included_fields = 7;
- Specified by:
getIncludedFieldsList
in interfaceBigQueryOptionsOrBuilder
-
getIncludedFieldsCount
public int getIncludedFieldsCount()
Limit scanning only to these fields.
repeated .google.privacy.dlp.v2.FieldId included_fields = 7;
- Specified by:
getIncludedFieldsCount
in interfaceBigQueryOptionsOrBuilder
-
getIncludedFields
public FieldId getIncludedFields(int index)
Limit scanning only to these fields.
repeated .google.privacy.dlp.v2.FieldId included_fields = 7;
- Specified by:
getIncludedFields
in interfaceBigQueryOptionsOrBuilder
-
setIncludedFields
public BigQueryOptions.Builder setIncludedFields(int index, FieldId value)
Limit scanning only to these fields.
repeated .google.privacy.dlp.v2.FieldId included_fields = 7;
-
setIncludedFields
public BigQueryOptions.Builder setIncludedFields(int index, FieldId.Builder builderForValue)
Limit scanning only to these fields.
repeated .google.privacy.dlp.v2.FieldId included_fields = 7;
-
addIncludedFields
public BigQueryOptions.Builder addIncludedFields(FieldId value)
Limit scanning only to these fields.
repeated .google.privacy.dlp.v2.FieldId included_fields = 7;
-
addIncludedFields
public BigQueryOptions.Builder addIncludedFields(int index, FieldId value)
Limit scanning only to these fields.
repeated .google.privacy.dlp.v2.FieldId included_fields = 7;
-
addIncludedFields
public BigQueryOptions.Builder addIncludedFields(FieldId.Builder builderForValue)
Limit scanning only to these fields.
repeated .google.privacy.dlp.v2.FieldId included_fields = 7;
-
addIncludedFields
public BigQueryOptions.Builder addIncludedFields(int index, FieldId.Builder builderForValue)
Limit scanning only to these fields.
repeated .google.privacy.dlp.v2.FieldId included_fields = 7;
-
addAllIncludedFields
public BigQueryOptions.Builder addAllIncludedFields(Iterable<? extends FieldId> values)
Limit scanning only to these fields.
repeated .google.privacy.dlp.v2.FieldId included_fields = 7;
-
clearIncludedFields
public BigQueryOptions.Builder clearIncludedFields()
Limit scanning only to these fields.
repeated .google.privacy.dlp.v2.FieldId included_fields = 7;
-
removeIncludedFields
public BigQueryOptions.Builder removeIncludedFields(int index)
Limit scanning only to these fields.
repeated .google.privacy.dlp.v2.FieldId included_fields = 7;
-
getIncludedFieldsBuilder
public FieldId.Builder getIncludedFieldsBuilder(int index)
Limit scanning only to these fields.
repeated .google.privacy.dlp.v2.FieldId included_fields = 7;
-
getIncludedFieldsOrBuilder
public FieldIdOrBuilder getIncludedFieldsOrBuilder(int index)
Limit scanning only to these fields.
repeated .google.privacy.dlp.v2.FieldId included_fields = 7;
- Specified by:
getIncludedFieldsOrBuilder
in interfaceBigQueryOptionsOrBuilder
-
getIncludedFieldsOrBuilderList
public List<? extends FieldIdOrBuilder> getIncludedFieldsOrBuilderList()
Limit scanning only to these fields.
repeated .google.privacy.dlp.v2.FieldId included_fields = 7;
- Specified by:
getIncludedFieldsOrBuilderList
in interfaceBigQueryOptionsOrBuilder
-
addIncludedFieldsBuilder
public FieldId.Builder addIncludedFieldsBuilder()
Limit scanning only to these fields.
repeated .google.privacy.dlp.v2.FieldId included_fields = 7;
-
addIncludedFieldsBuilder
public FieldId.Builder addIncludedFieldsBuilder(int index)
Limit scanning only to these fields.
repeated .google.privacy.dlp.v2.FieldId included_fields = 7;
-
getIncludedFieldsBuilderList
public List<FieldId.Builder> getIncludedFieldsBuilderList()
Limit scanning only to these fields.
repeated .google.privacy.dlp.v2.FieldId included_fields = 7;
-
setUnknownFields
public final BigQueryOptions.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<BigQueryOptions.Builder>
-
mergeUnknownFields
public final BigQueryOptions.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<BigQueryOptions.Builder>
-
-