Interface ListConsumerQuotaMetricsResponseOrBuilder (2.13.0)

Stay organized with collections Save and categorize content based on your preferences.
public interface ListConsumerQuotaMetricsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMetrics(int index)

public abstract ConsumerQuotaMetric getMetrics(int index)

Quota settings for the consumer, organized by quota metric.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
ConsumerQuotaMetric

getMetricsCount()

public abstract int getMetricsCount()

Quota settings for the consumer, organized by quota metric.

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

Returns
TypeDescription
int

getMetricsList()

public abstract List<ConsumerQuotaMetric> getMetricsList()

Quota settings for the consumer, organized by quota metric.

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

Returns
TypeDescription
List<ConsumerQuotaMetric>

getMetricsOrBuilder(int index)

public abstract ConsumerQuotaMetricOrBuilder getMetricsOrBuilder(int index)

Quota settings for the consumer, organized by quota metric.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
ConsumerQuotaMetricOrBuilder

getMetricsOrBuilderList()

public abstract List<? extends ConsumerQuotaMetricOrBuilder> getMetricsOrBuilderList()

Quota settings for the consumer, organized by quota metric.

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

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

getNextPageToken()

public abstract String getNextPageToken()

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

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

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

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.