Dataflow v1beta3 API - Class TemplatesService.TemplatesServiceBase (2.0.0-beta04)

[BindServiceMethod(typeof(TemplatesService), "BindService")]
public abstract class TemplatesService.TemplatesServiceBase

Reference documentation and code samples for the Dataflow v1beta3 API class TemplatesService.TemplatesServiceBase.

Base class for server-side implementations of TemplatesService

Inheritance

object > TemplatesService.TemplatesServiceBase

Namespace

GoogleGoogle.CloudGoogle.Cloud.DataflowV1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Methods

CreateJobFromTemplate(CreateJobFromTemplateRequest, ServerCallContext)

public virtual Task<Job> CreateJobFromTemplate(CreateJobFromTemplateRequest request, ServerCallContext context)

Creates a Cloud Dataflow job from a template.

Parameters
NameDescription
requestCreateJobFromTemplateRequest

The request received from the client.

contextServerCallContext

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

Returns
TypeDescription
TaskJob

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

GetTemplate(GetTemplateRequest, ServerCallContext)

public virtual Task<GetTemplateResponse> GetTemplate(GetTemplateRequest request, ServerCallContext context)

Get the template associated with a template.

Parameters
NameDescription
requestGetTemplateRequest

The request received from the client.

contextServerCallContext

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

Returns
TypeDescription
TaskGetTemplateResponse

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

LaunchTemplate(LaunchTemplateRequest, ServerCallContext)

public virtual Task<LaunchTemplateResponse> LaunchTemplate(LaunchTemplateRequest request, ServerCallContext context)

Launch a template.

Parameters
NameDescription
requestLaunchTemplateRequest

The request received from the client.

contextServerCallContext

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

Returns
TypeDescription
TaskLaunchTemplateResponse

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