[BindServiceMethod(typeof(FlexTemplatesService), "BindService")]
public abstract class 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 |
Task<LaunchFlexTemplateResponse> | The response to send back to the client (wrapped by a task). |