Interface TableOptionsOrBuilder (3.5.0)

public interface TableOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIdentifyingFields(int index)

public abstract 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

getIdentifyingFieldsCount()

public abstract 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 abstract 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 abstract 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 abstract 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>