Uses of Class
com.google.storage.v2.ContentRange
-
Uses of ContentRange in com.google.storage.v2
Methods in com.google.storage.v2 that return ContentRangeModifier and TypeMethodDescriptionContentRange.Builder.build()ContentRange.Builder.buildPartial()ReadObjectResponse.Builder.getContentRange()If `read_offset` and or `read_limit` is specified on the `ReadObjectRequest`, `ContentRange` is populated on the first `ReadObjectResponse` message of the read stream.ReadObjectResponse.getContentRange()If `read_offset` and or `read_limit` is specified on the `ReadObjectRequest`, `ContentRange` is populated on the first `ReadObjectResponse` message of the read stream.ReadObjectResponseOrBuilder.getContentRange()If `read_offset` and or `read_limit` is specified on the `ReadObjectRequest`, `ContentRange` is populated on the first `ReadObjectResponse` message of the read stream.static ContentRangeContentRange.getDefaultInstance()ContentRange.Builder.getDefaultInstanceForType()ContentRange.getDefaultInstanceForType()static ContentRangeContentRange.parseDelimitedFrom(InputStream input) static ContentRangeContentRange.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContentRangeContentRange.parseFrom(byte[] data) static ContentRangeContentRange.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContentRangeContentRange.parseFrom(com.google.protobuf.ByteString data) static ContentRangeContentRange.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContentRangeContentRange.parseFrom(com.google.protobuf.CodedInputStream input) static ContentRangeContentRange.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContentRangeContentRange.parseFrom(InputStream input) static ContentRangeContentRange.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContentRangeContentRange.parseFrom(ByteBuffer data) static ContentRangeContentRange.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.storage.v2 that return types with arguments of type ContentRangeModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ContentRange>ContentRange.getParserForType()static com.google.protobuf.Parser<ContentRange>ContentRange.parser()Methods in com.google.storage.v2 with parameters of type ContentRangeModifier and TypeMethodDescriptionReadObjectResponse.Builder.mergeContentRange(ContentRange value) If `read_offset` and or `read_limit` is specified on the `ReadObjectRequest`, `ContentRange` is populated on the first `ReadObjectResponse` message of the read stream.ContentRange.Builder.mergeFrom(ContentRange other) static ContentRange.BuilderContentRange.newBuilder(ContentRange prototype) ReadObjectResponse.Builder.setContentRange(ContentRange value) If `read_offset` and or `read_limit` is specified on the `ReadObjectRequest`, `ContentRange` is populated on the first `ReadObjectResponse` message of the read stream.