Package | Description |
---|---|
com.google.api.services.binaryauthorization.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
IamPolicy |
IamPolicy.clone() |
IamPolicy |
IamPolicy.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.
|
IamPolicy |
SetIamPolicyRequest.getPolicy()
REQUIRED: The complete policy to be applied to the `resource`.
|
IamPolicy |
IamPolicy.set(String fieldName,
Object value) |
IamPolicy |
IamPolicy.setBindings(List<Binding> bindings)
Associates a list of `members`, or principals, with a `role`.
|
IamPolicy |
IamPolicy.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.
|
IamPolicy |
IamPolicy.setVersion(Integer version)
Specifies the format of the policy.
|
Modifier and Type | Method and Description |
---|---|
SetIamPolicyRequest |
SetIamPolicyRequest.setPolicy(IamPolicy policy)
REQUIRED: The complete policy to be applied to the `resource`.
|
Copyright © 2011–2024 Google. All rights reserved.