public static final class Protos.Labels extends com.google.protobuf.GeneratedMessageV3 implements Protos.LabelsOrBuilder
Collection of labels. Labels should not contain duplicate key-value pairs.Protobuf type
mesos.Labels
Modifier and Type | Class and Description |
---|---|
static class |
Protos.Labels.Builder
Collection of labels.
|
Modifier and Type | Field and Description |
---|---|
static int |
LABELS_FIELD_NUMBER |
static <any> |
PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static Protos.Labels |
getDefaultInstance() |
Protos.Labels |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Protos.Label |
getLabels(int index)
repeated .mesos.Label labels = 1; |
int |
getLabelsCount()
repeated .mesos.Label labels = 1; |
java.util.List<Protos.Label> |
getLabelsList()
repeated .mesos.Label labels = 1; |
Protos.LabelOrBuilder |
getLabelsOrBuilder(int index)
repeated .mesos.Label labels = 1; |
java.util.List<? extends Protos.LabelOrBuilder> |
getLabelsOrBuilderList()
repeated .mesos.Label labels = 1; |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.Labels.Builder |
newBuilder() |
static Protos.Labels.Builder |
newBuilder(Protos.Labels prototype) |
Protos.Labels.Builder |
newBuilderForType() |
protected Protos.Labels.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.Labels |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.Labels |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Labels |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Labels |
parseFrom(java.nio.ByteBuffer data) |
static Protos.Labels |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Labels |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.Labels |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Labels |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.Labels |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Labels |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.Labels.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int LABELS_FIELD_NUMBER
@Deprecated public static final <any> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public java.util.List<Protos.Label> getLabelsList()
repeated .mesos.Label labels = 1;
getLabelsList
in interface Protos.LabelsOrBuilder
public java.util.List<? extends Protos.LabelOrBuilder> getLabelsOrBuilderList()
repeated .mesos.Label labels = 1;
getLabelsOrBuilderList
in interface Protos.LabelsOrBuilder
public int getLabelsCount()
repeated .mesos.Label labels = 1;
getLabelsCount
in interface Protos.LabelsOrBuilder
public Protos.Label getLabels(int index)
repeated .mesos.Label labels = 1;
getLabels
in interface Protos.LabelsOrBuilder
public Protos.LabelOrBuilder getLabelsOrBuilder(int index)
repeated .mesos.Label labels = 1;
getLabelsOrBuilder
in interface Protos.LabelsOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static Protos.Labels parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Labels parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Labels parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Labels parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Labels parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Labels parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.Labels parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.Labels parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.Labels parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.Labels parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Protos.Labels.Builder newBuilderForType()
public static Protos.Labels.Builder newBuilder()
public static Protos.Labels.Builder newBuilder(Protos.Labels prototype)
public Protos.Labels.Builder toBuilder()
protected Protos.Labels.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.Labels getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.Labels getDefaultInstanceForType()