public sealed class GetWorkflowRequest : IMessage<GetWorkflowRequest>, IEquatable<GetWorkflowRequest>, IDeepCloneable<GetWorkflowRequest>, IBufferMessage, IMessage
Request for the
[GetWorkflow][google.cloud.workflows.v1beta.Workflows.GetWorkflow] method.
[[["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."],[[["The `GetWorkflowRequest` class is used to request information about a specific workflow via the `GetWorkflow` method in the Google Cloud Workflows V1Beta API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to interact within the Google Protocol Buffers framework."],["`GetWorkflowRequest` has two constructors, one default and one that accepts another `GetWorkflowRequest` object for creating copies."],["The `Name` property, of type string, and the `WorkflowName` property, of type WorkflowName, are used to specify the target workflow for which information is requested, using a structured resource name format."],["The provided documentation references multiple versions of the API, including 2.0.0-beta05 (latest), 2.0.0-beta04, and 1.0.0-beta03, with the focus of the page on the 1.0.0-beta03 version."]]],[]]