public final class QuotaExceededInfo
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 Cloud Deployment Manager V2 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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
QuotaExceededInfo() |
Modifier and Type | Method and Description |
---|---|
QuotaExceededInfo |
clone() |
Map<String,String> |
getDimensions()
The map holding related quota dimensions.
|
Double |
getFutureLimit()
Future quota limit being rolled out.
|
Double |
getLimit()
Current effective quota limit.
|
String |
getLimitName()
The name of the quota limit.
|
String |
getMetricName()
The Compute Engine quota metric name.
|
String |
getRolloutStatus()
Rollout status of the future quota limit.
|
QuotaExceededInfo |
set(String fieldName,
Object value) |
QuotaExceededInfo |
setDimensions(Map<String,String> dimensions)
The map holding related quota dimensions.
|
QuotaExceededInfo |
setFutureLimit(Double futureLimit)
Future quota limit being rolled out.
|
QuotaExceededInfo |
setLimit(Double limit)
Current effective quota limit.
|
QuotaExceededInfo |
setLimitName(String limitName)
The name of the quota limit.
|
QuotaExceededInfo |
setMetricName(String metricName)
The Compute Engine quota metric name.
|
QuotaExceededInfo |
setRolloutStatus(String rolloutStatus)
Rollout status of the future quota limit.
|
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 Map<String,String> getDimensions()
null
for nonepublic QuotaExceededInfo setDimensions(Map<String,String> dimensions)
dimensions
- dimensions or null
for nonepublic Double getFutureLimit()
null
for nonepublic QuotaExceededInfo setFutureLimit(Double futureLimit)
futureLimit
- futureLimit or null
for nonepublic Double getLimit()
null
for nonepublic QuotaExceededInfo setLimit(Double limit)
limit
- limit or null
for nonepublic String getLimitName()
null
for nonepublic QuotaExceededInfo setLimitName(String limitName)
limitName
- limitName or null
for nonepublic String getMetricName()
null
for nonepublic QuotaExceededInfo setMetricName(String metricName)
metricName
- metricName or null
for nonepublic String getRolloutStatus()
null
for nonepublic QuotaExceededInfo setRolloutStatus(String rolloutStatus)
rolloutStatus
- rolloutStatus or null
for nonepublic QuotaExceededInfo set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public QuotaExceededInfo clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.