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