public final class AdvanceRelocateBucketOperationRequest
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Storage JSON API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AdvanceRelocateBucketOperationRequest() |
| Modifier and Type | Method and Description |
|---|---|
AdvanceRelocateBucketOperationRequest |
clone() |
com.google.api.client.util.DateTime |
getExpireTime()
Specifies the time when the relocation will revert to the sync stage if the relocation hasn't
succeeded.
|
String |
getTtl()
Specifies the duration after which the relocation will revert to the sync stage if the
relocation hasn't succeeded.
|
AdvanceRelocateBucketOperationRequest |
set(String fieldName,
Object value) |
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 |
setTtl(String ttl)
Specifies the duration after which the relocation will revert to the sync stage if the
relocation hasn't succeeded.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic AdvanceRelocateBucketOperationRequest()
public com.google.api.client.util.DateTime getExpireTime()
null for nonepublic AdvanceRelocateBucketOperationRequest setExpireTime(com.google.api.client.util.DateTime expireTime)
expireTime - expireTime or null for nonepublic String getTtl()
null for nonepublic AdvanceRelocateBucketOperationRequest setTtl(String ttl)
ttl - ttl or null for nonepublic AdvanceRelocateBucketOperationRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic AdvanceRelocateBucketOperationRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.