| Package | Description |
|---|---|
| com.google.api.services.storage | |
| com.google.api.services.storage.model |
| Modifier and Type | Method and Description |
|---|---|
Storage.Buckets.Relocate |
Storage.Buckets.relocate(String bucket,
RelocateBucketRequest content)
Initiates a long-running Relocate Bucket operation on the specified bucket.
|
| Constructor and Description |
|---|
Relocate(String bucket,
RelocateBucketRequest content)
Initiates a long-running Relocate Bucket operation on the specified bucket.
|
| Modifier and Type | Method and Description |
|---|---|
RelocateBucketRequest |
RelocateBucketRequest.clone() |
RelocateBucketRequest |
RelocateBucketRequest.set(String fieldName,
Object value) |
RelocateBucketRequest |
RelocateBucketRequest.setDestinationCustomPlacementConfig(RelocateBucketRequest.DestinationCustomPlacementConfig destinationCustomPlacementConfig)
The bucket's new custom placement configuration if relocating to a Custom Dual Region.
|
RelocateBucketRequest |
RelocateBucketRequest.setDestinationLocation(String destinationLocation)
The new location the bucket will be relocated to.
|
RelocateBucketRequest |
RelocateBucketRequest.setValidateOnly(Boolean validateOnly)
If true, validate the operation, but do not actually relocate the bucket.
|
Copyright © 2011–2025 Google. All rights reserved.