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