public sealed class GetWorkflowTemplateRequest : IMessage<GetWorkflowTemplateRequest>, IEquatable<GetWorkflowTemplateRequest>, IDeepCloneable<GetWorkflowTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class GetWorkflowTemplateRequest.
A request to fetch a workflow template.
Implements
IMessage<GetWorkflowTemplateRequest>, IEquatable<GetWorkflowTemplateRequest>, IDeepCloneable<GetWorkflowTemplateRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
GetWorkflowTemplateRequest()
public GetWorkflowTemplateRequest()
GetWorkflowTemplateRequest(GetWorkflowTemplateRequest)
public GetWorkflowTemplateRequest(GetWorkflowTemplateRequest other)
Parameter | |
---|---|
Name | Description |
other | GetWorkflowTemplateRequest |
Properties
Name
public string Name { get; set; }
Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names.
For
projects.regions.workflowTemplates.get
, the resource name of the template has the following format:projects/{project_id}/regions/{region}/workflowTemplates/{template_id}
For
projects.locations.workflowTemplates.get
, the resource name of the template has the following format:projects/{project_id}/locations/{location}/workflowTemplates/{template_id}
Property Value | |
---|---|
Type | Description |
String |
Version
public int Version { get; set; }
Optional. The version of workflow template to retrieve. Only previously instantiated versions can be retrieved.
If unspecified, retrieves the current version.
Property Value | |
---|---|
Type | Description |
Int32 |
WorkflowTemplateName
public WorkflowTemplateName WorkflowTemplateName { get; set; }
WorkflowTemplateName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
WorkflowTemplateName |