| Package | Description |
|---|---|
| com.google.api.services.storage | |
| com.google.api.services.storage.model |
| Modifier and Type | Method and Description |
|---|---|
Storage.Operations.AdvanceRelocateBucket |
Storage.Operations.advanceRelocateBucket(String bucket,
String operationId,
AdvanceRelocateBucketOperationRequest content)
Starts asynchronous advancement of the relocate bucket operation in the case of required write
downtime, to allow it to lock the bucket at the source location, and proceed with the bucket
location swap.
|
| Constructor and Description |
|---|
AdvanceRelocateBucket(String bucket,
String operationId,
AdvanceRelocateBucketOperationRequest content)
Starts asynchronous advancement of the relocate bucket operation in the case of required write
downtime, to allow it to lock the bucket at the source location, and proceed with the bucket
location swap.
|
| Modifier and Type | Method and Description |
|---|---|
AdvanceRelocateBucketOperationRequest |
AdvanceRelocateBucketOperationRequest.clone() |
AdvanceRelocateBucketOperationRequest |
AdvanceRelocateBucketOperationRequest.set(String fieldName,
Object value) |
AdvanceRelocateBucketOperationRequest |
AdvanceRelocateBucketOperationRequest.setExpireTime(com.google.api.client.util.DateTime expireTime)
Specifies the time when the relocation will revert to the sync stage if the relocation hasn't
succeeded.
|
AdvanceRelocateBucketOperationRequest |
AdvanceRelocateBucketOperationRequest.setTtl(String ttl)
Specifies the duration after which the relocation will revert to the sync stage if the
relocation hasn't succeeded.
|
Copyright © 2011–2025 Google. All rights reserved.