public sealed class GetWorkflowRequest : IMessage<GetWorkflowRequest>, IEquatable<GetWorkflowRequest>, IDeepCloneable<GetWorkflowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflows v1 API class GetWorkflowRequest.
Request for the
[GetWorkflow][google.cloud.workflows.v1.Workflows.GetWorkflow] method.
Optional. The revision of the workflow to retrieve. If the revision_id is
empty, the latest revision is retrieved.
The format is "000001-a4d", where the first six characters define
the zero-padded decimal revision number. They are followed by a hyphen and
three hexadecimal characters.
[[["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 document provides reference information for the `GetWorkflowRequest` class within the Workflows v1 API, specifically version 2.2.0."],["`GetWorkflowRequest` is used to retrieve information about a specific workflow using the `GetWorkflow` method, where it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Name`, `RevisionId`, and `WorkflowName`, which are used to specify the workflow and its revision to be retrieved, with the name property being required."],["The latest version of this API is 2.5.0, and multiple versions are documented, starting as far back as 1.0.0, all in relation to the GetWorkflowRequest."],["The `GetWorkflowRequest` class offers two constructors: one default and another that accepts an existing `GetWorkflowRequest` instance for copying."]]],[]]