public static final class TableOptions.Builder extends GeneratedMessage.Builder<TableOptions.Builder> implements TableOptionsOrBuilder
Instructions regarding the table content being inspected.
Protobuf type google.privacy.dlp.v2.TableOptions
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
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;
| Parameters |
| Name |
Description |
index |
int
|
value |
FieldId
|
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
|
build()
public TableOptions build()
buildPartial()
public TableOptions buildPartial()
clear()
public TableOptions.Builder clear()
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;
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 GeneratedMessage.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
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
|
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 |
| Name |
Description |
index |
int
|
value |
FieldId
|
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;