public sealed class GetExecutionRequest : IMessage<GetExecutionRequest>, IEquatable<GetExecutionRequest>, IDeepCloneable<GetExecutionRequest>, IBufferMessage, IMessage
Request for the
[GetExecution][google.cloud.workflows.executions.v1beta.Executions.GetExecution]
method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This document outlines the `GetExecutionRequest` class, which is used to request the details of a specific workflow execution via the `GetExecution` method."],["The `GetExecutionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer message operations."],["The class has properties for `ExecutionName` and `Name`, with `Name` being a required string that specifies the resource name of the execution in a defined format."],["The `View` property is optional, allowing users to specify which fields are returned in the execution response, with the API defaulting to a `FULL` view if not specified."],["This class has two constructors: a default parameterless constructor and one that takes a `GetExecutionRequest` as a parameter."]]],[]]