Class TableOptions.Builder (3.45.0)

public static final class TableOptions.Builder extends GeneratedMessageV3.Builder<TableOptions.Builder> implements TableOptionsOrBuilder

Instructions regarding the table content being inspected.

Protobuf type google.privacy.dlp.v2.TableOptions

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllIdentifyingFields(Iterable<? extends FieldId> values)

public TableOptions.Builder addAllIdentifyingFields(Iterable<? extends FieldId> values)

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.privacy.dlp.v2.FieldId>
Returns
TypeDescription
TableOptions.Builder

addIdentifyingFields(FieldId value)

public TableOptions.Builder addIdentifyingFields(FieldId value)

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;

Parameter
NameDescription
valueFieldId
Returns
TypeDescription
TableOptions.Builder

addIdentifyingFields(FieldId.Builder builderForValue)

public TableOptions.Builder addIdentifyingFields(FieldId.Builder builderForValue)

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;

Parameter
NameDescription
builderForValueFieldId.Builder
Returns
TypeDescription
TableOptions.Builder

addIdentifyingFields(int index, FieldId value)

public TableOptions.Builder addIdentifyingFields(int index, FieldId value)

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;

Parameters
NameDescription
indexint
valueFieldId
Returns
TypeDescription
TableOptions.Builder

addIdentifyingFields(int index, FieldId.Builder builderForValue)

public TableOptions.Builder addIdentifyingFields(int index, FieldId.Builder builderForValue)

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;

Parameters
NameDescription
indexint
builderForValueFieldId.Builder
Returns
TypeDescription
TableOptions.Builder

addIdentifyingFieldsBuilder()

public FieldId.Builder addIdentifyingFieldsBuilder()

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;

Returns
TypeDescription
FieldId.Builder

addIdentifyingFieldsBuilder(int index)

public FieldId.Builder addIdentifyingFieldsBuilder(int index)

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FieldId.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public TableOptions.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
TableOptions.Builder
Overrides

build()

public TableOptions build()
Returns
TypeDescription
TableOptions

buildPartial()

public TableOptions buildPartial()
Returns
TypeDescription
TableOptions

clear()

public TableOptions.Builder clear()
Returns
TypeDescription
TableOptions.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public TableOptions.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
TableOptions.Builder
Overrides

clearIdentifyingFields()

public TableOptions.Builder clearIdentifyingFields()

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;

Returns
TypeDescription
TableOptions.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public TableOptions.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
TableOptions.Builder
Overrides

clone()

public TableOptions.Builder clone()
Returns
TypeDescription
TableOptions.Builder
Overrides

getDefaultInstanceForType()

public TableOptions getDefaultInstanceForType()
Returns
TypeDescription
TableOptions

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getIdentifyingFields(int index)

public FieldId getIdentifyingFields(int index)

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FieldId

getIdentifyingFieldsBuilder(int index)

public FieldId.Builder getIdentifyingFieldsBuilder(int index)

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FieldId.Builder

getIdentifyingFieldsBuilderList()

public List<FieldId.Builder> getIdentifyingFieldsBuilderList()

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;

Returns
TypeDescription
List<Builder>

getIdentifyingFieldsCount()

public int getIdentifyingFieldsCount()

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;

Returns
TypeDescription
int

getIdentifyingFieldsList()

public List<FieldId> getIdentifyingFieldsList()

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;

Returns
TypeDescription
List<FieldId>

getIdentifyingFieldsOrBuilder(int index)

public FieldIdOrBuilder getIdentifyingFieldsOrBuilder(int index)

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FieldIdOrBuilder

getIdentifyingFieldsOrBuilderList()

public List<? extends FieldIdOrBuilder> getIdentifyingFieldsOrBuilderList()

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;

Returns
TypeDescription
List<? extends com.google.privacy.dlp.v2.FieldIdOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(TableOptions other)

public TableOptions.Builder mergeFrom(TableOptions other)
Parameter
NameDescription
otherTableOptions
Returns
TypeDescription
TableOptions.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public TableOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TableOptions.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public TableOptions.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
TableOptions.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final TableOptions.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
TableOptions.Builder
Overrides

removeIdentifyingFields(int index)

public TableOptions.Builder removeIdentifyingFields(int index)

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TableOptions.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public TableOptions.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
TableOptions.Builder
Overrides

setIdentifyingFields(int index, FieldId value)

public TableOptions.Builder setIdentifyingFields(int index, FieldId value)

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;

Parameters
NameDescription
indexint
valueFieldId
Returns
TypeDescription
TableOptions.Builder

setIdentifyingFields(int index, FieldId.Builder builderForValue)

public TableOptions.Builder setIdentifyingFields(int index, FieldId.Builder builderForValue)

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;

Parameters
NameDescription
indexint
builderForValueFieldId.Builder
Returns
TypeDescription
TableOptions.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public TableOptions.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
TableOptions.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final TableOptions.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
TableOptions.Builder
Overrides