public sealed class GetWorkflowConfigRequest : IMessage<GetWorkflowConfigRequest>, IEquatable<GetWorkflowConfigRequest>, IDeepCloneable<GetWorkflowConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class GetWorkflowConfigRequest.
[[["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."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eGetWorkflowConfigRequest\u003c/code\u003e class within the Dataform v1beta1 API, specifically version 1.0.0-beta08, which is the latest version.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetWorkflowConfigRequest\u003c/code\u003e class is used to structure requests for retrieving workflow configurations and it inherits from \u003ccode\u003eobject\u003c/code\u003e, while implementing interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class has two constructors, a default one and another that takes another \u003ccode\u003eGetWorkflowConfigRequest\u003c/code\u003e as a parameter for copying values.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetWorkflowConfigRequest\u003c/code\u003e class includes two properties: \u003ccode\u003eName\u003c/code\u003e, which is a required string representing the workflow configuration's name, and \u003ccode\u003eWorkflowConfigName\u003c/code\u003e, which is a \u003ccode\u003eWorkflowConfigName\u003c/code\u003e-typed view of the \u003ccode\u003eName\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eIt is within the namespace of \u003ccode\u003eGoogle.Cloud.Dataform.V1Beta1\u003c/code\u003e and found within the assembly of \u003ccode\u003eGoogle.Cloud.Dataform.V1Beta1.dll\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Dataform v1beta1 API - Class GetWorkflowConfigRequest (1.0.0-beta08)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta08 (latest)](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.GetWorkflowConfigRequest)\n- [1.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/1.0.0-beta07/Google.Cloud.Dataform.V1Beta1.GetWorkflowConfigRequest) \n\n public sealed class GetWorkflowConfigRequest : IMessage\u003cGetWorkflowConfigRequest\u003e, IEquatable\u003cGetWorkflowConfigRequest\u003e, IDeepCloneable\u003cGetWorkflowConfigRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataform v1beta1 API class GetWorkflowConfigRequest.\n\n`GetWorkflowConfig` request message. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetWorkflowConfigRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetWorkflowConfigRequest](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.GetWorkflowConfigRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetWorkflowConfigRequest](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.GetWorkflowConfigRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetWorkflowConfigRequest](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.GetWorkflowConfigRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dataform.V1Beta1](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataform.V1Beta1.dll\n\nConstructors\n------------\n\n### GetWorkflowConfigRequest()\n\n public GetWorkflowConfigRequest()\n\n### GetWorkflowConfigRequest(GetWorkflowConfigRequest)\n\n public GetWorkflowConfigRequest(GetWorkflowConfigRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The workflow config's name.\n\n### WorkflowConfigName\n\n public WorkflowConfigName WorkflowConfigName { get; set; }\n\n[WorkflowConfigName](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.WorkflowConfigName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.GetWorkflowConfigRequest#Google_Cloud_Dataform_V1Beta1_GetWorkflowConfigRequest_Name) resource name property."]]