com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
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.
|
TableReference |
getView()
[Pick one] A view from a different dataset 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.
|
Dataset.Access |
setView(TableReference view)
[Pick one] A view from a different dataset to grant access to.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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 TableReference getView()
null for nonepublic Dataset.Access setView(TableReference view)
view - view or null for nonepublic Dataset.Access set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Dataset.Access clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2018 Google. All rights reserved.