Interface ListConsumerQuotaMetricsResponseOrBuilder (2.57.0)

publicinterface ListConsumerQuotaMetricsResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getMetrics(int index)

publicabstractConsumerQuotaMetricgetMetrics(intindex)

Quota settings for the consumer, organized by quota metric.

repeated .google.api.serviceusage.v1beta1.ConsumerQuotaMetric metrics = 1;

Parameter
Name Description
index int
Returns
Type Description
ConsumerQuotaMetric

getMetricsCount()

publicabstractintgetMetricsCount()

Quota settings for the consumer, organized by quota metric.

repeated .google.api.serviceusage.v1beta1.ConsumerQuotaMetric metrics = 1;

Returns
Type Description
int

getMetricsList()

publicabstractList<ConsumerQuotaMetric>getMetricsList()

Quota settings for the consumer, organized by quota metric.

repeated .google.api.serviceusage.v1beta1.ConsumerQuotaMetric metrics = 1;

Returns
Type Description
List<ConsumerQuotaMetric>

getMetricsOrBuilder(int index)

publicabstractConsumerQuotaMetricOrBuildergetMetricsOrBuilder(intindex)

Quota settings for the consumer, organized by quota metric.

repeated .google.api.serviceusage.v1beta1.ConsumerQuotaMetric metrics = 1;

Parameter
Name Description
index int
Returns
Type Description
ConsumerQuotaMetricOrBuilder

getMetricsOrBuilderList()

publicabstractList<?extendsConsumerQuotaMetricOrBuilder>getMetricsOrBuilderList()

Quota settings for the consumer, organized by quota metric.

repeated .google.api.serviceusage.v1beta1.ConsumerQuotaMetric metrics = 1;

Returns
Type Description
List<? extends com.google.api.serviceusage.v1beta1.ConsumerQuotaMetricOrBuilder>

getNextPageToken()

publicabstractStringgetNextPageToken()

Token identifying which result to start with; returned by a previous list call.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

publicabstractByteStringgetNextPageTokenBytes()

Token identifying which result to start with; returned by a previous list call.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.