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