public interface RecordKeyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBigQueryKey()
public abstract BigQueryKey getBigQueryKey().google.privacy.dlp.v2.BigQueryKey big_query_key = 3;
| Type | Description |
| BigQueryKey | The bigQueryKey. |
getBigQueryKeyOrBuilder()
public abstract BigQueryKeyOrBuilder getBigQueryKeyOrBuilder().google.privacy.dlp.v2.BigQueryKey big_query_key = 3;
| Type | Description |
| BigQueryKeyOrBuilder |
getDatastoreKey()
public abstract DatastoreKey getDatastoreKey().google.privacy.dlp.v2.DatastoreKey datastore_key = 2;
| Type | Description |
| DatastoreKey | The datastoreKey. |
getDatastoreKeyOrBuilder()
public abstract DatastoreKeyOrBuilder getDatastoreKeyOrBuilder().google.privacy.dlp.v2.DatastoreKey datastore_key = 2;
| Type | Description |
| DatastoreKeyOrBuilder |
getIdValues(int index)
public abstract 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;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The idValues at the given index. |
getIdValuesBytes(int index)
public abstract 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;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the idValues at the given index. |
getIdValuesCount()
public abstract 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;
| Type | Description |
| int | The count of idValues. |
getIdValuesList()
public abstract 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;
| Type | Description |
| List<String> | A list containing the idValues. |
getTypeCase()
public abstract RecordKey.TypeCase getTypeCase()| Type | Description |
| RecordKey.TypeCase |
hasBigQueryKey()
public abstract boolean hasBigQueryKey().google.privacy.dlp.v2.BigQueryKey big_query_key = 3;
| Type | Description |
| boolean | Whether the bigQueryKey field is set. |
hasDatastoreKey()
public abstract boolean hasDatastoreKey().google.privacy.dlp.v2.DatastoreKey datastore_key = 2;
| Type | Description |
| boolean | Whether the datastoreKey field is set. |