public interface ListConsumerQuotaMetricsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ConsumerQuotaMetric |
|
getMetricsCount()
public abstract int getMetricsCount()Quota settings for the consumer, organized by quota metric.
repeated .google.api.serviceusage.v1beta1.ConsumerQuotaMetric metrics = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |