com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Bindings() |
| Modifier and Type | Method and Description |
|---|---|
Policy.Bindings |
clone() |
Expr |
getCondition()
The condition that is associated with this binding.
|
List<String> |
getMembers()
A collection of identifiers for members who may assume the provided role.
|
String |
getRole()
The role to which members belong.
|
Policy.Bindings |
set(String fieldName,
Object value) |
Policy.Bindings |
setCondition(Expr condition)
The condition that is associated with this binding.
|
Policy.Bindings |
setMembers(List<String> members)
A collection of identifiers for members who may assume the provided role.
|
Policy.Bindings |
setRole(String role)
The role to which members belong.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Expr getCondition()
null for nonepublic Policy.Bindings setCondition(Expr condition)
condition - condition or null for nonepublic List<String> getMembers()
null for nonepublic Policy.Bindings setMembers(List<String> members)
members - members or null for nonepublic String getRole()
null for nonepublic Policy.Bindings setRole(String role)
role - role or null for nonepublic Policy.Bindings set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Policy.Bindings clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.