Class FlexTemplatesService.FlexTemplatesServiceBase (1.0.0-beta03)

[BindServiceMethod(typeof(FlexTemplatesService), "BindService")]
public abstract class 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
NameDescription
requestLaunchFlexTemplateRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
Task<LaunchFlexTemplateResponse>

The response to send back to the client (wrapped by a task).