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