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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
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 |
---|
Name | Description |
values | Iterable<? extends com.google.privacy.dlp.v2.FieldId>
|
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 |
---|
Name | Description |
value | FieldId
|
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;
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;
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;
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;
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 |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TableOptions.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public TableOptions build()
buildPartial()
public TableOptions buildPartial()
clear()
public TableOptions.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public TableOptions.Builder clearField(Descriptors.FieldDescriptor field)
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public TableOptions.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public TableOptions.Builder clone()
Overrides
getDefaultInstanceForType()
public TableOptions getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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 |
---|
Name | Description |
index | int
|
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 |
---|
Name | Description |
index | int
|
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;
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 |
---|
Type | Description |
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;
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 |
---|
Name | Description |
index | int
|
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 |
---|
Type | Description |
List<? extends com.google.privacy.dlp.v2.FieldIdOrBuilder> | |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(TableOptions other)
public TableOptions.Builder mergeFrom(TableOptions other)
public TableOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public TableOptions.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TableOptions.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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 |
---|
Name | Description |
index | int
|
setField(Descriptors.FieldDescriptor field, Object value)
public TableOptions.Builder setField(Descriptors.FieldDescriptor field, Object value)
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;
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;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TableOptions.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final TableOptions.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides