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