public interface ListMetricDescriptorsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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.
|
java.util.List<MetricDescriptor> |
getMetricDescriptorsList()
The metric descriptors that are available to the project
and that match the value of `filter`, if present.
|
MetricDescriptorOrBuilder |
getMetricDescriptorsOrBuilder(int index)
The metric descriptors that are available to the project
and that match the value of `filter`, if present.
|
java.util.List<? extends MetricDescriptorOrBuilder> |
getMetricDescriptorsOrBuilderList()
The metric descriptors that are available to the project
and that match the value of `filter`, if present.
|
java.lang.String |
getNextPageToken()
If there are more results than have been returned, then this field is set
to a non-empty value.
|
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, hasOneof
isInitialized
java.util.List<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;
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;
java.util.List<? extends 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;
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;
java.lang.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 `pageToken` in the next call to this method.
string next_page_token = 2;
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 `pageToken` in the next call to this method.
string next_page_token = 2;