public sealed class DeleteWorkflowTemplateRequest : IMessage<DeleteWorkflowTemplateRequest>, IEquatable<DeleteWorkflowTemplateRequest>, IDeepCloneable<DeleteWorkflowTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class DeleteWorkflowTemplateRequest.
A request to delete a workflow template.
Currently started workflows will remain running.
Implements
IMessageDeleteWorkflowTemplateRequest, IEquatableDeleteWorkflowTemplateRequest, IDeepCloneableDeleteWorkflowTemplateRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
DeleteWorkflowTemplateRequest()
public DeleteWorkflowTemplateRequest()
DeleteWorkflowTemplateRequest(DeleteWorkflowTemplateRequest)
public DeleteWorkflowTemplateRequest(DeleteWorkflowTemplateRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteWorkflowTemplateRequest |
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.delete
, the resource name of the template has the following format:projects/{project_id}/regions/{region}/workflowTemplates/{template_id}
For
projects.locations.workflowTemplates.instantiate
, 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 delete. If specified, will only delete the template if the current server version matches specified version.
Property Value | |
---|---|
Type | Description |
int |
WorkflowTemplateName
public WorkflowTemplateName WorkflowTemplateName { get; set; }
WorkflowTemplateName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
WorkflowTemplateName |