Class BidiWriteObjectRequest.Builder (2.36.1)

public static final class BidiWriteObjectRequest.Builder extends GeneratedMessageV3.Builder<BidiWriteObjectRequest.Builder> implements BidiWriteObjectRequestOrBuilder

Request message for BidiWriteObject.

Protobuf type google.storage.v2.BidiWriteObjectRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public BidiWriteObjectRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
BidiWriteObjectRequest.Builder
Overrides

build()

public BidiWriteObjectRequest build()
Returns
TypeDescription
BidiWriteObjectRequest

buildPartial()

public BidiWriteObjectRequest buildPartial()
Returns
TypeDescription
BidiWriteObjectRequest

clear()

public BidiWriteObjectRequest.Builder clear()
Returns
TypeDescription
BidiWriteObjectRequest.Builder
Overrides

clearChecksummedData()

public BidiWriteObjectRequest.Builder clearChecksummedData()

The data to insert. If a crc32c checksum is provided that doesn't match the checksum computed by the service, the request will fail.

.google.storage.v2.ChecksummedData checksummed_data = 4;

Returns
TypeDescription
BidiWriteObjectRequest.Builder

clearCommonObjectRequestParams()

public BidiWriteObjectRequest.Builder clearCommonObjectRequestParams()

A set of parameters common to Storage API requests concerning an object.

.google.storage.v2.CommonObjectRequestParams common_object_request_params = 10;

Returns
TypeDescription
BidiWriteObjectRequest.Builder

clearData()

public BidiWriteObjectRequest.Builder clearData()
Returns
TypeDescription
BidiWriteObjectRequest.Builder

clearField(Descriptors.FieldDescriptor field)

public BidiWriteObjectRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
BidiWriteObjectRequest.Builder
Overrides

clearFinishWrite()

public BidiWriteObjectRequest.Builder clearFinishWrite()

If true, this indicates that the write is complete. Sending any WriteObjectRequests subsequent to one in which finish_write is true will cause an error. For a non-resumable write (where the upload_id was not set in the first message), it is an error not to set this field in the final message of the stream.

bool finish_write = 9;

Returns
TypeDescription
BidiWriteObjectRequest.Builder

This builder for chaining.

clearFirstMessage()

public BidiWriteObjectRequest.Builder clearFirstMessage()
Returns
TypeDescription
BidiWriteObjectRequest.Builder

clearFlush()

public BidiWriteObjectRequest.Builder clearFlush()

Persists data written on the stream, up to and including the current message, to permanent storage. This option should be used sparingly as it may reduce performance. Ongoing writes will periodically be persisted on the server even when flush is not set. This field is ignored if finish_write is set to true since there's no need to checkpoint or flush if this message completes the write.

bool flush = 8;

Returns
TypeDescription
BidiWriteObjectRequest.Builder

This builder for chaining.

clearObjectChecksums()

public BidiWriteObjectRequest.Builder clearObjectChecksums()

Checksums for the complete object. If the checksums computed by the service don't match the specified checksums the call will fail. May only be provided in the first or last request (either with first_message, or finish_write set).

.google.storage.v2.ObjectChecksums object_checksums = 6;

Returns
TypeDescription
BidiWriteObjectRequest.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public BidiWriteObjectRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
BidiWriteObjectRequest.Builder
Overrides

clearStateLookup()

public BidiWriteObjectRequest.Builder clearStateLookup()

For each BidiWriteObjectRequest where state_lookup is true or the client closes the stream, the service will send a BidiWriteObjectResponse containing the current persisted size. The persisted size sent in responses covers all the bytes the server has persisted thus far and can be used to decide what data is safe for the client to drop. Note that the object's current size reported by the BidiWriteObjectResponse may lag behind the number of bytes written by the client. This field is ignored if finish_write is set to true.

bool state_lookup = 7;

Returns
TypeDescription
BidiWriteObjectRequest.Builder

