ReadObjectRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
ReadObjectRequest.Builder.clear()
A set of parameters common to Storage API requests concerning an object.
ReadObjectRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
If present, selects a specific revision of this object (as opposed
to the latest version, the default).
Makes the operation conditional on whether the object's current generation
matches the given value.
Makes the operation conditional on whether the object's live generation
does not match the given value.
Makes the operation conditional on whether the object's current
metageneration matches the given value.
Makes the operation conditional on whether the object's current
metageneration does not match the given value.
ReadObjectRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
The maximum number of `data` bytes the server is allowed to return in the
sum of all `Object` messages.
Mask specifying which fields to read.
The offset for the first byte to return in the read, relative to the start
of the object.
ReadObjectRequest.Builder.clone()
A set of parameters common to Storage API requests concerning an object.
ReadObjectRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ReadObjectRequest.Builder.mergeFrom(com.google.protobuf.Message other)
ReadObjectRequest.Builder.mergeReadMask(com.google.protobuf.FieldMask value)
Mask specifying which fields to read.
ReadObjectRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ReadObjectRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
ReadObjectRequest.Builder.setBucketBytes(com.google.protobuf.ByteString value)
A set of parameters common to Storage API requests concerning an object.
A set of parameters common to Storage API requests concerning an object.
ReadObjectRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
If present, selects a specific revision of this object (as opposed
to the latest version, the default).
Makes the operation conditional on whether the object's current generation
matches the given value.
Makes the operation conditional on whether the object's live generation
does not match the given value.
Makes the operation conditional on whether the object's current
metageneration matches the given value.
Makes the operation conditional on whether the object's current
metageneration does not match the given value.
ReadObjectRequest.Builder.setObjectBytes(com.google.protobuf.ByteString value)
The maximum number of `data` bytes the server is allowed to return in the
sum of all `Object` messages.
ReadObjectRequest.Builder.setReadMask(com.google.protobuf.FieldMask value)
Mask specifying which fields to read.
ReadObjectRequest.Builder.setReadMask(com.google.protobuf.FieldMask.Builder builderForValue)
Mask specifying which fields to read.
The offset for the first byte to return in the read, relative to the start
of the object.
ReadObjectRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value)
ReadObjectRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)