public interface TableOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;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;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;Copyright © 2022 Google LLC. All rights reserved.