public final class Label extends GeneratedMessageV3 implements LabelOrBuilder
Represents a generic name-value label. A label has separate name and value
fields to support filtering with the contains()
function. For more
information, see Filtering on array-type
fields.
Protobuf type google.cloud.securitycenter.v1.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
NAME_FIELD_NUMBER
public static final int NAME_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 |
|
getName()
Name of the label.
string name = 1;
Returns |
Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
Name of the label.
string name = 1;
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
getParserForType()
public Parser<Label> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getValue()
Value that corresponds to the label's name.
string value = 2;
Returns |
Type |
Description |
String |
The value.
|
getValueBytes()
public ByteString getValueBytes()
Value that corresponds to the label's name.
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