com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Autoclass() |
| Modifier and Type | Method and Description |
|---|---|
Bucket.Autoclass |
clone() |
Boolean |
getEnabled()
Whether or not Autoclass is enabled on this bucket
|
String |
getTerminalStorageClass()
The storage class that objects in the bucket eventually transition to if they are not read for
a certain length of time.
|
com.google.api.client.util.DateTime |
getTerminalStorageClassUpdateTime()
A date and time in RFC 3339 format representing the time of the most recent update to
"terminalStorageClass".
|
com.google.api.client.util.DateTime |
getToggleTime()
A date and time in RFC 3339 format representing the instant at which "enabled" was last
toggled.
|
Bucket.Autoclass |
set(String fieldName,
Object value) |
Bucket.Autoclass |
setEnabled(Boolean enabled)
Whether or not Autoclass is enabled on this bucket
|
Bucket.Autoclass |
setTerminalStorageClass(String terminalStorageClass)
The storage class that objects in the bucket eventually transition to if they are not read for
a certain length of time.
|
Bucket.Autoclass |
setTerminalStorageClassUpdateTime(com.google.api.client.util.DateTime terminalStorageClassUpdateTime)
A date and time in RFC 3339 format representing the time of the most recent update to
"terminalStorageClass".
|
Bucket.Autoclass |
setToggleTime(com.google.api.client.util.DateTime toggleTime)
A date and time in RFC 3339 format representing the instant at which "enabled" was last
toggled.
|
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 Boolean getEnabled()
null for nonepublic Bucket.Autoclass setEnabled(Boolean enabled)
enabled - enabled or null for nonepublic String getTerminalStorageClass()
null for nonepublic Bucket.Autoclass setTerminalStorageClass(String terminalStorageClass)
terminalStorageClass - terminalStorageClass or null for nonepublic com.google.api.client.util.DateTime getTerminalStorageClassUpdateTime()
null for nonepublic Bucket.Autoclass setTerminalStorageClassUpdateTime(com.google.api.client.util.DateTime terminalStorageClassUpdateTime)
terminalStorageClassUpdateTime - terminalStorageClassUpdateTime or null for nonepublic com.google.api.client.util.DateTime getToggleTime()
null for nonepublic Bucket.Autoclass setToggleTime(com.google.api.client.util.DateTime toggleTime)
toggleTime - toggleTime or null for nonepublic Bucket.Autoclass set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Bucket.Autoclass clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.