public final class GlobalSetPolicyRequest
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 API V2Beta Methods. 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 |
|---|
GlobalSetPolicyRequest() |
| Modifier and Type | Method and Description |
|---|---|
GlobalSetPolicyRequest |
clone() |
byte[] |
decodeEtag()
Flatten Policy to create a backward compatible wire-format.
|
GlobalSetPolicyRequest |
encodeEtag(byte[] etag)
Flatten Policy to create a backward compatible wire-format.
|
java.util.List<Binding> |
getBindings()
Flatten Policy to create a backward compatible wire-format.
|
java.lang.String |
getEtag()
Flatten Policy to create a backward compatible wire-format.
|
Policy |
getPolicy()
REQUIRED: The complete policy to be applied to the 'resource'.
|
GlobalSetPolicyRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
GlobalSetPolicyRequest |
setBindings(java.util.List<Binding> bindings)
Flatten Policy to create a backward compatible wire-format.
|
GlobalSetPolicyRequest |
setEtag(java.lang.String etag)
Flatten Policy to create a backward compatible wire-format.
|
GlobalSetPolicyRequest |
setPolicy(Policy policy)
REQUIRED: The complete policy to be applied to the 'resource'.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.util.List<Binding> getBindings()
null for nonepublic GlobalSetPolicyRequest setBindings(java.util.List<Binding> bindings)
bindings - bindings or null for nonepublic java.lang.String getEtag()
null for nonedecodeEtag()public byte[] decodeEtag()
null for nonegetEtag()public GlobalSetPolicyRequest setEtag(java.lang.String etag)
etag - etag or null for none#encodeEtag()public GlobalSetPolicyRequest encodeEtag(byte[] etag)
The value is encoded Base64 or {@code null} for none.
public Policy getPolicy()
null for nonepublic GlobalSetPolicyRequest setPolicy(Policy policy)
policy - policy or null for nonepublic GlobalSetPolicyRequest set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic GlobalSetPolicyRequest clone()
clone in class com.google.api.client.json.GenericJson