Uses of Class
com.google.api.servicecontrol.v1.stub.ServiceControllerStubSettings
-
Packages that use ServiceControllerStubSettings Package Description com.google.api.servicecontrol.v1 A client to Service Control APIcom.google.api.servicecontrol.v1.stub -
-
Uses of ServiceControllerStubSettings in com.google.api.servicecontrol.v1
Methods in com.google.api.servicecontrol.v1 with parameters of type ServiceControllerStubSettings Modifier and Type Method Description static ServiceControllerSettingsServiceControllerSettings. create(ServiceControllerStubSettings stub) -
Uses of ServiceControllerStubSettings in com.google.api.servicecontrol.v1.stub
Methods in com.google.api.servicecontrol.v1.stub that return ServiceControllerStubSettings Modifier and Type Method Description ServiceControllerStubSettingsServiceControllerStubSettings.Builder. build()Methods in com.google.api.servicecontrol.v1.stub with parameters of type ServiceControllerStubSettings Modifier and Type Method Description static GrpcServiceControllerStubGrpcServiceControllerStub. create(ServiceControllerStubSettings settings)static HttpJsonServiceControllerStubHttpJsonServiceControllerStub. create(ServiceControllerStubSettings settings)Constructors in com.google.api.servicecontrol.v1.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.
-