public final class Binding 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 Compute Engine 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 | 
|---|
Binding()  | 
| Modifier and Type | Method and Description | 
|---|---|
Binding | 
clone()  | 
String | 
getBindingId()
A client-specified ID for this binding. 
 | 
Expr | 
getCondition()
The condition that is associated with this binding. 
 | 
List<String> | 
getMembers()
Specifies the identities requesting access for a Cloud Platform resource. 
 | 
String | 
getRole()
Role that is assigned to `members`. 
 | 
Binding | 
set(String fieldName,
   Object value)  | 
Binding | 
setBindingId(String bindingId)
A client-specified ID for this binding. 
 | 
Binding | 
setCondition(Expr condition)
The condition that is associated with this binding. 
 | 
Binding | 
setMembers(List<String> members)
Specifies the identities requesting access for a Cloud Platform resource. 
 | 
Binding | 
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 getBindingId()
null for nonepublic Binding setBindingId(String bindingId)
bindingId - bindingId or null for nonepublic Expr getCondition()
null for nonepublic Binding setCondition(Expr condition)
condition - condition or null for nonepublic List<String> getMembers()
null for nonepublic Binding setMembers(List<String> members)
members - members or null for nonepublic String getRole()
null for nonepublic Binding setRole(String role)
role - role or null for nonepublic Binding set(String fieldName, Object value)
set in class GenericJsonpublic Binding clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.