public static final class Bucket.Owner
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Owner() |
| Modifier and Type | Method and Description |
|---|---|
Bucket.Owner |
clone() |
java.lang.String |
getEntity()
The entity, in the form project-owner-projectId.
|
java.lang.String |
getEntityId()
The ID for the entity.
|
Bucket.Owner |
set(java.lang.String fieldName,
java.lang.Object value) |
Bucket.Owner |
setEntity(java.lang.String entity)
The entity, in the form project-owner-projectId.
|
Bucket.Owner |
setEntityId(java.lang.String entityId)
The ID for the entity.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getEntity()
null for nonepublic Bucket.Owner setEntity(java.lang.String entity)
entity - entity or null for nonepublic java.lang.String getEntityId()
null for nonepublic Bucket.Owner setEntityId(java.lang.String entityId)
entityId - entityId or null for nonepublic Bucket.Owner set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Bucket.Owner clone()
clone in class com.google.api.client.json.GenericJson