Uses of Class
com.google.api.servicecontrol.v1.ServiceControllerSettings
-
Packages that use ServiceControllerSettings Package Description com.google.api.servicecontrol.v1 A client to Service Control API -
-
Uses of ServiceControllerSettings in com.google.api.servicecontrol.v1
Methods in com.google.api.servicecontrol.v1 that return ServiceControllerSettings Modifier and Type Method Description ServiceControllerSettings
ServiceControllerSettings.Builder. build()
static ServiceControllerSettings
ServiceControllerSettings. create(ServiceControllerStubSettings stub)
ServiceControllerSettings
ServiceControllerClient. getSettings()
Methods in com.google.api.servicecontrol.v1 with parameters of type ServiceControllerSettings Modifier and Type Method Description static ServiceControllerClient
ServiceControllerClient. create(ServiceControllerSettings settings)
Constructs an instance of ServiceControllerClient, using the given settings.Constructors in com.google.api.servicecontrol.v1 with parameters of type ServiceControllerSettings Constructor Description Builder(ServiceControllerSettings settings)
ServiceControllerClient(ServiceControllerSettings settings)
Constructs an instance of ServiceControllerClient, using the given settings.
-