[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
Namespace
GoogleGoogle.CloudGoogle.Cloud.DataflowV1Beta3Assembly
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 | |
---|---|
Name | Description |
request | CreateJobFromTemplateRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request | GetTemplateRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request | LaunchTemplateRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskLaunchTemplateResponse | The response to send back to the client (wrapped by a task). |