public final class SqlAclEntry 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 Database Migration API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SqlAclEntry() |
| Modifier and Type | Method and Description |
|---|---|
SqlAclEntry |
clone() |
String |
getExpireTime()
The time when this access control entry expires in [RFC
3339](https://tools.ietf.org/html/rfc3339) format, for example: `2012-11-15T16:19:00.094Z`.
|
String |
getLabel()
A label to identify this entry.
|
String |
getTtl()
Input only.
|
String |
getValue()
The allowlisted value for the access control list.
|
SqlAclEntry |
set(String fieldName,
Object value) |
SqlAclEntry |
setExpireTime(String expireTime)
The time when this access control entry expires in [RFC
3339](https://tools.ietf.org/html/rfc3339) format, for example: `2012-11-15T16:19:00.094Z`.
|
SqlAclEntry |
setLabel(String label)
A label to identify this entry.
|
SqlAclEntry |
setTtl(String ttl)
Input only.
|
SqlAclEntry |
setValue(String value)
The allowlisted value for the access control list.
|
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 getExpireTime()
null for nonepublic SqlAclEntry setExpireTime(String expireTime)
expireTime - expireTime or null for nonepublic String getLabel()
null for nonepublic SqlAclEntry setLabel(String label)
label - label or null for nonepublic String getTtl()
null for nonepublic SqlAclEntry setTtl(String ttl)
ttl - ttl or null for nonepublic String getValue()
null for nonepublic SqlAclEntry setValue(String value)
value - value or null for nonepublic SqlAclEntry set(String fieldName, Object value)
set in class GenericJsonpublic SqlAclEntry clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.