Dataflow v1beta3 API - Class FlexTemplatesService.FlexTemplatesServiceBase (2.0.0-beta06)

[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

Inheritance

object > FlexTemplatesService.FlexTemplatesServiceBase

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

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).