Class UserEventServiceStub
- java.lang.Object
-
- com.google.cloud.discoveryengine.v1beta.stub.UserEventServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcUserEventServiceStub,HttpJsonUserEventServiceStub
@BetaApi @Generated("by gapic-generator-java") public abstract class UserEventServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the UserEventService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description UserEventServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<CollectUserEventRequest,com.google.api.HttpBody>collectUserEventCallable()com.google.api.gax.httpjson.longrunning.stub.OperationsStubgetHttpJsonOperationsStub()com.google.longrunning.stub.OperationsStubgetOperationsStub()com.google.api.gax.rpc.UnaryCallable<ImportUserEventsRequest,com.google.longrunning.Operation>importUserEventsCallable()com.google.api.gax.rpc.OperationCallable<ImportUserEventsRequest,ImportUserEventsResponse,ImportUserEventsMetadata>importUserEventsOperationCallable()com.google.api.gax.rpc.UnaryCallable<WriteUserEventRequest,UserEvent>writeUserEventCallable()
-
-
-
Method Detail
-
getOperationsStub
public com.google.longrunning.stub.OperationsStub getOperationsStub()
-
getHttpJsonOperationsStub
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
-
writeUserEventCallable
public com.google.api.gax.rpc.UnaryCallable<WriteUserEventRequest,UserEvent> writeUserEventCallable()
-
collectUserEventCallable
public com.google.api.gax.rpc.UnaryCallable<CollectUserEventRequest,com.google.api.HttpBody> collectUserEventCallable()
-
importUserEventsOperationCallable
public com.google.api.gax.rpc.OperationCallable<ImportUserEventsRequest,ImportUserEventsResponse,ImportUserEventsMetadata> importUserEventsOperationCallable()
-
importUserEventsCallable
public com.google.api.gax.rpc.UnaryCallable<ImportUserEventsRequest,com.google.longrunning.Operation> importUserEventsCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-