Class KeyValueMetadataLabel (3.92.0)

public final class KeyValueMetadataLabel extends GeneratedMessage implements KeyValueMetadataLabelOrBuilder

The metadata key that contains a finding.

Protobuf type google.privacy.dlp.v2.KeyValueMetadataLabel

Static Fields

KEY_FIELD_NUMBER

public static final int KEY_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static KeyValueMetadataLabel getDefaultInstance()
Returns
Type Description
KeyValueMetadataLabel

getDescriptor()

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

newBuilder()

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

newBuilder(KeyValueMetadataLabel prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public KeyValueMetadataLabel getDefaultInstanceForType()
Returns
Type Description
KeyValueMetadataLabel

getKey()

public String getKey()

The metadata key. The format depends on the source of the metadata.

Example:

  • MSIP_Label_122709e3-8f6b-4860-985f-7f722a94f61e_Enabled (a Microsoft Purview Information Protection key example)

string key = 1;

Returns
Type Description
String

The key.

getKeyBytes()

public ByteString getKeyBytes()

The metadata key. The format depends on the source of the metadata.

Example:

  • MSIP_Label_122709e3-8f6b-4860-985f-7f722a94f61e_Enabled (a Microsoft Purview Information Protection key example)

string key = 1;

Returns
Type Description
ByteString

The bytes for key.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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 KeyValueMetadataLabel.Builder newBuilderForType()
Returns
Type Description
KeyValueMetadataLabel.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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