Uses of Class
com.google.monitoring.metricsscope.v1.MonitoredProjectName
-
Packages that use MonitoredProjectName Package Description com.google.monitoring.metricsscope.v1 A client to Cloud Monitoring API -
-
Uses of MonitoredProjectName in com.google.monitoring.metricsscope.v1
Methods in com.google.monitoring.metricsscope.v1 that return MonitoredProjectName Modifier and Type Method Description MonitoredProjectName
MonitoredProjectName.Builder. build()
static MonitoredProjectName
MonitoredProjectName. of(String metricsScope, String project)
static MonitoredProjectName
MonitoredProjectName. parse(String formattedString)
Methods in com.google.monitoring.metricsscope.v1 that return types with arguments of type MonitoredProjectName Modifier and Type Method Description static List<MonitoredProjectName>
MonitoredProjectName. parseList(List<String> formattedStrings)
Methods in com.google.monitoring.metricsscope.v1 with parameters of type MonitoredProjectName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
MetricsScopesClient. deleteMonitoredProjectAsync(MonitoredProjectName name)
Deletes a `MonitoredProject` from the specified `Metrics Scope`.Method parameters in com.google.monitoring.metricsscope.v1 with type arguments of type MonitoredProjectName Modifier and Type Method Description static List<String>
MonitoredProjectName. toStringList(List<MonitoredProjectName> values)
-