[[["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 page provides reference documentation for the \u003ccode\u003eListLocationsRequest\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Location\u003c/code\u003e namespace, including its properties and implementation details.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListLocationsRequest\u003c/code\u003e is a request message for retrieving a list of locations, as defined by \u003ccode\u003egoogle.cloud.location.Locations.ListLocations\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class 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, inheriting from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eListLocationsRequest\u003c/code\u003e include \u003ccode\u003eFilter\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003ePageSize\u003c/code\u003e, and \u003ccode\u003ePageToken\u003c/code\u003e, which are used to refine and manage the list of locations retrieved.\u003c/p\u003e\n"],["\u003cp\u003eThe document contains the different versions of the class as available from 1.0.0 to the latest 2.3.0.\u003c/p\u003e\n"]]],[],null,["# Google.Cloud.Location - Class ListLocationsRequest (2.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.Location/latest/Google.Cloud.Location.ListLocationsRequest)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Location/2.2.0/Google.Cloud.Location.ListLocationsRequest)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Location/2.1.0/Google.Cloud.Location.ListLocationsRequest)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Location/2.0.0/Google.Cloud.Location.ListLocationsRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Location/1.0.0/Google.Cloud.Location.ListLocationsRequest) \n\n public sealed class ListLocationsRequest : IMessage\u003cListLocationsRequest\u003e, IEquatable\u003cListLocationsRequest\u003e, IDeepCloneable\u003cListLocationsRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Google.Cloud.Location class ListLocationsRequest.\n\nThe request message for \\[Locations.ListLocations\\]\\[google.cloud.location.Locations.ListLocations\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListLocationsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListLocationsRequest](/dotnet/docs/reference/Google.Cloud.Location/latest/Google.Cloud.Location.ListLocationsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListLocationsRequest](/dotnet/docs/reference/Google.Cloud.Location/latest/Google.Cloud.Location.ListLocationsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListLocationsRequest](/dotnet/docs/reference/Google.Cloud.Location/latest/Google.Cloud.Location.ListLocationsRequest), [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.Location](/dotnet/docs/reference/Google.Cloud.Location/latest/Google.Cloud.Location)\n\nAssembly\n--------\n\nGoogle.Cloud.Location.dll\n\nConstructors\n------------\n\n### ListLocationsRequest()\n\n public ListLocationsRequest()\n\n### ListLocationsRequest(ListLocationsRequest)\n\n public ListLocationsRequest(ListLocationsRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nThe standard list filter.\n\n### Name\n\n public string Name { get; set; }\n\nThe resource that owns the locations collection, if applicable.\n\n### PageSize\n\n public int PageSize { get; set; }\n\nThe standard list page size.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nThe standard list page token."]]