Interface ListMetricDescriptorsResponseOrBuilder (3.2.9)

public interface ListMetricDescriptorsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMetricDescriptors(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
com.google.api.MetricDescriptor

getMetricDescriptorsCount()

public abstract 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;

Returns
TypeDescription
int

getMetricDescriptorsList()

public abstract 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;

Returns
TypeDescription
List<com.google.api.MetricDescriptor>

getMetricDescriptorsOrBuilder(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
com.google.api.MetricDescriptorOrBuilder

getMetricDescriptorsOrBuilderList()

public abstract 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;

Returns
TypeDescription
List<? extends com.google.api.MetricDescriptorOrBuilder>

getNextPageToken()

public abstract 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;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract 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;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.