public interface GetConsumerQuotaLimitRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The resource name of the quota limit.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name of the quota limit.
|
QuotaView |
getView()
Specifies the level of detail for quota information in the response.
|
int |
getViewValue()
Specifies the level of detail for quota information in the response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The resource name of the quota limit. Use the quota limit resource name returned by previous ListConsumerQuotaMetrics and GetConsumerQuotaMetric API calls.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The resource name of the quota limit. Use the quota limit resource name returned by previous ListConsumerQuotaMetrics and GetConsumerQuotaMetric API calls.
string name = 1;int getViewValue()
Specifies the level of detail for quota information in the response.
.google.api.serviceusage.v1beta1.QuotaView view = 2;QuotaView getView()
Specifies the level of detail for quota information in the response.
.google.api.serviceusage.v1beta1.QuotaView view = 2;Copyright © 2022 Google LLC. All rights reserved.