Package com.google.cloud.talent.v4.stub
Class EventServiceStub
- java.lang.Object
-
- com.google.cloud.talent.v4.stub.EventServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcEventServiceStub,HttpJsonEventServiceStub
@Generated("by gapic-generator-java") public abstract class EventServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the EventService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description EventServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<CreateClientEventRequest,ClientEvent>createClientEventCallable()
-
-
-
Method Detail
-
createClientEventCallable
public com.google.api.gax.rpc.UnaryCallable<CreateClientEventRequest,ClientEvent> createClientEventCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-