@Generated(value="by GAPIC") @BetaApi public final class Quota extends Object implements ApiMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
Quota.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static Quota |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
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.
|
int |
hashCode() |
static Quota.Builder |
newBuilder() |
static Quota.Builder |
newBuilder(Quota prototype) |
Quota.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue in interface ApiMessage@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody in interface ApiMessage@Nullable public List<String> getFieldMask()
getFieldMask in interface ApiMessagepublic Double getLimit()
public String getMetric()
public String getOwner()
public Double getUsage()
public static Quota.Builder newBuilder()
public static Quota.Builder newBuilder(Quota prototype)
public Quota.Builder toBuilder()
public static Quota getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.