Interface StartResumableWriteResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    A unique identifier for the initiated resumable write operation.
    com.google.protobuf.ByteString
    A unique identifier for the initiated resumable write operation.

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

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