public final class Policy
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 BigQuery 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
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<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.
|
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 |
setVersion(Integer version)
Specifies the format of the policy.
|
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<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 Integer getVersion()
null
for nonepublic Policy setVersion(Integer version)
version
- version or null
for nonepublic Policy set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public Policy clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.