public static final class TemplatesServiceGrpc.TemplatesServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<TemplatesServiceGrpc.TemplatesServiceBlockingStub>
Provides a method to create Cloud Dataflow jobs from templates.
| Modifier and Type | Method and 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.
|
protected TemplatesServiceGrpc.TemplatesServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<TemplatesServiceGrpc.TemplatesServiceBlockingStub>public Job createJobFromTemplate(CreateJobFromTemplateRequest request)
Creates a Cloud Dataflow job from a template.
public LaunchTemplateResponse launchTemplate(LaunchTemplateRequest request)
Launch a template.
public GetTemplateResponse getTemplate(GetTemplateRequest request)
Get the template associated with a template.
Copyright © 2024 Google LLC. All rights reserved.