Interface ListMetricDescriptorsResponseOrBuilder (3.43.0)

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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for nextPageToken.