public final class ResourceAccessControl
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 Deployment Manager Alpha 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 |
|---|
ResourceAccessControl() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAccessControl |
clone() |
java.lang.String |
getGcpIamPolicy()
The GCP IAM Policy to set on the resource.
|
ResourceAccessControl |
set(java.lang.String fieldName,
java.lang.Object value) |
ResourceAccessControl |
setGcpIamPolicy(java.lang.String gcpIamPolicy)
The GCP IAM Policy to set on the resource.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getGcpIamPolicy()
null for nonepublic ResourceAccessControl setGcpIamPolicy(java.lang.String gcpIamPolicy)
gcpIamPolicy - gcpIamPolicy or null for nonepublic ResourceAccessControl set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ResourceAccessControl clone()
clone in class com.google.api.client.json.GenericJson