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."],["The `GetWorkflowRequest` class is part of the `Google.Cloud.Workflows.V1` namespace, found within the `Google.Cloud.Workflows.V1.dll` assembly, with the latest version being 2.5.0."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cGetWorkflowRequest\u003e`, `IDeepCloneable\u003cGetWorkflowRequest\u003e`, and `IBufferMessage`."],["It inherits from the base `Object` class and provides two constructors: a default constructor and one that takes another `GetWorkflowRequest` instance as a parameter."],["The `GetWorkflowRequest` object has properties such as `Name` (a string representing the workflow's resource name) and `WorkflowName` (a `WorkflowName` typed view over the `Name` property)."]]],[]]