Google Cloud Dataproc v1 API - Class CreateWorkflowTemplateRequest (5.10.0)

public sealed class CreateWorkflowTemplateRequest : IMessage<CreateWorkflowTemplateRequest>, IEquatable<CreateWorkflowTemplateRequest>, IDeepCloneable<CreateWorkflowTemplateRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dataproc v1 API class CreateWorkflowTemplateRequest.

A request to create a workflow template.

Inheritance

object > CreateWorkflowTemplateRequest

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

CreateWorkflowTemplateRequest()

public CreateWorkflowTemplateRequest()

CreateWorkflowTemplateRequest(CreateWorkflowTemplateRequest)

public CreateWorkflowTemplateRequest(CreateWorkflowTemplateRequest other)
Parameter
NameDescription
otherCreateWorkflowTemplateRequest

Properties

Parent

public string Parent { get; set; }

Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names.

  • For projects.regions.workflowTemplates.create, the resource name of the region has the following format: projects/{project_id}/regions/{region}

  • For projects.locations.workflowTemplates.create, the resource name of the location has the following format: projects/{project_id}/locations/{location}

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

ParentAsRegionName

public RegionName ParentAsRegionName { get; set; }

RegionName-typed view over the Parent resource name property.

Property Value
TypeDescription
RegionName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName

Template

public WorkflowTemplate Template { get; set; }

Required. The Dataproc workflow template to create.

Property Value
TypeDescription
WorkflowTemplate