public interface RecordKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BigQueryKey |
getBigQueryKey()
.google.privacy.dlp.v2.BigQueryKey big_query_key = 3; |
BigQueryKeyOrBuilder |
getBigQueryKeyOrBuilder()
.google.privacy.dlp.v2.BigQueryKey big_query_key = 3; |
DatastoreKey |
getDatastoreKey()
.google.privacy.dlp.v2.DatastoreKey datastore_key = 2; |
DatastoreKeyOrBuilder |
getDatastoreKeyOrBuilder()
.google.privacy.dlp.v2.DatastoreKey datastore_key = 2; |
String |
getIdValues(int index)
Values of identifying columns in the given row.
|
com.google.protobuf.ByteString |
getIdValuesBytes(int index)
Values of identifying columns in the given row.
|
int |
getIdValuesCount()
Values of identifying columns in the given row.
|
List<String> |
getIdValuesList()
Values of identifying columns in the given row.
|
RecordKey.TypeCase |
getTypeCase() |
boolean |
hasBigQueryKey()
.google.privacy.dlp.v2.BigQueryKey big_query_key = 3; |
boolean |
hasDatastoreKey()
.google.privacy.dlp.v2.DatastoreKey datastore_key = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDatastoreKey()
.google.privacy.dlp.v2.DatastoreKey datastore_key = 2;DatastoreKey getDatastoreKey()
.google.privacy.dlp.v2.DatastoreKey datastore_key = 2;DatastoreKeyOrBuilder getDatastoreKeyOrBuilder()
.google.privacy.dlp.v2.DatastoreKey datastore_key = 2;boolean hasBigQueryKey()
.google.privacy.dlp.v2.BigQueryKey big_query_key = 3;BigQueryKey getBigQueryKey()
.google.privacy.dlp.v2.BigQueryKey big_query_key = 3;BigQueryKeyOrBuilder getBigQueryKeyOrBuilder()
.google.privacy.dlp.v2.BigQueryKey big_query_key = 3;List<String> getIdValuesList()
Values of identifying columns in the given row. Order of values matches the order of `identifying_fields` specified in the scanning request.
repeated string id_values = 5;int getIdValuesCount()
Values of identifying columns in the given row. Order of values matches the order of `identifying_fields` specified in the scanning request.
repeated string id_values = 5;String getIdValues(int index)
Values of identifying columns in the given row. Order of values matches the order of `identifying_fields` specified in the scanning request.
repeated string id_values = 5;index - The index of the element to return.com.google.protobuf.ByteString getIdValuesBytes(int index)
Values of identifying columns in the given row. Order of values matches the order of `identifying_fields` specified in the scanning request.
repeated string id_values = 5;index - The index of the value to return.RecordKey.TypeCase getTypeCase()
Copyright © 2022 Google LLC. All rights reserved.