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` 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. 
 | 
Boolean | 
getIamOwned()  | 
List<Rule> | 
getRules()
If more than one rule is specified, the rules are applied in the following manner: - All
 matching LOG rules are always applied. 
 | 
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` 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 | 
setIamOwned(Boolean iamOwned)  | 
Policy | 
setRules(List<Rule> rules)
If more than one rule is specified, the rules are applied in the following manner: - All
 matching LOG rules are always applied. 
 | 
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 Boolean getIamOwned()
null for nonepublic Policy setIamOwned(Boolean iamOwned)
iamOwned - iamOwned or null for nonepublic 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–2020 Google. All rights reserved.