This builder for chaining.

clearUploadId()

public BidiWriteObjectRequest.Builder clearUploadId()

For resumable uploads. This should be the upload_id returned from a call to StartResumableWriteResponse.

string upload_id = 1;

Returns
TypeDescription
BidiWriteObjectRequest.Builder

This builder for chaining.

clearWriteObjectSpec()

public BidiWriteObjectRequest.Builder clearWriteObjectSpec()

For non-resumable uploads. Describes the overall upload, including the destination bucket and object name, preconditions, etc.

.google.storage.v2.WriteObjectSpec write_object_spec = 2;

Returns
TypeDescription
BidiWriteObjectRequest.Builder

clearWriteOffset()

public BidiWriteObjectRequest.Builder clearWriteOffset()

Required. The offset from the beginning of the object at which the data should be written.

In the first WriteObjectRequest of a WriteObject() action, it indicates the initial offset for the Write() call. The value must be equal to the persisted_size that a call to QueryWriteStatus() would return (0 if this is the first write to the object).

On subsequent calls, this value must be no larger than the sum of the first write_offset and the sizes of all data chunks sent previously on this stream.

An invalid value will cause an error.

int64 write_offset = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
BidiWriteObjectRequest.Builder

This builder for chaining.

clone()

public BidiWriteObjectRequest.Builder clone()
Returns
TypeDescription
BidiWriteObjectRequest.Builder
Overrides

getChecksummedData()

public ChecksummedData getChecksummedData()

The data to insert. If a crc32c checksum is provided that doesn't match the checksum computed by the service, the request will fail.

.google.storage.v2.ChecksummedData checksummed_data = 4;

Returns
TypeDescription
ChecksummedData

The checksummedData.

getChecksummedDataBuilder()

public ChecksummedData.Builder getChecksummedDataBuilder()

The data to insert. If a crc32c checksum is provided that doesn't match the checksum computed by the service, the request will fail.

.google.storage.v2.ChecksummedData checksummed_data = 4;

Returns
TypeDescription
ChecksummedData.Builder

getChecksummedDataOrBuilder()

public ChecksummedDataOrBuilder getChecksummedDataOrBuilder()

The data to insert. If a crc32c checksum is provided that doesn't match the checksum computed by the service, the request will fail.

.google.storage.v2.ChecksummedData checksummed_data = 4;

Returns
TypeDescription
ChecksummedDataOrBuilder

getCommonObjectRequestParams()

public CommonObjectRequestParams getCommonObjectRequestParams()

A set of parameters common to Storage API requests concerning an object.

.google.storage.v2.CommonObjectRequestParams common_object_request_params = 10;

Returns
TypeDescription
CommonObjectRequestParams

The commonObjectRequestParams.

getCommonObjectRequestParamsBuilder()

public CommonObjectRequestParams.Builder getCommonObjectRequestParamsBuilder()

A set of parameters common to Storage API requests concerning an object.

.google.storage.v2.CommonObjectRequestParams common_object_request_params = 10;

Returns
TypeDescription
CommonObjectRequestParams.Builder

getCommonObjectRequestParamsOrBuilder()

public CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder()

A set of parameters common to Storage API requests concerning an object.

.google.storage.v2.CommonObjectRequestParams common_object_request_params = 10;

Returns
TypeDescription
CommonObjectRequestParamsOrBuilder

getDataCase()

public BidiWriteObjectRequest.DataCase getDataCase()
Returns
TypeDescription
BidiWriteObjectRequest.DataCase

getDefaultInstanceForType()

public BidiWriteObjectRequest getDefaultInstanceForType()
Returns
TypeDescription
BidiWriteObjectRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getFinishWrite()

public boolean getFinishWrite()

If true, this indicates that the write is complete. Sending any WriteObjectRequests subsequent to one in which finish_write is true will cause an error. For a non-resumable write (where the upload_id was not set in the first message), it is an error not to set this field in the final message of the stream.

