Uses of Class
com.google.monitoring.metricsscope.v1.MetricsScopeName
-
Packages that use MetricsScopeName Package Description com.google.monitoring.metricsscope.v1 A client to Cloud Monitoring API -
-
Uses of MetricsScopeName in com.google.monitoring.metricsscope.v1
Methods in com.google.monitoring.metricsscope.v1 that return MetricsScopeName Modifier and Type Method Description MetricsScopeName
MetricsScopeName.Builder. build()
static MetricsScopeName
MetricsScopeName. of(String metricsScope)
static MetricsScopeName
MetricsScopeName. parse(String formattedString)
Methods in com.google.monitoring.metricsscope.v1 that return types with arguments of type MetricsScopeName Modifier and Type Method Description static List<MetricsScopeName>
MetricsScopeName. parseList(List<String> formattedStrings)
Methods in com.google.monitoring.metricsscope.v1 with parameters of type MetricsScopeName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<MonitoredProject,OperationMetadata>
MetricsScopesClient. createMonitoredProjectAsync(MetricsScopeName parent, MonitoredProject monitoredProject)
Adds a `MonitoredProject` with the given project ID to the specified `Metrics Scope`.MetricsScope
MetricsScopesClient. getMetricsScope(MetricsScopeName name)
Returns a specific `Metrics Scope`.Method parameters in com.google.monitoring.metricsscope.v1 with type arguments of type MetricsScopeName Modifier and Type Method Description static List<String>
MetricsScopeName. toStringList(List<MetricsScopeName> values)
-