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