public final class GoogleIamV1BindingDelta 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 |
|---|
GoogleIamV1BindingDelta() |
| Modifier and Type | Method and Description |
|---|---|
GoogleIamV1BindingDelta |
clone() |
String |
getAction()
The action that was performed on a Binding.
|
GoogleTypeExpr |
getCondition()
The condition that is associated with this binding.
|
String |
getMember()
A single identity requesting access for a Google Cloud resource.
|
String |
getRole()
Role that is assigned to `members`.
|
GoogleIamV1BindingDelta |
set(String fieldName,
Object value) |
GoogleIamV1BindingDelta |
setAction(String action)
The action that was performed on a Binding.
|
GoogleIamV1BindingDelta |
setCondition(GoogleTypeExpr condition)
The condition that is associated with this binding.
|
GoogleIamV1BindingDelta |
setMember(String member)
A single identity requesting access for a Google Cloud resource.
|
GoogleIamV1BindingDelta |
setRole(String role)
Role that is assigned to `members`.
|
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 String getAction()
null for nonepublic GoogleIamV1BindingDelta setAction(String action)
action - action or null for nonepublic GoogleTypeExpr getCondition()
null for nonepublic GoogleIamV1BindingDelta setCondition(GoogleTypeExpr condition)
condition - condition or null for nonepublic String getMember()
null for nonepublic GoogleIamV1BindingDelta setMember(String member)
member - member or null for nonepublic String getRole()
null for nonepublic GoogleIamV1BindingDelta setRole(String role)
role - role or null for nonepublic GoogleIamV1BindingDelta set(String fieldName, Object value)
set in class GenericJsonpublic GoogleIamV1BindingDelta clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.