Interface ListMetricsScopesByMonitoredProjectResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListMetricsScopesByMonitoredProjectResponse
,ListMetricsScopesByMonitoredProjectResponse.Builder
public interface ListMetricsScopesByMonitoredProjectResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetricsScope
getMetricsScopes(int index)
A set of all metrics scopes that the specified monitored project has been added to.int
getMetricsScopesCount()
A set of all metrics scopes that the specified monitored project has been added to.List<MetricsScope>
getMetricsScopesList()
A set of all metrics scopes that the specified monitored project has been added to.MetricsScopeOrBuilder
getMetricsScopesOrBuilder(int index)
A set of all metrics scopes that the specified monitored project has been added to.List<? extends MetricsScopeOrBuilder>
getMetricsScopesOrBuilderList()
A set of all metrics scopes that the specified monitored project has been added to.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMetricsScopesList
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;
-
getMetricsScopes
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;
-
getMetricsScopesCount
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;
-
getMetricsScopesOrBuilderList
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;
-
getMetricsScopesOrBuilder
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;
-
-