public sealed class CreateExecutionRequest : IMessage<CreateExecutionRequest>, IEquatable<CreateExecutionRequest>, IDeepCloneable<CreateExecutionRequest>, IBufferMessage, IMessage
Request for the [CreateExecution][google.cloud.workflows.executions.v1.Executions.CreateExecution] method.
Implements
IMessage<CreateExecutionRequest>, IEquatable<CreateExecutionRequest>, IDeepCloneable<CreateExecutionRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Workflows.Executions.V1Assembly
Google.Cloud.Workflows.Executions.V1.dll
Constructors
CreateExecutionRequest()
public CreateExecutionRequest()
CreateExecutionRequest(CreateExecutionRequest)
public CreateExecutionRequest(CreateExecutionRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateExecutionRequest |
Properties
Execution
public Execution Execution { get; set; }
Required. Execution to be created.
Property Value | |
---|---|
Type | Description |
Execution |
Parent
public string Parent { get; set; }
Required. Name of the workflow for which an execution should be created. Format: projects/{project}/locations/{location}/workflows/{workflow} The latest revision of the workflow will be used.
Property Value | |
---|---|
Type | Description |
String |
ParentAsWorkflowName
public WorkflowName ParentAsWorkflowName { get; set; }
WorkflowName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
WorkflowName |