public final class RecordKey extends com.google.protobuf.GeneratedMessageV3 implements RecordKeyOrBuilder
Message for a unique key indicating a record that contains a finding.Protobuf type
google.privacy.dlp.v2.RecordKey| Modifier and Type | Class and Description |
|---|---|
static class |
RecordKey.Builder
Message for a unique key indicating a record that contains a finding.
|
static class |
RecordKey.TypeCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
BIG_QUERY_KEY_FIELD_NUMBER |
static int |
DATASTORE_KEY_FIELD_NUMBER |
static int |
ID_VALUES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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; |
static RecordKey |
getDefaultInstance() |
RecordKey |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.ProtocolStringList |
getIdValuesList()
Values of identifying columns in the given row.
|
com.google.protobuf.Parser<RecordKey> |
getParserForType() |
int |
getSerializedSize() |
RecordKey.TypeCase |
getTypeCase() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasBigQueryKey()
.google.privacy.dlp.v2.BigQueryKey big_query_key = 3; |
boolean |
hasDatastoreKey()
.google.privacy.dlp.v2.DatastoreKey datastore_key = 2; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RecordKey.Builder |
newBuilder() |
static RecordKey.Builder |
newBuilder(RecordKey prototype) |
RecordKey.Builder |
newBuilderForType() |
protected RecordKey.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static RecordKey |
parseDelimitedFrom(InputStream input) |
static RecordKey |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecordKey |
parseFrom(byte[] data) |
static RecordKey |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecordKey |
parseFrom(ByteBuffer data) |
static RecordKey |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecordKey |
parseFrom(com.google.protobuf.ByteString data) |
static RecordKey |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecordKey |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RecordKey |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecordKey |
parseFrom(InputStream input) |
static RecordKey |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RecordKey> |
parser() |
RecordKey.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DATASTORE_KEY_FIELD_NUMBER
public static final int BIG_QUERY_KEY_FIELD_NUMBER
public static final int ID_VALUES_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public RecordKey.TypeCase getTypeCase()
getTypeCase in interface RecordKeyOrBuilderpublic boolean hasDatastoreKey()
.google.privacy.dlp.v2.DatastoreKey datastore_key = 2;hasDatastoreKey in interface RecordKeyOrBuilderpublic DatastoreKey getDatastoreKey()
.google.privacy.dlp.v2.DatastoreKey datastore_key = 2;getDatastoreKey in interface RecordKeyOrBuilderpublic DatastoreKeyOrBuilder getDatastoreKeyOrBuilder()
.google.privacy.dlp.v2.DatastoreKey datastore_key = 2;getDatastoreKeyOrBuilder in interface RecordKeyOrBuilderpublic boolean hasBigQueryKey()
.google.privacy.dlp.v2.BigQueryKey big_query_key = 3;hasBigQueryKey in interface RecordKeyOrBuilderpublic BigQueryKey getBigQueryKey()
.google.privacy.dlp.v2.BigQueryKey big_query_key = 3;getBigQueryKey in interface RecordKeyOrBuilderpublic BigQueryKeyOrBuilder getBigQueryKeyOrBuilder()
.google.privacy.dlp.v2.BigQueryKey big_query_key = 3;getBigQueryKeyOrBuilder in interface RecordKeyOrBuilderpublic com.google.protobuf.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;getIdValuesList in interface RecordKeyOrBuilderpublic 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;getIdValuesCount in interface RecordKeyOrBuilderpublic 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;getIdValues in interface RecordKeyOrBuilderindex - The index of the element to return.public 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;getIdValuesBytes in interface RecordKeyOrBuilderindex - The index of the value to return.public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static RecordKey parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecordKey parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecordKey parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecordKey parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecordKey parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecordKey parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecordKey parseFrom(InputStream input) throws IOException
IOExceptionpublic static RecordKey parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RecordKey parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RecordKey parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RecordKey parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RecordKey parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RecordKey.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RecordKey.Builder newBuilder()
public static RecordKey.Builder newBuilder(RecordKey prototype)
public RecordKey.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RecordKey.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RecordKey getDefaultInstance()
public static com.google.protobuf.Parser<RecordKey> parser()
public com.google.protobuf.Parser<RecordKey> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RecordKey getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.