public sealed class CreateWorkflowTemplateRequest : IMessage<CreateWorkflowTemplateRequest>, IEquatable<CreateWorkflowTemplateRequest>, IDeepCloneable<CreateWorkflowTemplateRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dataproc v1 API class CreateWorkflowTemplateRequest.
A request to create a workflow template.
Implements
IMessageCreateWorkflowTemplateRequest, IEquatableCreateWorkflowTemplateRequest, IDeepCloneableCreateWorkflowTemplateRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
CreateWorkflowTemplateRequest()
public CreateWorkflowTemplateRequest()CreateWorkflowTemplateRequest(CreateWorkflowTemplateRequest)
public CreateWorkflowTemplateRequest(CreateWorkflowTemplateRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateWorkflowTemplateRequest |
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 | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
ParentAsRegionName
public RegionName ParentAsRegionName { get; set; }RegionName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
RegionName |
|
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
IResourceName |
|
Template
public WorkflowTemplate Template { get; set; }Required. The Dataproc workflow template to create.
| Property Value | |
|---|---|
| Type | Description |
WorkflowTemplate |
|