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.
[[["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."],[[["This webpage provides documentation for the `GetWorkflowRequest` class within the Google Cloud Workflows v1 API."],["The `GetWorkflowRequest` class is used to request information about a specific workflow, utilizing the `GetWorkflow` method."],["The latest version of the API documented is 2.5.0, and the page lists versions from 1.0.0 up to the current one."],["`GetWorkflowRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality."],["The class includes properties like `Name` (a string) and `WorkflowName` (a `WorkflowName`-typed view) to specify the workflow to retrieve."]]],[]]