public class GrpcJobsV1Beta3Stub extends JobsV1Beta3Stub
gRPC stub implementation for the JobsV1Beta3 service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcJobsV1Beta3Stub create(ClientContext clientContext)
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcJobsV1Beta3Stub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
create(JobsV1Beta3StubSettings settings)
public static final GrpcJobsV1Beta3Stub create(JobsV1Beta3StubSettings settings)
Constructors
GrpcJobsV1Beta3Stub(JobsV1Beta3StubSettings settings, ClientContext clientContext)
protected GrpcJobsV1Beta3Stub(JobsV1Beta3StubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcJobsV1Beta3Stub, using the given settings. This is protected so
that it is easy to make a subclass, but otherwise, the static factory methods should be
preferred.
GrpcJobsV1Beta3Stub(JobsV1Beta3StubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcJobsV1Beta3Stub(JobsV1Beta3StubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcJobsV1Beta3Stub, using the given settings. This is protected so
that it is easy to make a subclass, but otherwise, the static factory methods should be
preferred.
Methods
aggregatedListJobsCallable()
public UnaryCallable<ListJobsRequest,ListJobsResponse> aggregatedListJobsCallable()
Overrides
aggregatedListJobsPagedCallable()
public UnaryCallable<ListJobsRequest,JobsV1Beta3Client.AggregatedListJobsPagedResponse> aggregatedListJobsPagedCallable()
Overrides
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
checkActiveJobsCallable()
public UnaryCallable<CheckActiveJobsRequest,CheckActiveJobsResponse> checkActiveJobsCallable()
Overrides
close()
public final void close()
Overrides
createJobCallable()
public UnaryCallable<CreateJobRequest,Job> createJobCallable()
Overrides
getJobCallable()
public UnaryCallable<GetJobRequest,Job> getJobCallable()
Overrides
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
listJobsCallable()
public UnaryCallable<ListJobsRequest,ListJobsResponse> listJobsCallable()
Overrides
listJobsPagedCallable()
public UnaryCallable<ListJobsRequest,JobsV1Beta3Client.ListJobsPagedResponse> listJobsPagedCallable()
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
snapshotJobCallable()
public UnaryCallable<SnapshotJobRequest,Snapshot> snapshotJobCallable()
Overrides
updateJobCallable()
public UnaryCallable<UpdateJobRequest,Job> updateJobCallable()
Overrides