Class CompleteMultipartUploadResponse

java.lang.Object
com.google.cloud.storage.multipartupload.model.CompleteMultipartUploadResponse

@BetaApi public final class CompleteMultipartUploadResponse extends Object
Represents the response from a completed multipart upload.
Since:
2.60.0 This new api is in preview and is subject to breaking changes.
  • Method Details

    • location

      @BetaApi public String location()
      Returns the URL of the completed object.
      Returns:
      The URL of the completed object.
      Since:
      2.60.0 This new api is in preview and is subject to breaking changes.
    • bucket

      @BetaApi public String bucket()
      Returns the bucket name.
      Returns:
      The bucket name.
      Since:
      2.60.0 This new api is in preview and is subject to breaking changes.
    • key

      @BetaApi public String key()
      Returns the object name.
      Returns:
      The object name.
      Since:
      2.60.0 This new api is in preview and is subject to breaking changes.
    • etag

      @BetaApi public String etag()
      Returns the ETag of the completed object.
      Returns:
      The ETag of the completed object.
      Since:
      2.60.0 This new api is in preview and is subject to breaking changes.
    • crc32c

      @BetaApi public String crc32c()
      Returns the CRC32C checksum of the completed object.
      Returns:
      The CRC32C checksum of the completed object.
      Since:
      2.60.0 This new api is in preview and is subject to breaking changes.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      @BetaApi public static CompleteMultipartUploadResponse.Builder builder()
      Creates a new builder for CompleteMultipartUploadResponse.
      Returns:
      A new builder.
      Since:
      2.60.0 This new api is in preview and is subject to breaking changes.