bool finish_write = 9;

Returns
TypeDescription
boolean

The finishWrite.

getFirstMessageCase()

public BidiWriteObjectRequest.FirstMessageCase getFirstMessageCase()
Returns
TypeDescription
BidiWriteObjectRequest.FirstMessageCase

getFlush()

public boolean getFlush()

Persists data written on the stream, up to and including the current message, to permanent storage. This option should be used sparingly as it may reduce performance. Ongoing writes will periodically be persisted on the server even when flush is not set. This field is ignored if finish_write is set to true since there's no need to checkpoint or flush if this message completes the write.

bool flush = 8;

Returns
TypeDescription
boolean

The flush.

getObjectChecksums()

public ObjectChecksums getObjectChecksums()

Checksums for the complete object. If the checksums computed by the service don't match the specified checksums the call will fail. May only be provided in the first or last request (either with first_message, or finish_write set).

.google.storage.v2.ObjectChecksums object_checksums = 6;

Returns
TypeDescription
ObjectChecksums

The objectChecksums.

getObjectChecksumsBuilder()

public ObjectChecksums.Builder getObjectChecksumsBuilder()

Checksums for the complete object. If the checksums computed by the service don't match the specified checksums the call will fail. May only be provided in the first or last request (either with first_message, or finish_write set).

.google.storage.v2.ObjectChecksums object_checksums = 6;

Returns
TypeDescription
ObjectChecksums.Builder

getObjectChecksumsOrBuilder()

public ObjectChecksumsOrBuilder getObjectChecksumsOrBuilder()

Checksums for the complete object. If the checksums computed by the service don't match the specified checksums the call will fail. May only be provided in the first or last request (either with first_message, or finish_write set).

.google.storage.v2.ObjectChecksums object_checksums = 6;

Returns
TypeDescription
ObjectChecksumsOrBuilder

getStateLookup()

public boolean getStateLookup()

For each BidiWriteObjectRequest where state_lookup is true or the client closes the stream, the service will send a BidiWriteObjectResponse containing the current persisted size. The persisted size sent in responses covers all the bytes the server has persisted thus far and can be used to decide what data is safe for the client to drop. Note that the object's current size reported by the BidiWriteObjectResponse may lag behind the number of bytes written by the client. This field is ignored if finish_write is set to true.

bool state_lookup = 7;

Returns
TypeDescription
boolean

The stateLookup.

getUploadId()

public String getUploadId()

For resumable uploads. This should be the upload_id returned from a call to StartResumableWriteResponse.

string upload_id = 1;

Returns
TypeDescription
String

The uploadId.

getUploadIdBytes()

public ByteString getUploadIdBytes()

For resumable uploads. This should be the upload_id returned from a call to StartResumableWriteResponse.

string upload_id = 1;

Returns
TypeDescription
ByteString

The bytes for uploadId.

getWriteObjectSpec()

public WriteObjectSpec getWriteObjectSpec()

For non-resumable uploads. Describes the overall upload, including the destination bucket and object name, preconditions, etc.

.google.storage.v2.WriteObjectSpec write_object_spec = 2;

Returns
TypeDescription
WriteObjectSpec

The writeObjectSpec.

getWriteObjectSpecBuilder()

public WriteObjectSpec.Builder getWriteObjectSpecBuilder()

For non-resumable uploads. Describes the overall upload, including the destination bucket and object name, preconditions, etc.

.google.storage.v2.WriteObjectSpec write_object_spec = 2;

Returns
TypeDescription
WriteObjectSpec.Builder

getWriteObjectSpecOrBuilder()

public WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilder()

For non-resumable uploads. Describes the overall upload, including the destination bucket and object name, preconditions, etc.

.google.storage.v2.WriteObjectSpec write_object_spec = 2;

Returns
TypeDescription
WriteObjectSpecOrBuilder

getWriteOffset()

