Google Cloud Dataproc v1 API - Class GetWorkflowTemplateRequest (5.10.0)

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.

Inheritance

object > GetWorkflowTemplateRequest

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

GetWorkflowTemplateRequest()

public GetWorkflowTemplateRequest()

GetWorkflowTemplateRequest(GetWorkflowTemplateRequest)

public GetWorkflowTemplateRequest(GetWorkflowTemplateRequest other)
Parameter
NameDescription
otherGetWorkflowTemplateRequest

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
TypeDescription
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
TypeDescription
int

WorkflowTemplateName

public WorkflowTemplateName WorkflowTemplateName { get; set; }

WorkflowTemplateName-typed view over the Name resource name property.

Property Value
TypeDescription
WorkflowTemplateName