public sealed class GetWorkflowRequest : IMessage<GetWorkflowRequest>, IEquatable<GetWorkflowRequest>, IDeepCloneable<GetWorkflowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflows v1beta API class GetWorkflowRequest.
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"]],[["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 document provides reference documentation for the `GetWorkflowRequest` class, which is part of the Workflows v1beta API in the `Google.Cloud.Workflows.V1Beta` namespace."],["The `GetWorkflowRequest` class is used to request information about a specific workflow, using the `GetWorkflow` method, and it inherits from `object` while implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this class is `2.0.0-beta05`, with other versions available including `2.0.0-beta04` and `1.0.0-beta03`, which are also documented."],["The class contains two properties, `Name` (a string representing the workflow's name in a specific format) and `WorkflowName` (a `WorkflowName`-typed view over the `Name` property), allowing users to specify which workflow to retrieve information from."],["It is possible to construct a `GetWorkflowRequest` object either with no parameters, or with another `GetWorkflowRequest` object as parameter."]]],[]]