public final class RowAccessPolicy
extends com.google.api.client.json.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
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
RowAccessPolicy() |
| Modifier and Type | Method and Description |
|---|---|
RowAccessPolicy |
clone() |
String |
getCreationTime()
Output only.
|
String |
getEtag()
Output only.
|
String |
getFilterPredicate()
Required.
|
List<String> |
getGrantees()
Optional.
|
String |
getLastModifiedTime()
Output only.
|
RowAccessPolicyReference |
getRowAccessPolicyReference()
Required.
|
RowAccessPolicy |
set(String fieldName,
Object value) |
RowAccessPolicy |
setCreationTime(String creationTime)
Output only.
|
RowAccessPolicy |
setEtag(String etag)
Output only.
|
RowAccessPolicy |
setFilterPredicate(String filterPredicate)
Required.
|
RowAccessPolicy |
setGrantees(List<String> grantees)
Optional.
|
RowAccessPolicy |
setLastModifiedTime(String lastModifiedTime)
Output only.
|
RowAccessPolicy |
setRowAccessPolicyReference(RowAccessPolicyReference rowAccessPolicyReference)
Required.
|
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 String getCreationTime()
null for nonepublic RowAccessPolicy setCreationTime(String creationTime)
creationTime - creationTime or null for nonepublic String getEtag()
null for nonepublic RowAccessPolicy setEtag(String etag)
etag - etag or null for nonepublic String getFilterPredicate()
null for nonepublic RowAccessPolicy setFilterPredicate(String filterPredicate)
filterPredicate - filterPredicate or null for nonepublic List<String> getGrantees()
null for nonepublic RowAccessPolicy setGrantees(List<String> grantees)
grantees - grantees or null for nonepublic String getLastModifiedTime()
null for nonepublic RowAccessPolicy setLastModifiedTime(String lastModifiedTime)
lastModifiedTime - lastModifiedTime or null for nonepublic RowAccessPolicyReference getRowAccessPolicyReference()
null for nonepublic RowAccessPolicy setRowAccessPolicyReference(RowAccessPolicyReference rowAccessPolicyReference)
rowAccessPolicyReference - rowAccessPolicyReference or null for nonepublic RowAccessPolicy set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic RowAccessPolicy clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.