@BetaApi @Generated(value="by gapic-generator-java") public class GrpcMessagesV1Beta3Stub extends MessagesV1Beta3Stub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcMessagesV1Beta3Stub(MessagesV1Beta3StubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcMessagesV1Beta3Stub, using the given settings.
|
protected |
GrpcMessagesV1Beta3Stub(MessagesV1Beta3StubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcMessagesV1Beta3Stub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcMessagesV1Beta3Stub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcMessagesV1Beta3Stub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
static GrpcMessagesV1Beta3Stub |
create(MessagesV1Beta3StubSettings settings) |
com.google.longrunning.stub.GrpcOperationsStub |
getOperationsStub() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ListJobMessagesRequest,ListJobMessagesResponse> |
listJobMessagesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListJobMessagesRequest,MessagesV1Beta3Client.ListJobMessagesPagedResponse> |
listJobMessagesPagedCallable() |
void |
shutdown() |
void |
shutdownNow() |
protected GrpcMessagesV1Beta3Stub(MessagesV1Beta3StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected GrpcMessagesV1Beta3Stub(MessagesV1Beta3StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final GrpcMessagesV1Beta3Stub create(MessagesV1Beta3StubSettings settings) throws IOException
IOExceptionpublic static final GrpcMessagesV1Beta3Stub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcMessagesV1Beta3Stub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
public com.google.api.gax.rpc.UnaryCallable<ListJobMessagesRequest,ListJobMessagesResponse> listJobMessagesCallable()
listJobMessagesCallable in class MessagesV1Beta3Stubpublic com.google.api.gax.rpc.UnaryCallable<ListJobMessagesRequest,MessagesV1Beta3Client.ListJobMessagesPagedResponse> listJobMessagesPagedCallable()
listJobMessagesPagedCallable in class MessagesV1Beta3Stubpublic final void close()
close in interface AutoCloseableclose in class MessagesV1Beta3Stubpublic 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.