Interface CancelResumableWriteRequestOrBuilder (2.36.1)

public interface CancelResumableWriteRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUploadId()

public abstract String getUploadId()

Required. The upload_id of the resumable upload to cancel. This should be copied from the upload_id field of StartResumableWriteResponse.

string upload_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The uploadId.

getUploadIdBytes()

public abstract ByteString getUploadIdBytes()

Required. The upload_id of the resumable upload to cancel. This should be copied from the upload_id field of StartResumableWriteResponse.

string upload_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for uploadId.