Workflow Executions v1 API - Class GetExecutionRequest (2.5.0)

public sealed class GetExecutionRequest : IMessage<GetExecutionRequest>, IEquatable<GetExecutionRequest>, IDeepCloneable<GetExecutionRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Workflow Executions v1 API class GetExecutionRequest.

Request for the [GetExecution][google.cloud.workflows.executions.v1.Executions.GetExecution] method.

Inheritance

object > GetExecutionRequest

Namespace

Google.Cloud.Workflows.Executions.V1

Assembly

Google.Cloud.Workflows.Executions.V1.dll

Constructors

GetExecutionRequest()

public GetExecutionRequest()

GetExecutionRequest(GetExecutionRequest)

public GetExecutionRequest(GetExecutionRequest other)
Parameter
NameDescription
otherGetExecutionRequest

Properties

ExecutionName

public ExecutionName ExecutionName { get; set; }

ExecutionName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
ExecutionView