[[["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 documentation for the \u003ccode\u003eListWorkstationClustersRequest\u003c/code\u003e class within the Cloud Workstations v1 API, which is used for requesting a list of workstation clusters.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListWorkstationClustersRequest\u003c/code\u003e class implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIPageRequest\u003c/code\u003e, and has a latest version 1.3.0 available.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties like \u003ccode\u003ePageSize\u003c/code\u003e, \u003ccode\u003ePageToken\u003c/code\u003e, and \u003ccode\u003eParent\u003c/code\u003e, which allow users to control the size and content of the list that is returned when sending a request.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParentAsLocationName\u003c/code\u003e property provides a view of the \u003ccode\u003eParent\u003c/code\u003e property, but it is specifically typed as a \u003ccode\u003eLocationName\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class is derived from \u003ccode\u003eobject\u003c/code\u003e and includes constructors for creating new instances of \u003ccode\u003eListWorkstationClustersRequest\u003c/code\u003e, either empty or based on an existing object.\u003c/p\u003e\n"]]],[],null,["# Cloud Workstations v1 API - Class ListWorkstationClustersRequest (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.Workstations.V1/latest/Google.Cloud.Workstations.V1.ListWorkstationClustersRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Workstations.V1/1.2.0/Google.Cloud.Workstations.V1.ListWorkstationClustersRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Workstations.V1/1.1.0/Google.Cloud.Workstations.V1.ListWorkstationClustersRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Workstations.V1/1.0.0/Google.Cloud.Workstations.V1.ListWorkstationClustersRequest) \n\n public sealed class ListWorkstationClustersRequest : IMessage\u003cListWorkstationClustersRequest\u003e, IEquatable\u003cListWorkstationClustersRequest\u003e, IDeepCloneable\u003cListWorkstationClustersRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Cloud Workstations v1 API class ListWorkstationClustersRequest.\n\nRequest message for ListWorkstationClusters. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListWorkstationClustersRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListWorkstationClustersRequest](/dotnet/docs/reference/Google.Cloud.Workstations.V1/latest/Google.Cloud.Workstations.V1.ListWorkstationClustersRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListWorkstationClustersRequest](/dotnet/docs/reference/Google.Cloud.Workstations.V1/latest/Google.Cloud.Workstations.V1.ListWorkstationClustersRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListWorkstationClustersRequest](/dotnet/docs/reference/Google.Cloud.Workstations.V1/latest/Google.Cloud.Workstations.V1.ListWorkstationClustersRequest), [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), [IPageRequest](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs) \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.Workstations.V1](/dotnet/docs/reference/Google.Cloud.Workstations.V1/latest/Google.Cloud.Workstations.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Workstations.V1.dll\n\nConstructors\n------------\n\n### ListWorkstationClustersRequest()\n\n public ListWorkstationClustersRequest()\n\n### ListWorkstationClustersRequest(ListWorkstationClustersRequest)\n\n public ListWorkstationClustersRequest(ListWorkstationClustersRequest other)\n\nProperties\n----------\n\n### PageSize\n\n public int PageSize { get; set; }\n\nOptional. Maximum number of items to return.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nOptional. next_page_token value returned from a previous List request, if\nany.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. Parent resource name.\n\n### ParentAsLocationName\n\n public LocationName ParentAsLocationName { get; set; }\n\n[LocationName](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax/ResourceNames/LocationName.cs)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Workstations.V1/latest/Google.Cloud.Workstations.V1.ListWorkstationClustersRequest#Google_Cloud_Workstations_V1_ListWorkstationClustersRequest_Parent) resource name property."]]