Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
Binding |
Binding.clone() |
Binding |
Binding.set(String fieldName,
Object value) |
Binding |
Binding.setCondition(Expr condition)
The condition that is associated with this binding.
|
Binding |
Binding.setMembers(List<String> members)
Specifies the principals requesting access for a Google Cloud resource.
|
Binding |
Binding.setRole(String role)
Role that is assigned to the list of `members`, or principals.
|
Modifier and Type | Method and Description |
---|---|
List<Binding> |
Policy.getBindings()
Associates a list of `members`, or principals, with a `role`.
|
Modifier and Type | Method and Description |
---|---|
Policy |
Policy.setBindings(List<Binding> bindings)
Associates a list of `members`, or principals, with a `role`.
|
Copyright © 2011–2022 Google. All rights reserved.