public final class BindingDelta extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Identity and Access Management (IAM) API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BindingDelta() |
| Modifier and Type | Method and Description |
|---|---|
BindingDelta |
clone() |
String |
getAction()
The action that was performed on a Binding.
|
Expr |
getCondition()
The condition that is associated with this binding.
|
String |
getMember()
A single identity requesting access for a Cloud Platform resource.
|
String |
getRole()
Role that is assigned to `members`.
|
BindingDelta |
set(String fieldName,
Object value) |
BindingDelta |
setAction(String action)
The action that was performed on a Binding.
|
BindingDelta |
setCondition(Expr condition)
The condition that is associated with this binding.
|
BindingDelta |
setMember(String member)
A single identity requesting access for a Cloud Platform resource.
|
BindingDelta |
setRole(String role)
Role that is assigned to `members`.
|
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 getAction()
null for nonepublic BindingDelta setAction(String action)
action - action or null for nonepublic Expr getCondition()
null for nonepublic BindingDelta setCondition(Expr condition)
condition - condition or null for nonepublic String getMember()
null for nonepublic BindingDelta setMember(String member)
member - member or null for nonepublic String getRole()
null for nonepublic BindingDelta setRole(String role)
role - role or null for nonepublic BindingDelta set(String fieldName, Object value)
set in class GenericJsonpublic BindingDelta clone()
clone in class GenericJsonCopyright © 2011–2019 Google. All rights reserved.