Uses of Class
com.google.cloud.talent.v4beta1.stub.TenantServiceStubSettings
-
Packages that use TenantServiceStubSettings Package Description com.google.cloud.talent.v4beta1 A client to Cloud Talent Solution APIcom.google.cloud.talent.v4beta1.stub -
-
Uses of TenantServiceStubSettings in com.google.cloud.talent.v4beta1
Methods in com.google.cloud.talent.v4beta1 with parameters of type TenantServiceStubSettings Modifier and Type Method Description static TenantServiceSettings
TenantServiceSettings. create(TenantServiceStubSettings stub)
-
Uses of TenantServiceStubSettings in com.google.cloud.talent.v4beta1.stub
Methods in com.google.cloud.talent.v4beta1.stub that return TenantServiceStubSettings Modifier and Type Method Description TenantServiceStubSettings
TenantServiceStubSettings.Builder. build()
Methods in com.google.cloud.talent.v4beta1.stub with parameters of type TenantServiceStubSettings Modifier and Type Method Description static GrpcTenantServiceStub
GrpcTenantServiceStub. create(TenantServiceStubSettings settings)
static HttpJsonTenantServiceStub
HttpJsonTenantServiceStub. create(TenantServiceStubSettings settings)
Constructors in com.google.cloud.talent.v4beta1.stub with parameters of type TenantServiceStubSettings Constructor Description Builder(TenantServiceStubSettings settings)
GrpcTenantServiceStub(TenantServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcTenantServiceStub, using the given settings.GrpcTenantServiceStub(TenantServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcTenantServiceStub, using the given settings.HttpJsonTenantServiceStub(TenantServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonTenantServiceStub, using the given settings.HttpJsonTenantServiceStub(TenantServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonTenantServiceStub, using the given settings.
-