public interface ListConsumerQuotaMetricsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ConsumerQuotaMetric |
getMetrics(int index)
Quota settings for the consumer, organized by quota metric.
|
int |
getMetricsCount()
Quota settings for the consumer, organized by quota metric.
|
List<ConsumerQuotaMetric> |
getMetricsList()
Quota settings for the consumer, organized by quota metric.
|
ConsumerQuotaMetricOrBuilder |
getMetricsOrBuilder(int index)
Quota settings for the consumer, organized by quota metric.
|
List<? extends ConsumerQuotaMetricOrBuilder> |
getMetricsOrBuilderList()
Quota settings for the consumer, organized by quota metric.
|
String |
getNextPageToken()
Token identifying which result to start with; returned by a previous list
call.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token identifying which result to start with; returned by a previous list
call.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ConsumerQuotaMetric> getMetricsList()
Quota settings for the consumer, organized by quota metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaMetric metrics = 1;ConsumerQuotaMetric getMetrics(int index)
Quota settings for the consumer, organized by quota metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaMetric metrics = 1;int getMetricsCount()
Quota settings for the consumer, organized by quota metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaMetric metrics = 1;List<? extends ConsumerQuotaMetricOrBuilder> getMetricsOrBuilderList()
Quota settings for the consumer, organized by quota metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaMetric metrics = 1;ConsumerQuotaMetricOrBuilder getMetricsOrBuilder(int index)
Quota settings for the consumer, organized by quota metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaMetric metrics = 1;String getNextPageToken()
Token identifying which result to start with; returned by a previous list call.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Token identifying which result to start with; returned by a previous list call.
string next_page_token = 2;Copyright © 2022 Google LLC. All rights reserved.