Package com.google.dataflow.v1beta3.stub
Class JobsV1Beta3Stub
- java.lang.Object
-
- com.google.dataflow.v1beta3.stub.JobsV1Beta3Stub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcJobsV1Beta3Stub
,HttpJsonJobsV1Beta3Stub
@BetaApi @Generated("by gapic-generator-java") public abstract class JobsV1Beta3Stub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the JobsV1Beta3 service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description JobsV1Beta3Stub()
-
Method Summary
-
-
-
Method Detail
-
createJobCallable
public com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,Job> createJobCallable()
-
getJobCallable
public com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job> getJobCallable()
-
updateJobCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateJobRequest,Job> updateJobCallable()
-
listJobsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,JobsV1Beta3Client.ListJobsPagedResponse> listJobsPagedCallable()
-
listJobsCallable
public com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse> listJobsCallable()
-
aggregatedListJobsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,JobsV1Beta3Client.AggregatedListJobsPagedResponse> aggregatedListJobsPagedCallable()
-
aggregatedListJobsCallable
public com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse> aggregatedListJobsCallable()
-
checkActiveJobsCallable
public com.google.api.gax.rpc.UnaryCallable<CheckActiveJobsRequest,CheckActiveJobsResponse> checkActiveJobsCallable()
-
snapshotJobCallable
public com.google.api.gax.rpc.UnaryCallable<SnapshotJobRequest,Snapshot> snapshotJobCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-