public long getWriteOffset()

Required. The offset from the beginning of the object at which the data should be written.

In the first WriteObjectRequest of a WriteObject() action, it indicates the initial offset for the Write() call. The value must be equal to the persisted_size that a call to QueryWriteStatus() would return (0 if this is the first write to the object).

On subsequent calls, this value must be no larger than the sum of the first write_offset and the sizes of all data chunks sent previously on this stream.

An invalid value will cause an error.

int64 write_offset = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
long

The writeOffset.

hasChecksummedData()

public boolean hasChecksummedData()

The data to insert. If a crc32c checksum is provided that doesn't match the checksum computed by the service, the request will fail.

.google.storage.v2.ChecksummedData checksummed_data = 4;

Returns
TypeDescription
boolean

Whether the checksummedData field is set.

hasCommonObjectRequestParams()

public boolean hasCommonObjectRequestParams()

A set of parameters common to Storage API requests concerning an object.

.google.storage.v2.CommonObjectRequestParams common_object_request_params = 10;

Returns
TypeDescription
boolean

Whether the commonObjectRequestParams field is set.

hasObjectChecksums()

public boolean hasObjectChecksums()

Checksums for the complete object. If the checksums computed by the service don't match the specified checksums the call will fail. May only be provided in the first or last request (either with first_message, or finish_write set).

.google.storage.v2.ObjectChecksums object_checksums = 6;

Returns
TypeDescription
boolean

Whether the objectChecksums field is set.

hasUploadId()

public boolean hasUploadId()

For resumable uploads. This should be the upload_id returned from a call to StartResumableWriteResponse.

string upload_id = 1;

Returns
TypeDescription
boolean

Whether the uploadId field is set.

hasWriteObjectSpec()

public boolean hasWriteObjectSpec()

For non-resumable uploads. Describes the overall upload, including the destination bucket and object name, preconditions, etc.

.google.storage.v2.WriteObjectSpec write_object_spec = 2;

Returns
TypeDescription
boolean

Whether the writeObjectSpec field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeChecksummedData(ChecksummedData value)

public BidiWriteObjectRequest.Builder mergeChecksummedData(ChecksummedData value)

The data to insert. If a crc32c checksum is provided that doesn't match the checksum computed by the service, the request will fail.

.google.storage.v2.ChecksummedData checksummed_data = 4;

Parameter
NameDescription
valueChecksummedData
Returns
TypeDescription
BidiWriteObjectRequest.Builder

mergeCommonObjectRequestParams(CommonObjectRequestParams value)

public BidiWriteObjectRequest.Builder mergeCommonObjectRequestParams(CommonObjectRequestParams value)

A set of parameters common to Storage API requests concerning an object.

.google.storage.v2.CommonObjectRequestParams common_object_request_params = 10;

Parameter
NameDescription
valueCommonObjectRequestParams
Returns
TypeDescription
BidiWriteObjectRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public BidiWriteObjectRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BidiWriteObjectRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public BidiWriteObjectRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
BidiWriteObjectRequest.Builder
Overrides

mergeFrom(BidiWriteObjectRequest other)

public BidiWriteObjectRequest.Builder mergeFrom(BidiWriteObjectRequest other)
Parameter
NameDescription
otherBidiWriteObjectRequest
Returns
TypeDescription
BidiWriteObjectRequest.Builder

mergeObjectChecksums(ObjectChecksums value)

public BidiWriteObjectRequest.Builder mergeObjectChecksums(ObjectChecksums value)

Checksums for the complete object. If the checksums computed by the service don't match the specified checksums the call will fail. May only be provided in the first or last request (either with first_message, or finish_write set).

.google.storage.v2.ObjectChecksums object_checksums = 6;

Parameter
NameDescription
valueObjectChecksums
Returns
TypeDescription
BidiWriteObjectRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final BidiWriteObjectRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
BidiWriteObjectRequest.Builder
Overrides

