public final class GoogleIamV1Policy 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 AI Platform Training & Prediction 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 |
|---|
GoogleIamV1Policy() |
| Modifier and Type | Method and Description |
|---|---|
GoogleIamV1Policy |
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.
|
GoogleIamV1Policy |
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<GoogleIamV1AuditConfig> |
getAuditConfigs()
Specifies cloud audit logging configuration for this policy.
|
List<GoogleIamV1Binding> |
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.
|
GoogleIamV1Policy |
set(String fieldName,
Object value) |
GoogleIamV1Policy |
setAuditConfigs(List<GoogleIamV1AuditConfig> auditConfigs)
Specifies cloud audit logging configuration for this policy.
|
GoogleIamV1Policy |
setBindings(List<GoogleIamV1Binding> bindings)
Associates a list of `members` to a `role`.
|
GoogleIamV1Policy |
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.
|
GoogleIamV1Policy |
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<GoogleIamV1AuditConfig> getAuditConfigs()
null for nonepublic GoogleIamV1Policy setAuditConfigs(List<GoogleIamV1AuditConfig> auditConfigs)
auditConfigs - auditConfigs or null for nonepublic List<GoogleIamV1Binding> getBindings()
null for nonepublic GoogleIamV1Policy setBindings(List<GoogleIamV1Binding> bindings)
bindings - bindings or null for nonepublic String getEtag()
null for nonedecodeEtag()public byte[] decodeEtag()
null for nonegetEtag()public GoogleIamV1Policy setEtag(String etag)
etag - etag or null for none#encodeEtag()public GoogleIamV1Policy encodeEtag(byte[] etag)
The value is encoded Base64 or {@code null} for none.
public Integer getVersion()
null for nonepublic GoogleIamV1Policy setVersion(Integer version)
version - version or null for nonepublic GoogleIamV1Policy set(String fieldName, Object value)
set in class GenericJsonpublic GoogleIamV1Policy clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.