public static final class Protos.Value.Ranges extends com.google.protobuf.GeneratedMessageV3 implements Protos.Value.RangesOrBuilder
mesos.Value.Ranges
Modifier and Type | Class and Description |
---|---|
static class |
Protos.Value.Ranges.Builder
Protobuf type
mesos.Value.Ranges |
Modifier and Type | Field and Description |
---|---|
static <any> |
PARSER
Deprecated.
|
static int |
RANGE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static Protos.Value.Ranges |
getDefaultInstance() |
Protos.Value.Ranges |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
Protos.Value.Range |
getRange(int index)
repeated .mesos.Value.Range range = 1; |
int |
getRangeCount()
repeated .mesos.Value.Range range = 1; |
java.util.List<Protos.Value.Range> |
getRangeList()
repeated .mesos.Value.Range range = 1; |
Protos.Value.RangeOrBuilder |
getRangeOrBuilder(int index)
repeated .mesos.Value.Range range = 1; |
java.util.List<? extends Protos.Value.RangeOrBuilder> |
getRangeOrBuilderList()
repeated .mesos.Value.Range range = 1; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.Value.Ranges.Builder |
newBuilder() |
static Protos.Value.Ranges.Builder |
newBuilder(Protos.Value.Ranges prototype) |
Protos.Value.Ranges.Builder |
newBuilderForType() |
protected Protos.Value.Ranges.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.Value.Ranges |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.Value.Ranges |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Value.Ranges |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Value.Ranges |
parseFrom(java.nio.ByteBuffer data) |
static Protos.Value.Ranges |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Value.Ranges |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.Value.Ranges |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Value.Ranges |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.Value.Ranges |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Value.Ranges |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.Value.Ranges.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int RANGE_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.Value.Range> getRangeList()
repeated .mesos.Value.Range range = 1;
getRangeList
in interface Protos.Value.RangesOrBuilder
public java.util.List<? extends Protos.Value.RangeOrBuilder> getRangeOrBuilderList()
repeated .mesos.Value.Range range = 1;
getRangeOrBuilderList
in interface Protos.Value.RangesOrBuilder
public int getRangeCount()
repeated .mesos.Value.Range range = 1;
getRangeCount
in interface Protos.Value.RangesOrBuilder
public Protos.Value.Range getRange(int index)
repeated .mesos.Value.Range range = 1;
getRange
in interface Protos.Value.RangesOrBuilder
public Protos.Value.RangeOrBuilder getRangeOrBuilder(int index)
repeated .mesos.Value.Range range = 1;
getRangeOrBuilder
in interface Protos.Value.RangesOrBuilder
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.Value.Ranges parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Value.Ranges parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Value.Ranges parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Value.Ranges parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Value.Ranges parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Value.Ranges parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.Value.Ranges parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.Value.Ranges parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.Value.Ranges parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.Value.Ranges parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Protos.Value.Ranges.Builder newBuilderForType()
public static Protos.Value.Ranges.Builder newBuilder()
public static Protos.Value.Ranges.Builder newBuilder(Protos.Value.Ranges prototype)
public Protos.Value.Ranges.Builder toBuilder()
protected Protos.Value.Ranges.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.Value.Ranges getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.Value.Ranges getDefaultInstanceForType()