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-03-21 UTC."],[[["This documentation page covers the `GetWorkflowRequest` class, which is part of the Workflows v1 API in the Google Cloud .NET library, specifically within version 2.3.0."],["`GetWorkflowRequest` is used to request information about a specific workflow and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and provides properties like `Name` for the workflow's resource name and `RevisionId` to specify a particular revision to retrieve."],["The `GetWorkflowRequest` class has two constructors, one default and another that takes an existing `GetWorkflowRequest` object for initialization."],["The documentation shows a list of versions for this class, with the latest being 2.5.0 and goes as far back as version 1.0.0."]]],[]]