public interface CancelResumableWriteRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for uploadId. |