Interface StartResumableWriteResponseOrBuilder (2.48.1)

public interface StartResumableWriteResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUploadId()

public abstract String getUploadId()

A unique identifier for the initiated resumable write operation. As the ID grants write access, you should keep it confidential during the upload to prevent unauthorized access and data tampering during your upload. This ID should be included in subsequent WriteObject requests to upload the object data.

string upload_id = 1;

Returns
Type Description
String

The uploadId.

getUploadIdBytes()

public abstract ByteString getUploadIdBytes()

A unique identifier for the initiated resumable write operation. As the ID grants write access, you should keep it confidential during the upload to prevent unauthorized access and data tampering during your upload. This ID should be included in subsequent WriteObject requests to upload the object data.

string upload_id = 1;

Returns
Type Description
ByteString

The bytes for uploadId.