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 CompanyServiceSettingsCompanyServiceSettings. 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 CompanyServiceStubSettingsCompanyServiceStubSettings.Builder. build()Methods in com.google.cloud.talent.v4beta1.stub with parameters of type CompanyServiceStubSettings Modifier and Type Method Description static GrpcCompanyServiceStubGrpcCompanyServiceStub. create(CompanyServiceStubSettings settings)static HttpJsonCompanyServiceStubHttpJsonCompanyServiceStub. 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.
-