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."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eGetWorkflowRequest\u003c/code\u003e class within the Workflows v1 API, specifically version 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGetWorkflowRequest\u003c/code\u003e is used to retrieve information about a specific workflow using the \u003ccode\u003eGetWorkflow\u003c/code\u003e method, where it implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eRevisionId\u003c/code\u003e, and \u003ccode\u003eWorkflowName\u003c/code\u003e, which are used to specify the workflow and its revision to be retrieved, with the name property being required.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetWorkflowRequest\u003c/code\u003e class offers two constructors: one default and another that accepts an existing \u003ccode\u003eGetWorkflowRequest\u003c/code\u003e instance for copying.\u003c/p\u003e\n"]]],[],null,[]]