public interface ListMetricsScopesByMonitoredProjectResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| List<? extends com.google.monitoring.metricsscope.v1.MetricsScopeOrBuilder> |