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, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public 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.GenericJson
public Bucket.Versioning clone()
clone
in class com.google.api.client.json.GenericJson