public static final class Bucket.Versioning
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Versioning() |
| Modifier and Type | Method and Description |
|---|---|
Bucket.Versioning |
clone() |
java.lang.Boolean |
getEnabled()
While set to true, versioning is fully enabled for this bucket.
|
Bucket.Versioning |
set(java.lang.String fieldName,
java.lang.Object value) |
Bucket.Versioning |
setEnabled(java.lang.Boolean enabled)
While set to true, versioning is fully enabled for this bucket.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Boolean getEnabled()
null for nonepublic Bucket.Versioning setEnabled(java.lang.Boolean enabled)
enabled - enabled or null for nonepublic Bucket.Versioning set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Bucket.Versioning clone()
clone in class com.google.api.client.json.GenericJson