[[["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\u003eListEndpointsRequest\u003c/code\u003e is 2.4.0, with previous versions available ranging from 2.3.0 down to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListEndpointsRequest\u003c/code\u003e is a class that 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 and it inherits from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThis class allows filtering, ordering, and pagination of endpoint results through its properties \u003ccode\u003eFilter\u003c/code\u003e, \u003ccode\u003eOrderBy\u003c/code\u003e, \u003ccode\u003ePageSize\u003c/code\u003e, \u003ccode\u003ePageToken\u003c/code\u003e, and \u003ccode\u003eParent\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParentAsLocationName\u003c/code\u003e property provides a \u003ccode\u003eLocationName\u003c/code\u003e-typed view of the Parent property.\u003c/p\u003e\n"],["\u003cp\u003eTwo constructors are available for creating a \u003ccode\u003eListEndpointsRequest\u003c/code\u003e, one default constructor and one that takes another \u003ccode\u003eListEndpointsRequest\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"]]],[],null,["# Cloud IDS v1 API - Class ListEndpointsRequest (2.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.Ids.V1/latest/Google.Cloud.Ids.V1.ListEndpointsRequest)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Ids.V1/2.3.0/Google.Cloud.Ids.V1.ListEndpointsRequest)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Ids.V1/2.2.0/Google.Cloud.Ids.V1.ListEndpointsRequest)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Ids.V1/2.1.0/Google.Cloud.Ids.V1.ListEndpointsRequest)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Ids.V1/2.0.0/Google.Cloud.Ids.V1.ListEndpointsRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Ids.V1/1.0.0/Google.Cloud.Ids.V1.ListEndpointsRequest) \n\n public sealed class ListEndpointsRequest : IMessage\u003cListEndpointsRequest\u003e, IEquatable\u003cListEndpointsRequest\u003e, IDeepCloneable\u003cListEndpointsRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListEndpointsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListEndpointsRequest](/dotnet/docs/reference/Google.Cloud.Ids.V1/latest/Google.Cloud.Ids.V1.ListEndpointsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListEndpointsRequest](/dotnet/docs/reference/Google.Cloud.Ids.V1/latest/Google.Cloud.Ids.V1.ListEndpointsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListEndpointsRequest](/dotnet/docs/reference/Google.Cloud.Ids.V1/latest/Google.Cloud.Ids.V1.ListEndpointsRequest), [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.Ids.V1](/dotnet/docs/reference/Google.Cloud.Ids.V1/latest/Google.Cloud.Ids.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Ids.V1.dll\n\nConstructors\n------------\n\n### ListEndpointsRequest()\n\n public ListEndpointsRequest()\n\n### ListEndpointsRequest(ListEndpointsRequest)\n\n public ListEndpointsRequest(ListEndpointsRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nOptional. The filter expression, following the syntax outlined in\n\u003chttps://google.aip.dev/160\u003e.\n\n### OrderBy\n\n public string OrderBy { get; set; }\n\nOptional. One or more fields to compare and use to sort the output.\nSee \u003chttps://google.aip.dev/132#ordering\u003e.\n\n### PageSize\n\n public int PageSize { get; set; }\n\nOptional. The maximum number of endpoints to return. The service may return fewer\nthan this value.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nOptional. A page token, received from a previous `ListEndpoints` call.\nProvide this to retrieve the subsequent page.\n\nWhen paginating, all other parameters provided to `ListEndpoints` must\nmatch the call that provided the page token.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The parent, which owns this collection of endpoints.\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.Ids.V1/latest/Google.Cloud.Ids.V1.ListEndpointsRequest#Google_Cloud_Ids_V1_ListEndpointsRequest_Parent) resource name property."]]