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 Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.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<AuditConfig> | getAuditConfigs()Specifies cloud audit logging configuration for this policy. | 
| List<Binding> | getBindings()Associates a list of `members`, or principals, with 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. | 
| List<Rule> | getRules()This is deprecated and has no effect. | 
| Integer | getVersion()Specifies the format of the policy. | 
| Policy | set(String fieldName,
   Object value) | 
| Policy | setAuditConfigs(List<AuditConfig> auditConfigs)Specifies cloud audit logging configuration for this policy. | 
| Policy | setBindings(List<Binding> bindings)Associates a list of `members`, or principals, with 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 | setRules(List<Rule> rules)This is deprecated and has no effect. | 
| Policy | setVersion(Integer version)Specifies the format of the policy. | 
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<AuditConfig> getAuditConfigs()
null for nonepublic Policy setAuditConfigs(List<AuditConfig> auditConfigs)
auditConfigs - auditConfigs or null for nonepublic 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 List<Rule> getRules()
null for nonepublic Policy setRules(List<Rule> rules)
rules - rules or null for nonepublic Integer getVersion()
null for nonepublic Policy setVersion(Integer version)
version - version or null for nonepublic Policy set(String fieldName, Object value)
set in class GenericJsonpublic Policy clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.