Class UserEventServiceStub (2.11.0)

public abstract class UserEventServiceStub implements BackgroundResource

Base stub class for the UserEventService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > UserEventServiceStub

Implements

BackgroundResource

Constructors

UserEventServiceStub()

public UserEventServiceStub()

Methods

close()

public abstract void close()

collectUserEventCallable()

public UnaryCallable<CollectUserEventRequest,HttpBody> collectUserEventCallable()
Returns
TypeDescription
UnaryCallable<CollectUserEventRequest,com.google.api.HttpBody>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

importUserEventsCallable()

public UnaryCallable<ImportUserEventsRequest,Operation> importUserEventsCallable()
Returns

importUserEventsOperationCallable()

public OperationCallable<ImportUserEventsRequest,ImportUserEventsResponse,ImportMetadata> importUserEventsOperationCallable()
Returns

purgeUserEventsCallable()

public UnaryCallable<PurgeUserEventsRequest,Operation> purgeUserEventsCallable()
Returns

purgeUserEventsOperationCallable()

public OperationCallable<PurgeUserEventsRequest,PurgeUserEventsResponse,PurgeMetadata> purgeUserEventsOperationCallable()
Returns

rejoinUserEventsCallable()

public UnaryCallable<RejoinUserEventsRequest,Operation> rejoinUserEventsCallable()
Returns

rejoinUserEventsOperationCallable()

public OperationCallable<RejoinUserEventsRequest,RejoinUserEventsResponse,RejoinUserEventsMetadata> rejoinUserEventsOperationCallable()
Returns

writeUserEventCallable()

public UnaryCallable<WriteUserEventRequest,UserEvent> writeUserEventCallable()
Returns