public final class Binding
extends com.google.api.client.json.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 Google Cloud Resource Manager API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Binding() |
| Modifier and Type | Method and Description |
|---|---|
Binding |
clone() |
java.util.List<java.lang.String> |
getMembers()
Specifies the identities requesting access for a Cloud Platform resource.
|
java.lang.String |
getRole()
Role that is assigned to `members`.
|
Binding |
set(java.lang.String fieldName,
java.lang.Object value) |
Binding |
setMembers(java.util.List<java.lang.String> members)
Specifies the identities requesting access for a Cloud Platform resource.
|
Binding |
setRole(java.lang.String role)
Role that is assigned to `members`.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<java.lang.String> getMembers()
null for nonepublic Binding setMembers(java.util.List<java.lang.String> members)
members - members or null for nonepublic java.lang.String getRole()
null for nonepublic Binding setRole(java.lang.String role)
role - role or null for nonepublic Binding set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Binding clone()
clone in class com.google.api.client.json.GenericJson