Interface RecordKeyOrBuilder (3.6.6)

public interface RecordKeyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBigQueryKey()

public abstract BigQueryKey getBigQueryKey()

.google.privacy.dlp.v2.BigQueryKey big_query_key = 3;

Returns
TypeDescription
BigQueryKey

The bigQueryKey.

getBigQueryKeyOrBuilder()

public abstract BigQueryKeyOrBuilder getBigQueryKeyOrBuilder()

.google.privacy.dlp.v2.BigQueryKey big_query_key = 3;

Returns
TypeDescription
BigQueryKeyOrBuilder

getDatastoreKey()

public abstract DatastoreKey getDatastoreKey()

.google.privacy.dlp.v2.DatastoreKey datastore_key = 2;

Returns
TypeDescription
DatastoreKey

The datastoreKey.

getDatastoreKeyOrBuilder()

public abstract DatastoreKeyOrBuilder getDatastoreKeyOrBuilder()

.google.privacy.dlp.v2.DatastoreKey datastore_key = 2;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
List<String>

A list containing the idValues.

getTypeCase()

public abstract RecordKey.TypeCase getTypeCase()
Returns
TypeDescription
RecordKey.TypeCase

hasBigQueryKey()

public abstract boolean hasBigQueryKey()

.google.privacy.dlp.v2.BigQueryKey big_query_key = 3;

Returns
TypeDescription
boolean

Whether the bigQueryKey field is set.

hasDatastoreKey()

public abstract boolean hasDatastoreKey()

.google.privacy.dlp.v2.DatastoreKey datastore_key = 2;

Returns
TypeDescription
boolean

Whether the datastoreKey field is set.