Class Label (0.3.0)
Version 0.3.0keyboard_arrow_down
public final class Label extends GeneratedMessageV3 implements LabelOrBuilder
Label is a key value pair applied to a resource.
Protobuf type google.cloud.databasecenter.v1beta.Label
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
KEY_FIELD_NUMBER
public static final int KEY_FIELD_NUMBER
Field Value
Type
Description
int
SOURCE_FIELD_NUMBER
public static final int SOURCE_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 Label getDefaultInstance ()
Returns
Type
Description
Label
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Label . Builder newBuilder ()
newBuilder(Label prototype)
public static Label . Builder newBuilder ( Label prototype )
Parameter
Name
Description
prototype
Label
public static Label parseDelimitedFrom ( InputStream input )
Returns
Type
Description
Label
public static Label parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Label
parseFrom(byte[] data)
public static Label parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Type
Description
Label
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Label parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Label
parseFrom(ByteString data)
public static Label parseFrom ( ByteString data )
Returns
Type
Description
Label
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Label parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Label
public static Label parseFrom ( CodedInputStream input )
Returns
Type
Description
Label
public static Label parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Label
public static Label parseFrom ( InputStream input )
Returns
Type
Description
Label
public static Label parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Label
parseFrom(ByteBuffer data)
public static Label parseFrom ( ByteBuffer data )
Returns
Type
Description
Label
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Label parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Label
parser()
public static Parser<Label> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public Label getDefaultInstanceForType ()
Returns
Type
Description
Label
getKey()
The key part of the label.
string key = 1;
Returns
Type
Description
String
The key.
getKeyBytes()
public ByteString getKeyBytes ()
The key part of the label.
string key = 1;
Returns
Type
Description
ByteString
The bytes for key.
getParserForType()
public Parser<Label> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getSource()
public String getSource ()
The source of the Label. Source is empty if the label is directly attached
to the resource and not inherited.
string source = 3;
Returns
Type
Description
String
The source.
getSourceBytes()
public ByteString getSourceBytes ()
The source of the Label. Source is empty if the label is directly attached
to the resource and not inherited.
string source = 3;
Returns
Type
Description
ByteString
The bytes for source.
getValue()
The value part of the label.
string value = 2;
Returns
Type
Description
String
The value.
getValueBytes()
public ByteString getValueBytes ()
The value part of the label.
string value = 2;
Returns
Type
Description
ByteString
The bytes for value.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Label . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Label . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Label . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-03-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-09 UTC."],[],[]]