Interface ListMetricsScopesByMonitoredProjectResponseOrBuilder (0.35.0)

public interface ListMetricsScopesByMonitoredProjectResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMetricsScopes(int index)

public abstract MetricsScope getMetricsScopes(int index)

A set of all metrics scopes that the specified monitored project has been added to.

repeated .google.monitoring.metricsscope.v1.MetricsScope metrics_scopes = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
MetricsScope

getMetricsScopesCount()

public abstract int getMetricsScopesCount()

A set of all metrics scopes that the specified monitored project has been added to.

repeated .google.monitoring.metricsscope.v1.MetricsScope metrics_scopes = 1;

Returns
TypeDescription
int

getMetricsScopesList()

public abstract List<MetricsScope> getMetricsScopesList()

A set of all metrics scopes that the specified monitored project has been added to.

repeated .google.monitoring.metricsscope.v1.MetricsScope metrics_scopes = 1;

Returns
TypeDescription
List<MetricsScope>

getMetricsScopesOrBuilder(int index)

public abstract MetricsScopeOrBuilder getMetricsScopesOrBuilder(int index)

A set of all metrics scopes that the specified monitored project has been added to.

repeated .google.monitoring.metricsscope.v1.MetricsScope metrics_scopes = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
MetricsScopeOrBuilder

getMetricsScopesOrBuilderList()

public abstract List<? extends MetricsScopeOrBuilder> getMetricsScopesOrBuilderList()

A set of all metrics scopes that the specified monitored project has been added to.

repeated .google.monitoring.metricsscope.v1.MetricsScope metrics_scopes = 1;

Returns
TypeDescription
List<? extends com.google.monitoring.metricsscope.v1.MetricsScopeOrBuilder>