Class UserEventServiceStub (2.44.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
Type Description
UnaryCallable<CollectUserEventRequest,com.google.api.HttpBody>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

importUserEventsCallable()

public UnaryCallable<ImportUserEventsRequest,Operation> importUserEventsCallable()
Returns
Type Description
UnaryCallable<ImportUserEventsRequest,Operation>

importUserEventsOperationCallable()

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

purgeUserEventsCallable()

public UnaryCallable<PurgeUserEventsRequest,Operation> purgeUserEventsCallable()
Returns
Type Description
UnaryCallable<PurgeUserEventsRequest,Operation>

purgeUserEventsOperationCallable()

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

rejoinUserEventsCallable()

public UnaryCallable<RejoinUserEventsRequest,Operation> rejoinUserEventsCallable()
Returns
Type Description
UnaryCallable<RejoinUserEventsRequest,Operation>

rejoinUserEventsOperationCallable()

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

writeUserEventCallable()

public UnaryCallable<WriteUserEventRequest,UserEvent> writeUserEventCallable()
Returns
Type Description
UnaryCallable<WriteUserEventRequest,UserEvent>