Package com.google.dataflow.v1beta3
Class TemplatesServiceGrpc.TemplatesServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<TemplatesServiceGrpc.TemplatesServiceBlockingStub>
-
- com.google.dataflow.v1beta3.TemplatesServiceGrpc.TemplatesServiceBlockingStub
-
- Enclosing class:
- TemplatesServiceGrpc
public static final class TemplatesServiceGrpc.TemplatesServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<TemplatesServiceGrpc.TemplatesServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service TemplatesService.Provides a method to create Cloud Dataflow jobs from templates.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TemplatesServiceGrpc.TemplatesServiceBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
Job
createJobFromTemplate(CreateJobFromTemplateRequest request)
Creates a Cloud Dataflow job from a template.GetTemplateResponse
getTemplate(GetTemplateRequest request)
Get the template associated with a template.LaunchTemplateResponse
launchTemplate(LaunchTemplateRequest request)
Launch a template.
-
-
-
Method Detail
-
build
protected TemplatesServiceGrpc.TemplatesServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<TemplatesServiceGrpc.TemplatesServiceBlockingStub>
-
createJobFromTemplate
public Job createJobFromTemplate(CreateJobFromTemplateRequest request)
Creates a Cloud Dataflow job from a template.
-
launchTemplate
public LaunchTemplateResponse launchTemplate(LaunchTemplateRequest request)
Launch a template.
-
getTemplate
public GetTemplateResponse getTemplate(GetTemplateRequest request)
Get the template associated with a template.
-
-