[[["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\u003eThe \u003ccode\u003eListWorkspacesResponse\u003c/code\u003e class is part of the Dataform v1beta1 API, providing functionality to manage responses related to workspaces.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, \u003ccode\u003eIPageResponse\u003c/code\u003e, \u003ccode\u003eIEnumerable\u003c/code\u003e, offering a variety of functionalities such as deep cloning, equality checks, and enumeration.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListWorkspacesResponse\u003c/code\u003e has properties like \u003ccode\u003eNextPageToken\u003c/code\u003e, \u003ccode\u003eUnreachable\u003c/code\u003e, and \u003ccode\u003eWorkspaces\u003c/code\u003e to handle pagination, track unreachable locations, and list workspaces respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides two constructors for creating instances, either empty or by copying an existing \u003ccode\u003eListWorkspacesResponse\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes a method, \u003ccode\u003eGetEnumerator\u003c/code\u003e, that allows for iterating through the workspaces contained within the response.\u003c/p\u003e\n"]]],[],null,["# Dataform v1beta1 API - Class ListWorkspacesResponse (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.ListWorkspacesResponse)\n- [1.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/1.0.0-beta07/Google.Cloud.Dataform.V1Beta1.ListWorkspacesResponse) \n\n public sealed class ListWorkspacesResponse : IMessage\u003cListWorkspacesResponse\u003e, IEquatable\u003cListWorkspacesResponse\u003e, IDeepCloneable\u003cListWorkspacesResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cWorkspace\u003e, IEnumerable\u003cWorkspace\u003e, IEnumerable\n\nReference documentation and code samples for the Dataform v1beta1 API class ListWorkspacesResponse.\n\n`ListWorkspaces` response message. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListWorkspacesResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListWorkspacesResponse](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.ListWorkspacesResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListWorkspacesResponse](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.ListWorkspacesResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListWorkspacesResponse](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.ListWorkspacesResponse), [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), [IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-1.html)[Workspace](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.Workspace), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Workspace](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.Workspace), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable) \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### ListWorkspacesResponse()\n\n public ListWorkspacesResponse()\n\n### ListWorkspacesResponse(ListWorkspacesResponse)\n\n public ListWorkspacesResponse(ListWorkspacesResponse other)\n\nProperties\n----------\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token, which can be sent as `page_token` to retrieve the next page.\nIf this field is omitted, there are no subsequent pages.\n\n### Unreachable\n\n public RepeatedField\u003cstring\u003e Unreachable { get; }\n\nLocations which could not be reached.\n\n### Workspaces\n\n public RepeatedField\u003cWorkspace\u003e Workspaces { get; }\n\nList of workspaces.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cWorkspace\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]