public final class ContentRange extends GeneratedMessageV3 implements ContentRangeOrBuilder
Specifies a requested range of bytes to download.
Protobuf type google.storage.v2.ContentRange
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ContentRangeImplements
ContentRangeOrBuilderStatic Fields
COMPLETE_LENGTH_FIELD_NUMBER
public static final int COMPLETE_LENGTH_FIELD_NUMBER
Type | Description |
int |
END_FIELD_NUMBER
public static final int END_FIELD_NUMBER
Type | Description |
int |
START_FIELD_NUMBER
public static final int START_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ContentRange getDefaultInstance()
Type | Description |
ContentRange |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ContentRange.Builder newBuilder()
Type | Description |
ContentRange.Builder |
newBuilder(ContentRange prototype)
public static ContentRange.Builder newBuilder(ContentRange prototype)
Name | Description |
prototype | ContentRange |
Type | Description |
ContentRange.Builder |
parseDelimitedFrom(InputStream input)
public static ContentRange parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ContentRange |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ContentRange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ContentRange |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ContentRange parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ContentRange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ContentRange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ContentRange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ContentRange parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ContentRange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ContentRange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ContentRange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ContentRange parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ContentRange |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ContentRange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ContentRange |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ContentRange parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ContentRange |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ContentRange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ContentRange |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ContentRange parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ContentRange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ContentRange parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ContentRange |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ContentRange> parser()
Type | Description |
Parser<ContentRange> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getCompleteLength()
public long getCompleteLength()
The complete length of the object data.
int64 complete_length = 3;
Type | Description |
long | The completeLength. |
getDefaultInstanceForType()
public ContentRange getDefaultInstanceForType()
Type | Description |
ContentRange |
getEnd()
public long getEnd()
The ending offset of the object data.
int64 end = 2;
Type | Description |
long | The end. |
getParserForType()
public Parser<ContentRange> getParserForType()
Type | Description |
Parser<ContentRange> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getStart()
public long getStart()
The starting offset of the object data.
int64 start = 1;
Type | Description |
long | The start. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ContentRange.Builder newBuilderForType()
Type | Description |
ContentRange.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ContentRange.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ContentRange.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ContentRange.Builder toBuilder()
Type | Description |
ContentRange.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |