Class ContentRange (2.19.0)

public final class ContentRange extends GeneratedMessageV3 implements ContentRangeOrBuilder

Specifies a requested range of bytes to download.

Protobuf type google.storage.v2.ContentRange

Static Fields

COMPLETE_LENGTH_FIELD_NUMBER

public static final int COMPLETE_LENGTH_FIELD_NUMBER
Field Value
TypeDescription
int

END_FIELD_NUMBER

public static final int END_FIELD_NUMBER
Field Value
TypeDescription
int

START_FIELD_NUMBER

public static final int START_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ContentRange getDefaultInstance()
Returns
TypeDescription
ContentRange

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ContentRange.Builder newBuilder()
Returns
TypeDescription
ContentRange.Builder

newBuilder(ContentRange prototype)

public static ContentRange.Builder newBuilder(ContentRange prototype)
Parameter
NameDescription
prototypeContentRange
Returns
TypeDescription
ContentRange.Builder

parseDelimitedFrom(InputStream input)

public static ContentRange parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ContentRange
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ContentRange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ContentRange
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ContentRange parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ContentRange
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ContentRange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ContentRange
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ContentRange parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ContentRange
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ContentRange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ContentRange
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ContentRange parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ContentRange
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ContentRange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ContentRange
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ContentRange parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ContentRange
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ContentRange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ContentRange
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ContentRange parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ContentRange
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ContentRange parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ContentRange
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ContentRange> parser()
Returns
TypeDescription
Parser<ContentRange>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getCompleteLength()

public long getCompleteLength()

The complete length of the object data.

int64 complete_length = 3;

Returns
TypeDescription
long

The completeLength.

getDefaultInstanceForType()

public ContentRange getDefaultInstanceForType()
Returns
TypeDescription
ContentRange

getEnd()

public long getEnd()

The ending offset of the object data.

int64 end = 2;

Returns
TypeDescription
long

The end.

getParserForType()

public Parser<ContentRange> getParserForType()
Returns
TypeDescription
Parser<ContentRange>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getStart()

public long getStart()

The starting offset of the object data.

int64 start = 1;

Returns
TypeDescription
long

The start.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ContentRange.Builder newBuilderForType()
Returns
TypeDescription
ContentRange.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ContentRange.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ContentRange.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ContentRange.Builder toBuilder()
Returns
TypeDescription
ContentRange.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException