public final class Project 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 Cloud DNS 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 |
|---|
Project() |
| Modifier and Type | Method and Description |
|---|---|
Project |
clone() |
String |
getId()
User assigned unique identifier for the resource (output only).
|
String |
getKind() |
BigInteger |
getNumber()
Unique numeric identifier for the resource; defined by the server (output only).
|
Quota |
getQuota()
Quotas assigned to this project (output only).
|
Project |
set(String fieldName,
Object value) |
Project |
setId(String id)
User assigned unique identifier for the resource (output only).
|
Project |
setKind(String kind) |
Project |
setNumber(BigInteger number)
Unique numeric identifier for the resource; defined by the server (output only).
|
Project |
setQuota(Quota quota)
Quotas assigned to this project (output only).
|
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 getId()
null for nonepublic Project setId(String id)
id - id or null for nonepublic String getKind()
null for nonepublic BigInteger getNumber()
null for nonepublic Project setNumber(BigInteger number)
number - number or null for nonepublic Quota getQuota()
null for nonepublic Project setQuota(Quota quota)
quota - quota or null for nonepublic Project set(String fieldName, Object value)
set in class GenericJsonpublic Project clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.