public final class Quota 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 Compute Engine 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 | 
|---|
| Quota() | 
| Modifier and Type | Method and Description | 
|---|---|
| Quota | clone() | 
| Double | getLimit()[Output Only] Quota limit for this metric. | 
| String | getMetric()[Output Only] Name of the quota metric. | 
| String | getOwner()[Output Only] Owning resource. | 
| Double | getUsage()[Output Only] Current usage of this metric. | 
| Quota | set(String fieldName,
   Object value) | 
| Quota | setLimit(Double limit)[Output Only] Quota limit for this metric. | 
| Quota | setMetric(String metric)[Output Only] Name of the quota metric. | 
| Quota | setOwner(String owner)[Output Only] Owning resource. | 
| Quota | setUsage(Double usage)[Output Only] Current usage of this metric. | 
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 Double getLimit()
null for nonepublic Quota setLimit(Double limit)
limit - limit or null for nonepublic String getMetric()
null for nonepublic Quota setMetric(String metric)
metric - metric or null for nonepublic String getOwner()
null for nonepublic Quota setOwner(String owner)
owner - owner or null for nonepublic Double getUsage()
null for nonepublic Quota setUsage(Double usage)
usage - usage or null for nonepublic Quota set(String fieldName, Object value)
set in class GenericJsonpublic Quota clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.