Uses of Class
com.google.storage.v2.ObjectRangeData.Builder
-
Uses of ObjectRangeData.Builder in com.google.storage.v2
Methods in com.google.storage.v2 that return ObjectRangeData.BuilderModifier and TypeMethodDescriptionBidiReadObjectResponse.Builder.addObjectDataRangesBuilder()A portion of the object's data.BidiReadObjectResponse.Builder.addObjectDataRangesBuilder(int index) A portion of the object's data.ObjectRangeData.Builder.clear()ObjectRangeData.Builder.clearChecksummedData()A portion of the data for the object.ObjectRangeData.Builder.clearRangeEnd()If set, indicates there are no more bytes to read for the given ReadRange.ObjectRangeData.Builder.clearReadRange()The `ReadRange` describes the content being returned with `read_id` set to the corresponding `ReadObjectRequest` in the stream.BidiReadObjectResponse.Builder.getObjectDataRangesBuilder(int index) A portion of the object's data.ObjectRangeData.Builder.mergeChecksummedData(ChecksummedData value) A portion of the data for the object.ObjectRangeData.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ObjectRangeData.Builder.mergeFrom(com.google.protobuf.Message other) ObjectRangeData.Builder.mergeFrom(ObjectRangeData other) ObjectRangeData.Builder.mergeReadRange(ReadRange value) The `ReadRange` describes the content being returned with `read_id` set to the corresponding `ReadObjectRequest` in the stream.static ObjectRangeData.BuilderObjectRangeData.newBuilder()static ObjectRangeData.BuilderObjectRangeData.newBuilder(ObjectRangeData prototype) ObjectRangeData.newBuilderForType()protected ObjectRangeData.BuilderObjectRangeData.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ObjectRangeData.Builder.setChecksummedData(ChecksummedData value) A portion of the data for the object.ObjectRangeData.Builder.setChecksummedData(ChecksummedData.Builder builderForValue) A portion of the data for the object.ObjectRangeData.Builder.setRangeEnd(boolean value) If set, indicates there are no more bytes to read for the given ReadRange.ObjectRangeData.Builder.setReadRange(ReadRange value) The `ReadRange` describes the content being returned with `read_id` set to the corresponding `ReadObjectRequest` in the stream.ObjectRangeData.Builder.setReadRange(ReadRange.Builder builderForValue) The `ReadRange` describes the content being returned with `read_id` set to the corresponding `ReadObjectRequest` in the stream.ObjectRangeData.toBuilder()Methods in com.google.storage.v2 that return types with arguments of type ObjectRangeData.BuilderModifier and TypeMethodDescriptionBidiReadObjectResponse.Builder.getObjectDataRangesBuilderList()A portion of the object's data.Methods in com.google.storage.v2 with parameters of type ObjectRangeData.BuilderModifier and TypeMethodDescriptionBidiReadObjectResponse.Builder.addObjectDataRanges(int index, ObjectRangeData.Builder builderForValue) A portion of the object's data.BidiReadObjectResponse.Builder.addObjectDataRanges(ObjectRangeData.Builder builderForValue) A portion of the object's data.BidiReadObjectResponse.Builder.setObjectDataRanges(int index, ObjectRangeData.Builder builderForValue) A portion of the object's data.