Uses of Class
com.google.cloud.talent.v4.stub.TenantServiceStubSettings
-
Packages that use TenantServiceStubSettings Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution APIcom.google.cloud.talent.v4.stub -
-
Uses of TenantServiceStubSettings in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 with parameters of type TenantServiceStubSettings Modifier and Type Method Description static TenantServiceSettingsTenantServiceSettings. create(TenantServiceStubSettings stub) -
Uses of TenantServiceStubSettings in com.google.cloud.talent.v4.stub
Methods in com.google.cloud.talent.v4.stub that return TenantServiceStubSettings Modifier and Type Method Description TenantServiceStubSettingsTenantServiceStubSettings.Builder. build()Methods in com.google.cloud.talent.v4.stub with parameters of type TenantServiceStubSettings Modifier and Type Method Description static GrpcTenantServiceStubGrpcTenantServiceStub. create(TenantServiceStubSettings settings)static HttpJsonTenantServiceStubHttpJsonTenantServiceStub. create(TenantServiceStubSettings settings)Constructors in com.google.cloud.talent.v4.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.
-