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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation is for the `GetExecutionRequest` class within the Google Cloud Workflows Executions v1beta API, specifically for the .NET environment."],["The `GetExecutionRequest` class is used to construct requests for the `GetExecution` method, which retrieves details about a specific workflow execution."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, ensuring compatibility with the Google.Protobuf library."],["The class provides properties such as `ExecutionName`, `Name`, and `View` to define the target execution and the desired level of detail to be retrieved."],["There are multiple versions available, with `2.0.0-beta05` being the latest, and the inheritance of `GetExecutionRequest` comes from the object class."]]],[]]