public sealed class GetExecutionRequest : IMessage<GetExecutionRequest>, IEquatable<GetExecutionRequest>, IDeepCloneable<GetExecutionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflow Executions v1beta API class GetExecutionRequest.
Request for the [GetExecution][google.cloud.workflows.executions.v1beta.Executions.GetExecution] method.
Implements
IMessageGetExecutionRequest, IEquatableGetExecutionRequest, IDeepCloneableGetExecutionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Workflows.Executions.V1BetaAssembly
Google.Cloud.Workflows.Executions.V1Beta.dll
Constructors
GetExecutionRequest()
public GetExecutionRequest()
GetExecutionRequest(GetExecutionRequest)
public GetExecutionRequest(GetExecutionRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetExecutionRequest |
Properties
ExecutionName
public ExecutionName ExecutionName { get; set; }
ExecutionName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ExecutionName |
Name
public string Name { get; set; }
Required. Name of the execution to be retrieved. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
Property Value | |
---|---|
Type | Description |
string |
View
public ExecutionView View { get; set; }
Optional. A view defining which fields should be filled in the returned execution. The API will default to the FULL view.
Property Value | |
---|---|
Type | Description |
ExecutionView |