Package | Description |
---|---|
com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
Modifier and Type | Method and Description |
---|---|
CopyWriter |
Storage.copy(Storage.CopyRequest copyRequest)
Sends a copy request.
|
CopyWriter |
Blob.copyTo(BlobId targetBlob,
Blob.BlobSourceOption... options)
Sends a copy request for the current blob to the target blob.
|
CopyWriter |
Blob.copyTo(String targetBucket,
Blob.BlobSourceOption... options)
Sends a copy request for the current blob to the target bucket, preserving its name.
|
CopyWriter |
Blob.copyTo(String targetBucket,
String targetBlob,
Blob.BlobSourceOption... options)
Sends a copy request for the current blob to the target blob.
|
Modifier and Type | Method and Description |
---|---|
RestorableState<CopyWriter> |
CopyWriter.capture() |
Copyright © 2019 Google LLC. All rights reserved.