[BindServiceMethod(typeof(FlexTemplatesService), "BindService")]
public abstract class FlexTemplatesService.FlexTemplatesServiceBase
Reference 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 |
LaunchFlexTemplateRequest The request received from the client. |
context |
ServerCallContext The 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). |