Uses of Class
com.google.storage.v2.ReadObjectResponse.Builder
-
Uses of ReadObjectResponse.Builder in com.google.storage.v2
Methods in com.google.storage.v2 that return ReadObjectResponse.BuilderModifier and TypeMethodDescriptionReadObjectResponse.Builder.clear()ReadObjectResponse.Builder.clearChecksummedData()A portion of the data for the object.ReadObjectResponse.Builder.clearContentRange()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.Builder.clearMetadata()Metadata of the object whose media is being returned.ReadObjectResponse.Builder.clearObjectChecksums()The checksums of the complete object.ReadObjectResponse.Builder.mergeChecksummedData(ChecksummedData value) A portion of the data for the object.ReadObjectResponse.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.ReadObjectResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ReadObjectResponse.Builder.mergeFrom(com.google.protobuf.Message other) ReadObjectResponse.Builder.mergeFrom(ReadObjectResponse other) ReadObjectResponse.Builder.mergeMetadata(Object value) Metadata of the object whose media is being returned.ReadObjectResponse.Builder.mergeObjectChecksums(ObjectChecksums value) The checksums of the complete object.static ReadObjectResponse.BuilderReadObjectResponse.newBuilder()static ReadObjectResponse.BuilderReadObjectResponse.newBuilder(ReadObjectResponse prototype) ReadObjectResponse.newBuilderForType()protected ReadObjectResponse.BuilderReadObjectResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ReadObjectResponse.Builder.setChecksummedData(ChecksummedData value) A portion of the data for the object.ReadObjectResponse.Builder.setChecksummedData(ChecksummedData.Builder builderForValue) A portion of the data for the object.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.ReadObjectResponse.Builder.setContentRange(ContentRange.Builder builderForValue) 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.Builder.setMetadata(Object value) Metadata of the object whose media is being returned.ReadObjectResponse.Builder.setMetadata(Object.Builder builderForValue) Metadata of the object whose media is being returned.ReadObjectResponse.Builder.setObjectChecksums(ObjectChecksums value) The checksums of the complete object.ReadObjectResponse.Builder.setObjectChecksums(ObjectChecksums.Builder builderForValue) The checksums of the complete object.ReadObjectResponse.toBuilder()