Package com.google.dataflow.v1beta3
Class JobsV1Beta3Grpc.JobsV1Beta3ImplBase
- java.lang.Object
-
- com.google.dataflow.v1beta3.JobsV1Beta3Grpc.JobsV1Beta3ImplBase
-
- All Implemented Interfaces:
JobsV1Beta3Grpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- JobsV1Beta3Grpc
public abstract static class JobsV1Beta3Grpc.JobsV1Beta3ImplBase extends Object implements io.grpc.BindableService, JobsV1Beta3Grpc.AsyncService
Base class for the server implementation of the service JobsV1Beta3.Provides a method to create and modify Google Cloud Dataflow jobs. A Job is a multi-stage computation graph run by the Cloud Dataflow service.
-
-
Constructor Summary
Constructors Constructor Description JobsV1Beta3ImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.dataflow.v1beta3.JobsV1Beta3Grpc.AsyncService
aggregatedListJobs, checkActiveJobs, createJob, getJob, listJobs, snapshotJob, updateJob
-
-