mergeWriteObjectSpec(WriteObjectSpec value)

public BidiWriteObjectRequest.Builder mergeWriteObjectSpec(WriteObjectSpec value)

For non-resumable uploads. Describes the overall upload, including the destination bucket and object name, preconditions, etc.

.google.storage.v2.WriteObjectSpec write_object_spec = 2;

Parameter
NameDescription
valueWriteObjectSpec
Returns
TypeDescription
BidiWriteObjectRequest.Builder

setChecksummedData(ChecksummedData value)

public BidiWriteObjectRequest.Builder setChecksummedData(ChecksummedData value)

The data to insert. If a crc32c checksum is provided that doesn't match the checksum computed by the service, the request will fail.

.google.storage.v2.ChecksummedData checksummed_data = 4;

Parameter
NameDescription
valueChecksummedData
Returns
TypeDescription
BidiWriteObjectRequest.Builder

setChecksummedData(ChecksummedData.Builder builderForValue)

public BidiWriteObjectRequest.Builder setChecksummedData(ChecksummedData.Builder builderForValue)

The data to insert. If a crc32c checksum is provided that doesn't match the checksum computed by the service, the request will fail.

.google.storage.v2.ChecksummedData checksummed_data = 4;

Parameter
NameDescription
builderForValueChecksummedData.Builder
Returns
TypeDescription
BidiWriteObjectRequest.Builder

setCommonObjectRequestParams(CommonObjectRequestParams value)

public BidiWriteObjectRequest.Builder setCommonObjectRequestParams(CommonObjectRequestParams value)

A set of parameters common to Storage API requests concerning an object.

.google.storage.v2.CommonObjectRequestParams common_object_request_params = 10;

Parameter
NameDescription
valueCommonObjectRequestParams
Returns
TypeDescription
BidiWriteObjectRequest.Builder

setCommonObjectRequestParams(CommonObjectRequestParams.Builder builderForValue)

public BidiWriteObjectRequest.Builder setCommonObjectRequestParams(CommonObjectRequestParams.Builder builderForValue)

A set of parameters common to Storage API requests concerning an object.

.google.storage.v2.CommonObjectRequestParams common_object_request_params = 10;

Parameter
NameDescription
builderForValueCommonObjectRequestParams.Builder
Returns
TypeDescription
BidiWriteObjectRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public BidiWriteObjectRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
BidiWriteObjectRequest.Builder
Overrides

setFinishWrite(boolean value)

public BidiWriteObjectRequest.Builder setFinishWrite(boolean value)

If true, this indicates that the write is complete. Sending any WriteObjectRequests subsequent to one in which finish_write is true will cause an error. For a non-resumable write (where the upload_id was not set in the first message), it is an error not to set this field in the final message of the stream.

bool finish_write = 9;

Parameter
NameDescription
valueboolean

The finishWrite to set.

Returns
TypeDescription
BidiWriteObjectRequest.Builder

This builder for chaining.

setFlush(boolean value)

public BidiWriteObjectRequest.Builder setFlush(boolean value)

Persists data written on the stream, up to and including the current message, to permanent storage. This option should be used sparingly as it may reduce performance. Ongoing writes will periodically be persisted on the server even when flush is not set. This field is ignored if finish_write is set to true since there's no need to checkpoint or flush if this message completes the write.

bool flush = 8;

Parameter
NameDescription
valueboolean

The flush to set.

Returns
TypeDescription
BidiWriteObjectRequest.Builder

This builder for chaining.

setObjectChecksums(ObjectChecksums value)

public BidiWriteObjectRequest.Builder setObjectChecksums(ObjectChecksums value)

Checksums for the complete object. If the checksums computed by the service don't match the specified checksums the call will fail. May only be provided in the first or last request (either with first_message, or finish_write set).

.google.storage.v2.ObjectChecksums object_checksums = 6;

Parameter
NameDescription
valueObjectChecksums
Returns
TypeDescription
BidiWriteObjectRequest.Builder

setObjectChecksums(ObjectChecksums.Builder builderForValue)

public BidiWriteObjectRequest.Builder setObjectChecksums(ObjectChecksums.Builder builderForValue)

Checksums for the complete object. If the checksums computed by the service don't match the specified checksums the call will fail. May only be provided in the first or last request (either with first_message, or finish_write set).

.google.storage.v2.ObjectChecksums object_checksums = 6;

Parameter
NameDescription
builderForValueObjectChecksums.Builder
Returns
TypeDescription
BidiWriteObjectRequest.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public BidiWriteObjectRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
BidiWriteObjectRequest.Builder
Overrides

setStateLookup(boolean value)

public BidiWriteObjectRequest.Builder setStateLookup(boolean value)

For each BidiWriteObjectRequest where state_lookup is true or the client closes the stream, the service will send a BidiWriteObjectResponse containing the current persisted size. The persisted size sent in responses covers all the bytes the server has persisted thus far and can be used to decide what data is safe for the client to drop. Note that the object's current size reported by the BidiWriteObjectResponse may lag behind the number of bytes written by the client. This field is ignored if finish_write is set to true.

bool state_lookup = 7;

Parameter
NameDescription
valueboolean

The stateLookup to set.

Returns
TypeDescription
BidiWriteObjectRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final BidiWriteObjectRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
BidiWriteObjectRequest.Builder
Overrides

setUploadId(String value)

public BidiWriteObjectRequest.Builder setUploadId(String value)

For resumable uploads. This should be the upload_id returned from a call to StartResumableWriteResponse.

string upload_id = 1;

Parameter
NameDescription
valueString

The uploadId to set.

Returns
TypeDescription
BidiWriteObjectRequest.Builder

This builder for chaining.

setUploadIdBytes(ByteString value)

public BidiWriteObjectRequest.Builder setUploadIdBytes(ByteString value)

For resumable uploads. This should be the upload_id returned from a call to StartResumableWriteResponse.

string upload_id = 1;

Parameter
NameDescription
valueByteString

The bytes for uploadId to set.

Returns
TypeDescription
BidiWriteObjectRequest.Builder

This builder for chaining.

setWriteObjectSpec(WriteObjectSpec value)

public BidiWriteObjectRequest.Builder setWriteObjectSpec(WriteObjectSpec value)

For non-resumable uploads. Describes the overall upload, including the destination bucket and object name, preconditions, etc.

.google.storage.v2.WriteObjectSpec write_object_spec = 2;

Parameter
NameDescription
valueWriteObjectSpec
Returns
TypeDescription
BidiWriteObjectRequest.Builder

setWriteObjectSpec(WriteObjectSpec.Builder builderForValue)

public BidiWriteObjectRequest.Builder setWriteObjectSpec(WriteObjectSpec.Builder builderForValue)

For non-resumable uploads. Describes the overall upload, including the destination bucket and object name, preconditions, etc.

.google.storage.v2.WriteObjectSpec write_object_spec = 2;

Parameter
NameDescription
builderForValueWriteObjectSpec.Builder
Returns
TypeDescription
BidiWriteObjectRequest.Builder

setWriteOffset(long value)

public BidiWriteObjectRequest.Builder setWriteOffset(long value)

Required. The offset from the beginning of the object at which the data should be written.

In the first WriteObjectRequest of a WriteObject() action, it indicates the initial offset for the Write() call. The value must be equal to the persisted_size that a call to QueryWriteStatus() would return (0 if this is the first write to the object).

On subsequent calls, this value must be no larger than the sum of the first write_offset and the sizes of all data chunks sent previously on this stream.

An invalid value will cause an error.

int64 write_offset = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valuelong

The writeOffset to set.

Returns
TypeDescription
BidiWriteObjectRequest.Builder

This builder for chaining.