Modifier and Type | Method and Description |
---|---|
Quota |
build() |
Quota.Builder |
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.Builder |
mergeFrom(Quota other) |
Quota.Builder |
setLimit(Double limit)
[Output Only] Quota limit for this metric.
|
Quota.Builder |
setMetric(String metric)
[Output Only] Name of the quota metric.
|
Quota.Builder |
setOwner(String owner)
[Output Only] Owning resource.
|
Quota.Builder |
setUsage(Double usage)
[Output Only] Current usage of this metric.
|
public Quota.Builder mergeFrom(Quota other)
public Double getLimit()
public Quota.Builder setLimit(Double limit)
public String getMetric()
public Quota.Builder setMetric(String metric)
public String getOwner()
public Quota.Builder setOwner(String owner)
public Double getUsage()
public Quota.Builder setUsage(Double usage)
public Quota build()
public Quota.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.