Interface StartResumableWriteResponseOrBuilder (2.19.0)

public interface StartResumableWriteResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUploadId()

public abstract String getUploadId()

The upload_id of the newly started resumable write operation. This value should be copied into the WriteObjectRequest.upload_id field.

string upload_id = 1;

Returns
TypeDescription
String

The uploadId.

getUploadIdBytes()

public abstract ByteString getUploadIdBytes()

The upload_id of the newly started resumable write operation. This value should be copied into the WriteObjectRequest.upload_id field.

string upload_id = 1;

Returns
TypeDescription
ByteString

The bytes for uploadId.