Class KeyValueMetadataProperty (3.95.0)

public final class KeyValueMetadataProperty extends GeneratedMessage implements KeyValueMetadataPropertyOrBuilder

A key-value pair in the Metadata.

Protobuf type google.privacy.dlp.v2.KeyValueMetadataProperty

Static Fields

KEY_FIELD_NUMBER

public static final int KEY_FIELD_NUMBER
Field Value
Type Description
int

VALUE_FIELD_NUMBER

public static final int VALUE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static KeyValueMetadataProperty getDefaultInstance()
Returns
Type Description
KeyValueMetadataProperty

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static KeyValueMetadataProperty.Builder newBuilder()
Returns
Type Description
KeyValueMetadataProperty.Builder

newBuilder(KeyValueMetadataProperty prototype)

public static KeyValueMetadataProperty.Builder newBuilder(KeyValueMetadataProperty prototype)
Parameter
Name Description
prototype KeyValueMetadataProperty
Returns
Type Description
KeyValueMetadataProperty.Builder

parseDelimitedFrom(InputStream input)

public static KeyValueMetadataProperty parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
KeyValueMetadataProperty
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static KeyValueMetadataProperty parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
KeyValueMetadataProperty
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static KeyValueMetadataProperty parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
KeyValueMetadataProperty
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static KeyValueMetadataProperty parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
KeyValueMetadataProperty
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static KeyValueMetadataProperty parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
KeyValueMetadataProperty
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static KeyValueMetadataProperty parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
KeyValueMetadataProperty
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static KeyValueMetadataProperty parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
KeyValueMetadataProperty
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static KeyValueMetadataProperty parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
KeyValueMetadataProperty
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static KeyValueMetadataProperty parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
KeyValueMetadataProperty
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static KeyValueMetadataProperty parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
KeyValueMetadataProperty
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static KeyValueMetadataProperty parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
KeyValueMetadataProperty
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static KeyValueMetadataProperty parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
KeyValueMetadataProperty
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<KeyValueMetadataProperty> parser()
Returns
Type Description
Parser<KeyValueMetadataProperty>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public KeyValueMetadataProperty getDefaultInstanceForType()
Returns
Type Description
KeyValueMetadataProperty

getKey()

public String getKey()

The key of the property.

string key = 1;

Returns
Type Description
String

The key.

getKeyBytes()

public ByteString getKeyBytes()

The key of the property.

string key = 1;

Returns
Type Description
ByteString

The bytes for key.

getParserForType()

public Parser<KeyValueMetadataProperty> getParserForType()
Returns
Type Description
Parser<KeyValueMetadataProperty>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getValue()

public String getValue()

The value of the property.

string value = 2;

Returns
Type Description
String

The value.

getValueBytes()

public ByteString getValueBytes()

The value of the property.

string value = 2;

Returns
Type Description
ByteString

The bytes for value.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public KeyValueMetadataProperty.Builder newBuilderForType()
Returns
Type Description
KeyValueMetadataProperty.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected KeyValueMetadataProperty.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
KeyValueMetadataProperty.Builder
Overrides

toBuilder()

public KeyValueMetadataProperty.Builder toBuilder()
Returns
Type Description
KeyValueMetadataProperty.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException