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