public final class RowAccessPolicy 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 |
---|
RowAccessPolicy() |
Modifier and Type | Method and Description |
---|---|
RowAccessPolicy |
clone() |
String |
getCreationTime()
Output only.
|
String |
getEtag()
Output only.
|
String |
getFilterPredicate()
Required.
|
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 |
setLastModifiedTime(String lastModifiedTime)
Output only.
|
RowAccessPolicy |
setRowAccessPolicyReference(RowAccessPolicyReference rowAccessPolicyReference)
Required.
|
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 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 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 GenericJson
public RowAccessPolicy clone()
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.