public sealed class GetWorkflowRequest : IMessage<GetWorkflowRequest>, IEquatable<GetWorkflowRequest>, IDeepCloneable<GetWorkflowRequest>, IBufferMessage, IMessage
Request for the
[GetWorkflow][google.cloud.workflows.v1.Workflows.GetWorkflow] method.
[[["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 webpage details the `GetWorkflowRequest` class, which is used to request information about a specific workflow in Google Cloud Workflows."],["The `GetWorkflowRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its role in handling messages, comparisons, deep cloning, and buffer messages."],["The class provides two constructors: a default constructor and one that takes another `GetWorkflowRequest` object as a parameter for copying."],["It includes properties `Name` (a string) and `WorkflowName` (a `WorkflowName`-typed view over the `Name`), which are used to identify the workflow for which to retrieve information, and follows a specific format: `projects/{project}/locations/{location}/workflows/{workflow}`."],["The latest version available in the version list is `2.5.0` and there are many previous versions all the way down to `1.0.0`."]]],[]]