public final class Policy 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 Cloud Dataproc API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Policy() |
Modifier and Type | Method and Description |
---|---|
Policy |
clone() |
byte[] |
decodeEtag()
etag is used for optimistic concurrency control as a way to help prevent simultaneous updates
of a policy from overwriting each other.
|
Policy |
encodeEtag(byte[] etag)
etag is used for optimistic concurrency control as a way to help prevent simultaneous updates
of a policy from overwriting each other.
|
List<Binding> |
getBindings()
Associates a list of members to a role.
|
String |
getEtag()
etag is used for optimistic concurrency control as a way to help prevent simultaneous updates
of a policy from overwriting each other.
|
Integer |
getVersion()
Specifies the format of the policy.Valid values are 0, 1, and 3.
|
Policy |
set(String fieldName,
Object value) |
Policy |
setBindings(List<Binding> bindings)
Associates a list of members to a role.
|
Policy |
setEtag(String etag)
etag is used for optimistic concurrency control as a way to help prevent simultaneous updates
of a policy from overwriting each other.
|
Policy |
setVersion(Integer version)
Specifies the format of the policy.Valid values are 0, 1, and 3.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public List<Binding> getBindings()
null
for nonepublic Policy setBindings(List<Binding> bindings)
bindings
- bindings or null
for nonepublic String getEtag()
null
for nonedecodeEtag()
public byte[] decodeEtag()
null
for nonegetEtag()
public Policy setEtag(String etag)
etag
- etag or null
for none#encodeEtag()
public Policy encodeEtag(byte[] etag)
The value is encoded Base64 or {@code null} for none.
public Integer getVersion()
null
for nonepublic Policy setVersion(Integer version)
version
- version or null
for nonepublic Policy set(String fieldName, Object value)
set
in class GenericJson
public Policy clone()
clone
in class GenericJson
Copyright © 2011–2021 Google. All rights reserved.