@BetaApi @Generated(value="by gapic-generator-java") public class HttpJsonUserEventServiceStub extends UserEventServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonUserEventServiceStub(UserEventServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonUserEventServiceStub, using the given settings.
|
protected |
HttpJsonUserEventServiceStub(UserEventServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonUserEventServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
com.google.api.gax.rpc.UnaryCallable<CollectUserEventRequest,com.google.api.HttpBody> |
collectUserEventCallable() |
static HttpJsonUserEventServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonUserEventServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonUserEventServiceStub |
create(UserEventServiceStubSettings settings) |
com.google.api.gax.httpjson.longrunning.stub.HttpJsonOperationsStub |
getHttpJsonOperationsStub() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
com.google.api.gax.rpc.UnaryCallable<ImportUserEventsRequest,com.google.longrunning.Operation> |
importUserEventsCallable() |
com.google.api.gax.rpc.OperationCallable<ImportUserEventsRequest,ImportUserEventsResponse,ImportUserEventsMetadata> |
importUserEventsOperationCallable() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<PurgeUserEventsRequest,com.google.longrunning.Operation> |
purgeUserEventsCallable() |
com.google.api.gax.rpc.OperationCallable<PurgeUserEventsRequest,PurgeUserEventsResponse,PurgeUserEventsMetadata> |
purgeUserEventsOperationCallable() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<WriteUserEventRequest,UserEvent> |
writeUserEventCallable() |
getOperationsStubprotected HttpJsonUserEventServiceStub(UserEventServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonUserEventServiceStub(UserEventServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonUserEventServiceStub create(UserEventServiceStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonUserEventServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonUserEventServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException@InternalApi public static List<com.google.api.gax.httpjson.ApiMethodDescriptor> getMethodDescriptors()
public com.google.api.gax.httpjson.longrunning.stub.HttpJsonOperationsStub getHttpJsonOperationsStub()
getHttpJsonOperationsStub in class UserEventServiceStubpublic com.google.api.gax.rpc.UnaryCallable<WriteUserEventRequest,UserEvent> writeUserEventCallable()
writeUserEventCallable in class UserEventServiceStubpublic com.google.api.gax.rpc.UnaryCallable<CollectUserEventRequest,com.google.api.HttpBody> collectUserEventCallable()
collectUserEventCallable in class UserEventServiceStubpublic com.google.api.gax.rpc.UnaryCallable<PurgeUserEventsRequest,com.google.longrunning.Operation> purgeUserEventsCallable()
purgeUserEventsCallable in class UserEventServiceStubpublic com.google.api.gax.rpc.OperationCallable<PurgeUserEventsRequest,PurgeUserEventsResponse,PurgeUserEventsMetadata> purgeUserEventsOperationCallable()
purgeUserEventsOperationCallable in class UserEventServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ImportUserEventsRequest,com.google.longrunning.Operation> importUserEventsCallable()
importUserEventsCallable in class UserEventServiceStubpublic com.google.api.gax.rpc.OperationCallable<ImportUserEventsRequest,ImportUserEventsResponse,ImportUserEventsMetadata> importUserEventsOperationCallable()
importUserEventsOperationCallable in class UserEventServiceStubpublic final void close()
close in interface AutoCloseableclose in class UserEventServiceStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2024 Google LLC. All rights reserved.