Class DeleteWorkflowExecutionRequest
(-- api-linter: core::0135::request-unknown-fields=disabled
aip.dev/not-precedent: DeleteNamespace RPC doesn't follow Google API format. --)
(-- api-linter: core::0135::request-name-required=disabled
aip.dev/not-precedent: DeleteNamespace RPC doesn't follow Google API format. --)
Inheritance
DeleteWorkflowExecutionRequest
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class DeleteWorkflowExecutionRequest : Google.Protobuf.IMessage<DeleteWorkflowExecutionRequest>, Google.Protobuf.IBufferMessage
Constructors
DeleteWorkflowExecutionRequest()
Declaration
public DeleteWorkflowExecutionRequest()
DeleteWorkflowExecutionRequest(DeleteWorkflowExecutionRequest)
Declaration
public DeleteWorkflowExecutionRequest(DeleteWorkflowExecutionRequest other)
Parameters
Fields
NamespaceFieldNumber
Field number for the "namespace" field.
Declaration
public const int NamespaceFieldNumber = null
Field Value
WorkflowExecutionFieldNumber
Field number for the "workflow_execution" field.
Declaration
public const int WorkflowExecutionFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Namespace
Declaration
public string Namespace { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<DeleteWorkflowExecutionRequest> Parser { get; }
Property Value
WorkflowExecution
Workflow Execution to delete. If run_id is not specified, the latest one is used.
Declaration
public WorkflowExecution WorkflowExecution { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public DeleteWorkflowExecutionRequest Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(DeleteWorkflowExecutionRequest)
Declaration
public bool Equals(DeleteWorkflowExecutionRequest other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(DeleteWorkflowExecutionRequest)
Declaration
public void MergeFrom(DeleteWorkflowExecutionRequest other)
Parameters
ToString()
Declaration
public override string ToString()
Returns
WriteTo(Google.Protobuf.CodedOutputStream)
Declaration
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedOutputStream |
output |
|
Implements
Google.Protobuf.IBufferMessage