Uses of Class
com.google.storage.v2.ChecksummedData.Builder
-
Uses of ChecksummedData.Builder in com.google.storage.v2
Methods in com.google.storage.v2 that return ChecksummedData.BuilderModifier and TypeMethodDescriptionChecksummedData.Builder.clear()ChecksummedData.Builder.clearContent()Optional.ChecksummedData.Builder.clearCrc32C()If set, the CRC32C digest of the content field.BidiWriteObjectRequest.Builder.getChecksummedDataBuilder()The data to insert.ObjectRangeData.Builder.getChecksummedDataBuilder()A portion of the data for the object.ReadObjectResponse.Builder.getChecksummedDataBuilder()A portion of the data for the object.WriteObjectRequest.Builder.getChecksummedDataBuilder()The data to insert.ChecksummedData.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ChecksummedData.Builder.mergeFrom(com.google.protobuf.Message other) ChecksummedData.Builder.mergeFrom(ChecksummedData other) static ChecksummedData.BuilderChecksummedData.newBuilder()static ChecksummedData.BuilderChecksummedData.newBuilder(ChecksummedData prototype) ChecksummedData.newBuilderForType()protected ChecksummedData.BuilderChecksummedData.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ChecksummedData.Builder.setContent(com.google.protobuf.ByteString value) Optional.ChecksummedData.Builder.setCrc32C(int value) If set, the CRC32C digest of the content field.ChecksummedData.toBuilder()Methods in com.google.storage.v2 with parameters of type ChecksummedData.BuilderModifier and TypeMethodDescriptionBidiWriteObjectRequest.Builder.setChecksummedData(ChecksummedData.Builder builderForValue) The data to insert.ObjectRangeData.Builder.setChecksummedData(ChecksummedData.Builder builderForValue) A portion of the data for the object.ReadObjectResponse.Builder.setChecksummedData(ChecksummedData.Builder builderForValue) A portion of the data for the object.WriteObjectRequest.Builder.setChecksummedData(ChecksummedData.Builder builderForValue) The data to insert.