public static final class Region.Quota extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
double |
getLimit()
Returns the quota limit for this metric.
|
String |
getMetric()
Returns the name of the quota metric.
|
double |
getUsage()
Returns the current usage for this quota.
|
int |
hashCode() |
String |
toString() |
public String getMetric()
public double getLimit()
public double getUsage()
Copyright © 2019 Google LLC. All rights reserved.