[[["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 latest version of the \u003ccode\u003eListUsableWorkstationsRequest\u003c/code\u003e class is 1.3.0, which is part of the Google Cloud Workstations v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class is used to create request messages for listing usable workstations within the Google Cloud Workstations service.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListUsableWorkstationsRequest\u003c/code\u003e inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces including \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.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides properties such as \u003ccode\u003ePageSize\u003c/code\u003e, \u003ccode\u003ePageToken\u003c/code\u003e, and \u003ccode\u003eParent\u003c/code\u003e, which are used for pagination and specifying the parent resource for the request.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListUsableWorkstationsRequest\u003c/code\u003e class also has constructors to create new instances, either as a blank object or as a copy of an existing \u003ccode\u003eListUsableWorkstationsRequest\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Cloud Workstations v1 API - Class ListUsableWorkstationsRequest (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.ListUsableWorkstationsRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Workstations.V1/1.2.0/Google.Cloud.Workstations.V1.ListUsableWorkstationsRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Workstations.V1/1.1.0/Google.Cloud.Workstations.V1.ListUsableWorkstationsRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Workstations.V1/1.0.0/Google.Cloud.Workstations.V1.ListUsableWorkstationsRequest) \n\n public sealed class ListUsableWorkstationsRequest : IMessage\u003cListUsableWorkstationsRequest\u003e, IEquatable\u003cListUsableWorkstationsRequest\u003e, IDeepCloneable\u003cListUsableWorkstationsRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Cloud Workstations v1 API class ListUsableWorkstationsRequest.\n\nRequest message for ListUsableWorkstations. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListUsableWorkstationsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListUsableWorkstationsRequest](/dotnet/docs/reference/Google.Cloud.Workstations.V1/latest/Google.Cloud.Workstations.V1.ListUsableWorkstationsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListUsableWorkstationsRequest](/dotnet/docs/reference/Google.Cloud.Workstations.V1/latest/Google.Cloud.Workstations.V1.ListUsableWorkstationsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListUsableWorkstationsRequest](/dotnet/docs/reference/Google.Cloud.Workstations.V1/latest/Google.Cloud.Workstations.V1.ListUsableWorkstationsRequest), [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### ListUsableWorkstationsRequest()\n\n public ListUsableWorkstationsRequest()\n\n### ListUsableWorkstationsRequest(ListUsableWorkstationsRequest)\n\n public ListUsableWorkstationsRequest(ListUsableWorkstationsRequest 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### ParentAsWorkstationConfigName\n\n public WorkstationConfigName ParentAsWorkstationConfigName { get; set; }\n\n[WorkstationConfigName](/dotnet/docs/reference/Google.Cloud.Workstations.V1/latest/Google.Cloud.Workstations.V1.WorkstationConfigName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Workstations.V1/latest/Google.Cloud.Workstations.V1.ListUsableWorkstationsRequest#Google_Cloud_Workstations_V1_ListUsableWorkstationsRequest_Parent) resource name property."]]