public interface TableOptionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | int |
| 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;
| 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;
| 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;
| Name | Description |
| index | int |
| 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;
| Type | Description |
| List<? extends com.google.privacy.dlp.v2.FieldIdOrBuilder> |