Interface ListConsumerQuotaMetricsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListConsumerQuotaMetricsResponse
,ListConsumerQuotaMetricsResponse.Builder
public interface ListConsumerQuotaMetricsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMetricsList
List<ConsumerQuotaMetric> getMetricsList()
Quota settings for the consumer, organized by quota metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaMetric metrics = 1;
-
getMetrics
ConsumerQuotaMetric getMetrics(int index)
Quota settings for the consumer, organized by quota metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaMetric metrics = 1;
-
getMetricsCount
int getMetricsCount()
Quota settings for the consumer, organized by quota metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaMetric metrics = 1;
-
getMetricsOrBuilderList
List<? extends ConsumerQuotaMetricOrBuilder> getMetricsOrBuilderList()
Quota settings for the consumer, organized by quota metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaMetric metrics = 1;
-
getMetricsOrBuilder
ConsumerQuotaMetricOrBuilder getMetricsOrBuilder(int index)
Quota settings for the consumer, organized by quota metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaMetric metrics = 1;
-
getNextPageToken
String getNextPageToken()
Token identifying which result to start with; returned by a previous list call.
string next_page_token = 2;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
Token identifying which result to start with; returned by a previous list call.
string next_page_token = 2;
- Returns:
- The bytes for nextPageToken.
-
-