@BetaApi @Generated(value="by gapic-generator-java") public class GrpcJobsV1Beta3Stub extends JobsV1Beta3Stub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcJobsV1Beta3Stub(JobsV1Beta3StubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcJobsV1Beta3Stub, using the given settings.
|
protected |
GrpcJobsV1Beta3Stub(JobsV1Beta3StubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcJobsV1Beta3Stub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse> |
aggregatedListJobsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,JobsV1Beta3Client.AggregatedListJobsPagedResponse> |
aggregatedListJobsPagedCallable() |
boolean |
awaitTermination(long duration,
TimeUnit unit) |
com.google.api.gax.rpc.UnaryCallable<CheckActiveJobsRequest,CheckActiveJobsResponse> |
checkActiveJobsCallable() |
void |
close() |
static GrpcJobsV1Beta3Stub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcJobsV1Beta3Stub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
static GrpcJobsV1Beta3Stub |
create(JobsV1Beta3StubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,Job> |
createJobCallable() |
com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job> |
getJobCallable() |
com.google.longrunning.stub.GrpcOperationsStub |
getOperationsStub() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse> |
listJobsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,JobsV1Beta3Client.ListJobsPagedResponse> |
listJobsPagedCallable() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<SnapshotJobRequest,Snapshot> |
snapshotJobCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateJobRequest,Job> |
updateJobCallable() |
protected GrpcJobsV1Beta3Stub(JobsV1Beta3StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected GrpcJobsV1Beta3Stub(JobsV1Beta3StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final GrpcJobsV1Beta3Stub create(JobsV1Beta3StubSettings settings) throws IOException
IOExceptionpublic static final GrpcJobsV1Beta3Stub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcJobsV1Beta3Stub 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<CreateJobRequest,Job> createJobCallable()
createJobCallable in class JobsV1Beta3Stubpublic com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job> getJobCallable()
getJobCallable in class JobsV1Beta3Stubpublic com.google.api.gax.rpc.UnaryCallable<UpdateJobRequest,Job> updateJobCallable()
updateJobCallable in class JobsV1Beta3Stubpublic com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse> listJobsCallable()
listJobsCallable in class JobsV1Beta3Stubpublic com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,JobsV1Beta3Client.ListJobsPagedResponse> listJobsPagedCallable()
listJobsPagedCallable in class JobsV1Beta3Stubpublic com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse> aggregatedListJobsCallable()
aggregatedListJobsCallable in class JobsV1Beta3Stubpublic com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,JobsV1Beta3Client.AggregatedListJobsPagedResponse> aggregatedListJobsPagedCallable()
aggregatedListJobsPagedCallable in class JobsV1Beta3Stubpublic com.google.api.gax.rpc.UnaryCallable<CheckActiveJobsRequest,CheckActiveJobsResponse> checkActiveJobsCallable()
checkActiveJobsCallable in class JobsV1Beta3Stubpublic com.google.api.gax.rpc.UnaryCallable<SnapshotJobRequest,Snapshot> snapshotJobCallable()
snapshotJobCallable in class JobsV1Beta3Stubpublic final void close()
close in interface AutoCloseableclose in class JobsV1Beta3Stubpublic 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.