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