Interface ListConsumerQuotaMetricsResponseOrBuilder

    • 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.