Interface CancelResumableWriteRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CancelResumableWriteRequest, CancelResumableWriteRequest.Builder

public interface CancelResumableWriteRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    com.google.protobuf.ByteString
    Required.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getUploadId

      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:
      The uploadId.
    • getUploadIdBytes

      com.google.protobuf.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:
      The bytes for uploadId.