public final class Binding 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 BigQuery API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Binding() |
Modifier and Type | Method and Description |
---|---|
Binding |
clone() |
Expr |
getCondition()
The condition that is associated with this binding.
|
List<String> |
getMembers()
Specifies the principals requesting access for a Google Cloud resource.
|
String |
getRole()
Role that is assigned to the list of `members`, or principals.
|
Binding |
set(String fieldName,
Object value) |
Binding |
setCondition(Expr condition)
The condition that is associated with this binding.
|
Binding |
setMembers(List<String> members)
Specifies the principals requesting access for a Google Cloud resource.
|
Binding |
setRole(String role)
Role that is assigned to the list of `members`, or principals.
|
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 Expr getCondition()
null
for nonepublic Binding setCondition(Expr condition)
condition
- condition or null
for nonepublic List<String> getMembers()
null
for nonepublic Binding setMembers(List<String> members)
members
- members or null
for nonepublic String getRole()
null
for nonepublic Binding setRole(String role)
role
- role or null
for nonepublic Binding set(String fieldName, Object value)
set
in class GenericJson
public Binding clone()
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.