public interface ListMetricDescriptorsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.api.MetricDescriptor |
getMetricDescriptors(int index)
The metric descriptors that are available to the project
and that match the value of `filter`, if present.
|
int |
getMetricDescriptorsCount()
The metric descriptors that are available to the project
and that match the value of `filter`, if present.
|
List<com.google.api.MetricDescriptor> |
getMetricDescriptorsList()
The metric descriptors that are available to the project
and that match the value of `filter`, if present.
|
com.google.api.MetricDescriptorOrBuilder |
getMetricDescriptorsOrBuilder(int index)
The metric descriptors that are available to the project
and that match the value of `filter`, if present.
|
List<? extends com.google.api.MetricDescriptorOrBuilder> |
getMetricDescriptorsOrBuilderList()
The metric descriptors that are available to the project
and that match the value of `filter`, if present.
|
String |
getNextPageToken()
If there are more results than have been returned, then this field is set
to a non-empty value.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
If there are more results than have been returned, then this field is set
to a non-empty value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<com.google.api.MetricDescriptor> getMetricDescriptorsList()
The metric descriptors that are available to the project and that match the value of `filter`, if present.
repeated .google.api.MetricDescriptor metric_descriptors = 1;com.google.api.MetricDescriptor getMetricDescriptors(int index)
The metric descriptors that are available to the project and that match the value of `filter`, if present.
repeated .google.api.MetricDescriptor metric_descriptors = 1;int getMetricDescriptorsCount()
The metric descriptors that are available to the project and that match the value of `filter`, if present.
repeated .google.api.MetricDescriptor metric_descriptors = 1;List<? extends com.google.api.MetricDescriptorOrBuilder> getMetricDescriptorsOrBuilderList()
The metric descriptors that are available to the project and that match the value of `filter`, if present.
repeated .google.api.MetricDescriptor metric_descriptors = 1;com.google.api.MetricDescriptorOrBuilder getMetricDescriptorsOrBuilder(int index)
The metric descriptors that are available to the project and that match the value of `filter`, if present.
repeated .google.api.MetricDescriptor metric_descriptors = 1;String getNextPageToken()
If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as `page_token` in the next call to this method.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as `page_token` in the next call to this method.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.