GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Dataset.Access() |
Modifier and Type | Method and Description |
---|---|
Dataset.Access |
clone() |
String |
getDomain()
[Pick one] A domain to grant access to.
|
String |
getGroupByEmail()
[Pick one] An email address of a Google Group to grant access to.
|
String |
getRole()
[Required] Describes the rights granted to the user specified by the other member of the access
object.
|
String |
getSpecialGroup()
[Pick one] A special group to grant access to.
|
String |
getUserByEmail()
[Pick one] An email address of a user to grant access to.
|
Dataset.Access |
set(String fieldName,
Object value) |
Dataset.Access |
setDomain(String domain)
[Pick one] A domain to grant access to.
|
Dataset.Access |
setGroupByEmail(String groupByEmail)
[Pick one] An email address of a Google Group to grant access to.
|
Dataset.Access |
setRole(String role)
[Required] Describes the rights granted to the user specified by the other member of the access
object.
|
Dataset.Access |
setSpecialGroup(String specialGroup)
[Pick one] A special group to grant access to.
|
Dataset.Access |
setUserByEmail(String userByEmail)
[Pick one] An email address of a user to grant access to.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getDomain()
null
for nonepublic Dataset.Access setDomain(String domain)
domain
- domain or null
for nonepublic String getGroupByEmail()
null
for nonepublic Dataset.Access setGroupByEmail(String groupByEmail)
groupByEmail
- groupByEmail or null
for nonepublic String getRole()
null
for nonepublic Dataset.Access setRole(String role)
role
- role or null
for nonepublic String getSpecialGroup()
null
for nonepublic Dataset.Access setSpecialGroup(String specialGroup)
specialGroup
- specialGroup or null
for nonepublic String getUserByEmail()
null
for nonepublic Dataset.Access setUserByEmail(String userByEmail)
userByEmail
- userByEmail or null
for nonepublic Dataset.Access set(String fieldName, Object value)
set
in class GenericJson
public Dataset.Access clone()
clone
in class GenericJson