Package com.google.privacy.dlp.v2
Interface TableOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TableOptions
,TableOptions.Builder
public interface TableOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldId
getIdentifyingFields(int index)
The columns that are the primary keys for table objects included in ContentItem.int
getIdentifyingFieldsCount()
The columns that are the primary keys for table objects included in ContentItem.List<FieldId>
getIdentifyingFieldsList()
The columns that are the primary keys for table objects included in ContentItem.FieldIdOrBuilder
getIdentifyingFieldsOrBuilder(int index)
The columns that are the primary keys for table objects included in ContentItem.List<? extends FieldIdOrBuilder>
getIdentifyingFieldsOrBuilderList()
The columns that are the primary keys for table objects included in ContentItem.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIdentifyingFieldsList
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;
-
getIdentifyingFields
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;
-
getIdentifyingFieldsCount
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;
-
getIdentifyingFieldsOrBuilderList
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;
-
getIdentifyingFieldsOrBuilder
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;
-
-