| Package | Description |
|---|---|
| com.google.api.services.iam.v1.model |
| Modifier and Type | Method and Description |
|---|---|
BindingDelta |
BindingDelta.clone() |
BindingDelta |
BindingDelta.set(String fieldName,
Object value) |
BindingDelta |
BindingDelta.setAction(String action)
The action that was performed on a Binding.
|
BindingDelta |
BindingDelta.setCondition(Expr condition)
The condition that is associated with this binding.
|
BindingDelta |
BindingDelta.setMember(String member)
A single identity requesting access for a Cloud Platform resource.
|
BindingDelta |
BindingDelta.setRole(String role)
Role that is assigned to `members`.
|
| Modifier and Type | Method and Description |
|---|---|
List<BindingDelta> |
PolicyDelta.getBindingDeltas()
The delta for Bindings between two policies.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyDelta |
PolicyDelta.setBindingDeltas(List<BindingDelta> bindingDeltas)
The delta for Bindings between two policies.
|
Copyright © 2011–2019 Google. All rights reserved.