[BindServiceMethod(typeof(TemplatesService), "BindService")]
public abstract class TemplatesServiceBase
Base class for server-side implementations of TemplatesService
Namespace
Google.Cloud.Dataflow.V1Beta3Assembly
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 |
Task<Job> | 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 |
Task<GetTemplateResponse> | 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 |
Task<LaunchTemplateResponse> | The response to send back to the client (wrapped by a task). |