Uses of Class
com.google.api.servicecontrol.v2.stub.ServiceControllerStubSettings
-
Packages that use ServiceControllerStubSettings Package Description com.google.api.servicecontrol.v2 A client to Service Control APIcom.google.api.servicecontrol.v2.stub -
-
Uses of ServiceControllerStubSettings in com.google.api.servicecontrol.v2
Methods in com.google.api.servicecontrol.v2 with parameters of type ServiceControllerStubSettings Modifier and Type Method Description static ServiceControllerSettings
ServiceControllerSettings. create(ServiceControllerStubSettings stub)
-
Uses of ServiceControllerStubSettings in com.google.api.servicecontrol.v2.stub
Methods in com.google.api.servicecontrol.v2.stub that return ServiceControllerStubSettings Modifier and Type Method Description ServiceControllerStubSettings
ServiceControllerStubSettings.Builder. build()
Methods in com.google.api.servicecontrol.v2.stub with parameters of type ServiceControllerStubSettings Modifier and Type Method Description static GrpcServiceControllerStub
GrpcServiceControllerStub. create(ServiceControllerStubSettings settings)
static HttpJsonServiceControllerStub
HttpJsonServiceControllerStub. create(ServiceControllerStubSettings settings)
Constructors in com.google.api.servicecontrol.v2.stub with parameters of type ServiceControllerStubSettings Constructor Description Builder(ServiceControllerStubSettings settings)
GrpcServiceControllerStub(ServiceControllerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcServiceControllerStub, using the given settings.GrpcServiceControllerStub(ServiceControllerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcServiceControllerStub, using the given settings.HttpJsonServiceControllerStub(ServiceControllerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonServiceControllerStub, using the given settings.HttpJsonServiceControllerStub(ServiceControllerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonServiceControllerStub, using the given settings.
-