Package com.google.dataflow.v1beta3
Class TemplatesServiceGrpc.TemplatesServiceImplBase
- java.lang.Object
-
- com.google.dataflow.v1beta3.TemplatesServiceGrpc.TemplatesServiceImplBase
-
- All Implemented Interfaces:
TemplatesServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- TemplatesServiceGrpc
public abstract static class TemplatesServiceGrpc.TemplatesServiceImplBase extends Object implements io.grpc.BindableService, TemplatesServiceGrpc.AsyncService
Base class for the server implementation of the service TemplatesService.Provides a method to create Cloud Dataflow jobs from templates.
-
-
Constructor Summary
Constructors Constructor Description TemplatesServiceImplBase()
-
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.TemplatesServiceGrpc.AsyncService
createJobFromTemplate, getTemplate, launchTemplate
-
-