Class UserEventServiceStub
- java.lang.Object
-
- com.google.cloud.recommendationengine.v1beta1.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
-
-
-
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()
-
listUserEventsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListUserEventsRequest,UserEventServiceClient.ListUserEventsPagedResponse> listUserEventsPagedCallable()
-
listUserEventsCallable
public com.google.api.gax.rpc.UnaryCallable<ListUserEventsRequest,ListUserEventsResponse> listUserEventsCallable()
-
purgeUserEventsOperationCallable
public com.google.api.gax.rpc.OperationCallable<PurgeUserEventsRequest,PurgeUserEventsResponse,PurgeUserEventsMetadata> purgeUserEventsOperationCallable()
-
purgeUserEventsCallable
public com.google.api.gax.rpc.UnaryCallable<PurgeUserEventsRequest,com.google.longrunning.Operation> purgeUserEventsCallable()
-
importUserEventsOperationCallable
public com.google.api.gax.rpc.OperationCallable<ImportUserEventsRequest,ImportUserEventsResponse,ImportMetadata> importUserEventsOperationCallable()
-
importUserEventsCallable
public com.google.api.gax.rpc.UnaryCallable<ImportUserEventsRequest,com.google.longrunning.Operation> importUserEventsCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-