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()This is deprecated and has no effect. | 
| Expr | getCondition()The condition that is associated with this binding. | 
| List<String> | getMembers()Specifies the principals requesting access for a Google Cloud resource. | 
| String | getRole()Role that is assigned to the list of `members`, or principals. | 
| Binding | set(String fieldName,
   Object value) | 
| Binding | setBindingId(String bindingId)This is deprecated and has no effect. | 
| Binding | setCondition(Expr condition)The condition that is associated with this binding. | 
| Binding | setMembers(List<String> members)Specifies the principals requesting access for a Google Cloud resource. | 
| Binding | setRole(String role)Role that is assigned to the list of `members`, or principals. | 
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–2022 Google. All rights reserved.