Uses of Class
com.google.api.servicecontrol.v1.ServiceControllerClient
-
Packages that use ServiceControllerClient Package Description com.google.api.servicecontrol.v1 A client to Service Control API -
-
Uses of ServiceControllerClient in com.google.api.servicecontrol.v1
Methods in com.google.api.servicecontrol.v1 that return ServiceControllerClient Modifier and Type Method Description static ServiceControllerClient
ServiceControllerClient. create()
Constructs an instance of ServiceControllerClient with default settings.static ServiceControllerClient
ServiceControllerClient. create(ServiceControllerSettings settings)
Constructs an instance of ServiceControllerClient, using the given settings.static ServiceControllerClient
ServiceControllerClient. create(ServiceControllerStub stub)
Constructs an instance of ServiceControllerClient, using the given stub for making calls.
-