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"]],[["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-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGetWorkflowRequest\u003c/code\u003e class is used to request information about a specific workflow using the \u003ccode\u003eGetWorkflow\u003c/code\u003e method in the Workflows v1 API.\u003c/p\u003e\n"],["\u003cp\u003eVersion 2.5.0 is the latest version for the \u003ccode\u003eGetWorkflowRequest\u003c/code\u003e class, with earlier versions from 2.4.0 down to 1.0.0 also available.\u003c/p\u003e\n"],["\u003cp\u003eThis class 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, and inherits from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property is required and specifies the name of the workflow to retrieve, while the optional \u003ccode\u003eRevisionId\u003c/code\u003e property allows retrieval of a specific workflow revision.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eWorkflowName\u003c/code\u003e property provides a typed view over the resource name, providing a structured way to access the name resource.\u003c/p\u003e\n"]]],[],null,[]]