[BindServiceMethod(typeof(FlexTemplatesService), "BindService")]
public abstract class FlexTemplatesService.FlexTemplatesServiceBaseReference documentation and code samples for the Dataflow v1beta3 API class FlexTemplatesService.FlexTemplatesServiceBase.
Base class for server-side implementations of FlexTemplatesService
Namespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Methods
LaunchFlexTemplate(LaunchFlexTemplateRequest, ServerCallContext)
public virtual Task<LaunchFlexTemplateResponse> LaunchFlexTemplate(LaunchFlexTemplateRequest request, ServerCallContext context)Launch a job with a FlexTemplate.
| Parameters | |
|---|---|
| Name | Description |
request |
LaunchFlexTemplateRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskLaunchFlexTemplateResponse |
The response to send back to the client (wrapped by a task). |