Uses of Class
com.google.cloud.monitoring.v3.MetricServiceSettings
-
Packages that use MetricServiceSettings Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring API -
-
Uses of MetricServiceSettings in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return MetricServiceSettings Modifier and Type Method Description MetricServiceSettings
MetricServiceSettings.Builder. build()
static MetricServiceSettings
MetricServiceSettings. create(MetricServiceStubSettings stub)
MetricServiceSettings
MetricServiceClient. getSettings()
Methods in com.google.cloud.monitoring.v3 with parameters of type MetricServiceSettings Modifier and Type Method Description static MetricServiceClient
MetricServiceClient. create(MetricServiceSettings settings)
Constructs an instance of MetricServiceClient, using the given settings.Constructors in com.google.cloud.monitoring.v3 with parameters of type MetricServiceSettings Constructor Description Builder(MetricServiceSettings settings)
MetricServiceClient(MetricServiceSettings settings)
Constructs an instance of MetricServiceClient, using the given settings.
-