public static final class Protos.Value.Range extends com.google.protobuf.GeneratedMessageV3 implements Protos.Value.RangeOrBuilder
mesos.Value.Range
Modifier and Type | Class and Description |
---|---|
static class |
Protos.Value.Range.Builder
Protobuf type
mesos.Value.Range |
Modifier and Type | Field and Description |
---|---|
static int |
BEGIN_FIELD_NUMBER |
static int |
END_FIELD_NUMBER |
static <any> |
PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
long |
getBegin()
required uint64 begin = 1; |
static Protos.Value.Range |
getDefaultInstance() |
Protos.Value.Range |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getEnd()
required uint64 end = 2; |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasBegin()
required uint64 begin = 1; |
boolean |
hasEnd()
required uint64 end = 2; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.Value.Range.Builder |
newBuilder() |
static Protos.Value.Range.Builder |
newBuilder(Protos.Value.Range prototype) |
Protos.Value.Range.Builder |
newBuilderForType() |
protected Protos.Value.Range.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.Value.Range |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.Value.Range |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Value.Range |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Value.Range |
parseFrom(java.nio.ByteBuffer data) |
static Protos.Value.Range |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Value.Range |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.Value.Range |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Value.Range |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.Value.Range |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Value.Range |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.Value.Range.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int BEGIN_FIELD_NUMBER
public static final int END_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 boolean hasBegin()
required uint64 begin = 1;
hasBegin
in interface Protos.Value.RangeOrBuilder
public long getBegin()
required uint64 begin = 1;
getBegin
in interface Protos.Value.RangeOrBuilder
public boolean hasEnd()
required uint64 end = 2;
hasEnd
in interface Protos.Value.RangeOrBuilder
public long getEnd()
required uint64 end = 2;
getEnd
in interface Protos.Value.RangeOrBuilder
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.Range parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Value.Range parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Value.Range parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Value.Range parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Value.Range parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Value.Range parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.Value.Range parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.Value.Range parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.Value.Range parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.Value.Range parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Protos.Value.Range.Builder newBuilderForType()
public static Protos.Value.Range.Builder newBuilder()
public static Protos.Value.Range.Builder newBuilder(Protos.Value.Range prototype)
public Protos.Value.Range.Builder toBuilder()
protected Protos.Value.Range.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.Value.Range getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.Value.Range getDefaultInstanceForType()