public sealed class GetWorkspaceRequest : IMessage<GetWorkspaceRequest>, IEquatable<GetWorkspaceRequest>, IDeepCloneable<GetWorkspaceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class GetWorkspaceRequest.
[[["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 `GetWorkspaceRequest` class within the Dataform v1beta1 API, specifically for version 1.0.0-beta06."],["`GetWorkspaceRequest` is a class used to request a workspace and it implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetWorkspaceRequest` class has two constructors: a default constructor and one that accepts another `GetWorkspaceRequest` object as a parameter, and it has two properties: `Name`, a string, and `WorkspaceName`, which is a `WorkspaceName`-typed view over the `Name`."],["The `GetWorkspaceRequest` class inherits from `object` and includes inherited members like `GetHashCode`, `GetType`, and `ToString`."],["The latest version of the API in this documentation is 1.0.0-beta08."]]],[]]