Interface TableOptionsOrBuilder (3.48.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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
List<? extends com.google.privacy.dlp.v2.FieldIdOrBuilder>