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