Package | Description |
---|---|
com.google.storage.v2 |
A client to Cloud Storage API
|
Modifier and Type | Method and Description |
---|---|
ContentRange |
ContentRange.Builder.build() |
ContentRange |
ContentRange.Builder.buildPartial() |
ContentRange |
ReadObjectResponseOrBuilder.getContentRange()
If read_offset and or read_limit was specified on the
ReadObjectRequest, ContentRange will be populated on the first
ReadObjectResponse message of the read stream.
|
ContentRange |
ReadObjectResponse.getContentRange()
If read_offset and or read_limit was specified on the
ReadObjectRequest, ContentRange will be populated on the first
ReadObjectResponse message of the read stream.
|
ContentRange |
ReadObjectResponse.Builder.getContentRange()
If read_offset and or read_limit was specified on the
ReadObjectRequest, ContentRange will be populated on the first
ReadObjectResponse message of the read stream.
|
static ContentRange |
ContentRange.getDefaultInstance() |
ContentRange |
ContentRange.getDefaultInstanceForType() |
ContentRange |
ContentRange.Builder.getDefaultInstanceForType() |
static ContentRange |
ContentRange.parseDelimitedFrom(InputStream input) |
static ContentRange |
ContentRange.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContentRange |
ContentRange.parseFrom(byte[] data) |
static ContentRange |
ContentRange.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContentRange |
ContentRange.parseFrom(ByteBuffer data) |
static ContentRange |
ContentRange.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContentRange |
ContentRange.parseFrom(com.google.protobuf.ByteString data) |
static ContentRange |
ContentRange.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContentRange |
ContentRange.parseFrom(com.google.protobuf.CodedInputStream input) |
static ContentRange |
ContentRange.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContentRange |
ContentRange.parseFrom(InputStream input) |
static ContentRange |
ContentRange.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ContentRange> |
ContentRange.getParserForType() |
static com.google.protobuf.Parser<ContentRange> |
ContentRange.parser() |
Modifier and Type | Method and Description |
---|---|
ReadObjectResponse.Builder |
ReadObjectResponse.Builder.mergeContentRange(ContentRange value)
If read_offset and or read_limit was specified on the
ReadObjectRequest, ContentRange will be populated on the first
ReadObjectResponse message of the read stream.
|
ContentRange.Builder |
ContentRange.Builder.mergeFrom(ContentRange other) |
static ContentRange.Builder |
ContentRange.newBuilder(ContentRange prototype) |
ReadObjectResponse.Builder |
ReadObjectResponse.Builder.setContentRange(ContentRange value)
If read_offset and or read_limit was specified on the
ReadObjectRequest, ContentRange will be populated on the first
ReadObjectResponse message of the read stream.
|
Copyright © 2023 Google LLC. All rights reserved.