- 3.56.0 (latest)
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
public static final class RecordKey.Builder extends GeneratedMessageV3.Builder<RecordKey.Builder> implements RecordKeyOrBuilder
Message for a unique key indicating a record that contains a finding.
Protobuf type google.privacy.dlp.v2.RecordKey
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > RecordKey.BuilderImplements
RecordKeyOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllIdValues(Iterable<String> values)
public RecordKey.Builder addAllIdValues(Iterable<String> values)
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 |
values | Iterable<String> The idValues to add. |
Returns | |
---|---|
Type | Description |
RecordKey.Builder | This builder for chaining. |
addIdValues(String value)
public RecordKey.Builder addIdValues(String value)
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 |
value | String The idValues to add. |
Returns | |
---|---|
Type | Description |
RecordKey.Builder | This builder for chaining. |
addIdValuesBytes(ByteString value)
public RecordKey.Builder addIdValuesBytes(ByteString value)
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 |
value | ByteString The bytes of the idValues to add. |
Returns | |
---|---|
Type | Description |
RecordKey.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RecordKey.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
RecordKey.Builder |
build()
public RecordKey build()
Returns | |
---|---|
Type | Description |
RecordKey |
buildPartial()
public RecordKey buildPartial()
Returns | |
---|---|
Type | Description |
RecordKey |
clear()
public RecordKey.Builder clear()
Returns | |
---|---|
Type | Description |
RecordKey.Builder |
clearBigQueryKey()
public RecordKey.Builder clearBigQueryKey()
Datastore key
.google.privacy.dlp.v2.BigQueryKey big_query_key = 3;
Returns | |
---|---|
Type | Description |
RecordKey.Builder |
clearDatastoreKey()
public RecordKey.Builder clearDatastoreKey()
BigQuery key
.google.privacy.dlp.v2.DatastoreKey datastore_key = 2;
Returns | |
---|---|
Type | Description |
RecordKey.Builder |
clearField(Descriptors.FieldDescriptor field)
public RecordKey.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
RecordKey.Builder |
clearIdValues()
public RecordKey.Builder clearIdValues()
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 |
RecordKey.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public RecordKey.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
RecordKey.Builder |
clearType()
public RecordKey.Builder clearType()
Returns | |
---|---|
Type | Description |
RecordKey.Builder |
clone()
public RecordKey.Builder clone()
Returns | |
---|---|
Type | Description |
RecordKey.Builder |
getBigQueryKey()
public BigQueryKey getBigQueryKey()
Datastore key
.google.privacy.dlp.v2.BigQueryKey big_query_key = 3;
Returns | |
---|---|
Type | Description |
BigQueryKey | The bigQueryKey. |
getBigQueryKeyBuilder()
public BigQueryKey.Builder getBigQueryKeyBuilder()
Datastore key
.google.privacy.dlp.v2.BigQueryKey big_query_key = 3;
Returns | |
---|---|
Type | Description |
BigQueryKey.Builder |
getBigQueryKeyOrBuilder()
public BigQueryKeyOrBuilder getBigQueryKeyOrBuilder()
Datastore key
.google.privacy.dlp.v2.BigQueryKey big_query_key = 3;
Returns | |
---|---|
Type | Description |
BigQueryKeyOrBuilder |
getDatastoreKey()
public DatastoreKey getDatastoreKey()
BigQuery key
.google.privacy.dlp.v2.DatastoreKey datastore_key = 2;
Returns | |
---|---|
Type | Description |
DatastoreKey | The datastoreKey. |
getDatastoreKeyBuilder()
public DatastoreKey.Builder getDatastoreKeyBuilder()
BigQuery key
.google.privacy.dlp.v2.DatastoreKey datastore_key = 2;
Returns | |
---|---|
Type | Description |
DatastoreKey.Builder |
getDatastoreKeyOrBuilder()
public DatastoreKeyOrBuilder getDatastoreKeyOrBuilder()
BigQuery key
.google.privacy.dlp.v2.DatastoreKey datastore_key = 2;
Returns | |
---|---|
Type | Description |
DatastoreKeyOrBuilder |
getDefaultInstanceForType()
public RecordKey getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
RecordKey |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getIdValues(int index)
public 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 | int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String | The idValues at the given index. |
getIdValuesBytes(int index)
public 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 | int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString | The bytes of the idValues at the given index. |
getIdValuesCount()
public 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 ProtocolStringList 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 |
ProtocolStringList | A list containing the idValues. |
getTypeCase()
public RecordKey.TypeCase getTypeCase()
Returns | |
---|---|
Type | Description |
RecordKey.TypeCase |
hasBigQueryKey()
public 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 boolean hasDatastoreKey()
BigQuery key
.google.privacy.dlp.v2.DatastoreKey datastore_key = 2;
Returns | |
---|---|
Type | Description |
boolean | Whether the datastoreKey field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeBigQueryKey(BigQueryKey value)
public RecordKey.Builder mergeBigQueryKey(BigQueryKey value)
Datastore key
.google.privacy.dlp.v2.BigQueryKey big_query_key = 3;
Parameter | |
---|---|
Name | Description |
value | BigQueryKey |
Returns | |
---|---|
Type | Description |
RecordKey.Builder |
mergeDatastoreKey(DatastoreKey value)
public RecordKey.Builder mergeDatastoreKey(DatastoreKey value)
BigQuery key
.google.privacy.dlp.v2.DatastoreKey datastore_key = 2;
Parameter | |
---|---|
Name | Description |
value | DatastoreKey |
Returns | |
---|---|
Type | Description |
RecordKey.Builder |
mergeFrom(RecordKey other)
public RecordKey.Builder mergeFrom(RecordKey other)
Parameter | |
---|---|
Name | Description |
other | RecordKey |
Returns | |
---|---|
Type | Description |
RecordKey.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RecordKey.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
RecordKey.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public RecordKey.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
RecordKey.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RecordKey.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
RecordKey.Builder |
setBigQueryKey(BigQueryKey value)
public RecordKey.Builder setBigQueryKey(BigQueryKey value)
Datastore key
.google.privacy.dlp.v2.BigQueryKey big_query_key = 3;
Parameter | |
---|---|
Name | Description |
value | BigQueryKey |
Returns | |
---|---|
Type | Description |
RecordKey.Builder |
setBigQueryKey(BigQueryKey.Builder builderForValue)
public RecordKey.Builder setBigQueryKey(BigQueryKey.Builder builderForValue)
Datastore key
.google.privacy.dlp.v2.BigQueryKey big_query_key = 3;
Parameter | |
---|---|
Name | Description |
builderForValue | BigQueryKey.Builder |
Returns | |
---|---|
Type | Description |
RecordKey.Builder |
setDatastoreKey(DatastoreKey value)
public RecordKey.Builder setDatastoreKey(DatastoreKey value)
BigQuery key
.google.privacy.dlp.v2.DatastoreKey datastore_key = 2;
Parameter | |
---|---|
Name | Description |
value | DatastoreKey |
Returns | |
---|---|
Type | Description |
RecordKey.Builder |
setDatastoreKey(DatastoreKey.Builder builderForValue)
public RecordKey.Builder setDatastoreKey(DatastoreKey.Builder builderForValue)
BigQuery key
.google.privacy.dlp.v2.DatastoreKey datastore_key = 2;
Parameter | |
---|---|
Name | Description |
builderForValue | DatastoreKey.Builder |
Returns | |
---|---|
Type | Description |
RecordKey.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public RecordKey.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
RecordKey.Builder |
setIdValues(int index, String value)
public RecordKey.Builder setIdValues(int index, String value)
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;
Parameters | |
---|---|
Name | Description |
index | int The index to set the value at. |
value | String The idValues to set. |
Returns | |
---|---|
Type | Description |
RecordKey.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RecordKey.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
RecordKey.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final RecordKey.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
RecordKey.Builder |