Uses of Class
com.google.cloud.api.servicemanagement.v1.stub.ServiceManagerStubSettings
-
Packages that use ServiceManagerStubSettings Package Description com.google.cloud.api.servicemanagement.v1 A client to Service Management APIcom.google.cloud.api.servicemanagement.v1.stub -
-
Uses of ServiceManagerStubSettings in com.google.cloud.api.servicemanagement.v1
Methods in com.google.cloud.api.servicemanagement.v1 with parameters of type ServiceManagerStubSettings Modifier and Type Method Description static ServiceManagerSettings
ServiceManagerSettings. create(ServiceManagerStubSettings stub)
-
Uses of ServiceManagerStubSettings in com.google.cloud.api.servicemanagement.v1.stub
Methods in com.google.cloud.api.servicemanagement.v1.stub that return ServiceManagerStubSettings Modifier and Type Method Description ServiceManagerStubSettings
ServiceManagerStubSettings.Builder. build()
Methods in com.google.cloud.api.servicemanagement.v1.stub with parameters of type ServiceManagerStubSettings Modifier and Type Method Description static GrpcServiceManagerStub
GrpcServiceManagerStub. create(ServiceManagerStubSettings settings)
static HttpJsonServiceManagerStub
HttpJsonServiceManagerStub. create(ServiceManagerStubSettings settings)
Constructors in com.google.cloud.api.servicemanagement.v1.stub with parameters of type ServiceManagerStubSettings Constructor Description Builder(ServiceManagerStubSettings settings)
GrpcServiceManagerStub(ServiceManagerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcServiceManagerStub, using the given settings.GrpcServiceManagerStub(ServiceManagerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcServiceManagerStub, using the given settings.HttpJsonServiceManagerStub(ServiceManagerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonServiceManagerStub, using the given settings.HttpJsonServiceManagerStub(ServiceManagerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonServiceManagerStub, using the given settings.
-