[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eListServicesRequest\u003c/code\u003e class within the Service Usage v1 API in the Google Cloud .NET library.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListServicesRequest\u003c/code\u003e is a request message used for the \u003ccode\u003eListServices\u003c/code\u003e method to retrieve a list of services, inheriting from \u003ccode\u003eobject\u003c/code\u003e and implementing several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e and \u003ccode\u003eIEquatable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has constructors to create an empty instance or to copy an existing \u003ccode\u003eListServicesRequest\u003c/code\u003e, along with properties to filter, manage page size, specify a page token, and set the parent for the service list.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API is version 2.5.0, and it lists prior versions back to version 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFilter\u003c/code\u003e property allows you to specify \u003ccode\u003estate:ENABLED\u003c/code\u003e or \u003ccode\u003estate:DISABLED\u003c/code\u003e to see specific services, and \u003ccode\u003ePageSize\u003c/code\u003e allows you to specify a maximum number of services per page, up to 200, with the default being 50.\u003c/p\u003e\n"]]],[],null,["# Service Usage v1 API - Class ListServicesRequest (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/latest/Google.Cloud.ServiceUsage.V1.ListServicesRequest)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/2.4.0/Google.Cloud.ServiceUsage.V1.ListServicesRequest)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/2.3.0/Google.Cloud.ServiceUsage.V1.ListServicesRequest)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/2.2.0/Google.Cloud.ServiceUsage.V1.ListServicesRequest)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/2.1.0/Google.Cloud.ServiceUsage.V1.ListServicesRequest)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/2.0.0/Google.Cloud.ServiceUsage.V1.ListServicesRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/1.2.0/Google.Cloud.ServiceUsage.V1.ListServicesRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/1.1.0/Google.Cloud.ServiceUsage.V1.ListServicesRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/1.0.0/Google.Cloud.ServiceUsage.V1.ListServicesRequest) \n\n public sealed class ListServicesRequest : IMessage\u003cListServicesRequest\u003e, IEquatable\u003cListServicesRequest\u003e, IDeepCloneable\u003cListServicesRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Service Usage v1 API class ListServicesRequest.\n\nRequest message for the `ListServices` method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListServicesRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListServicesRequest](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/latest/Google.Cloud.ServiceUsage.V1.ListServicesRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListServicesRequest](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/latest/Google.Cloud.ServiceUsage.V1.ListServicesRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListServicesRequest](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/latest/Google.Cloud.ServiceUsage.V1.ListServicesRequest), [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.ServiceUsage.V1](/dotnet/docs/reference/Google.Cloud.ServiceUsage.V1/latest/Google.Cloud.ServiceUsage.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ServiceUsage.V1.dll\n\nConstructors\n------------\n\n### ListServicesRequest()\n\n public ListServicesRequest()\n\n### ListServicesRequest(ListServicesRequest)\n\n public ListServicesRequest(ListServicesRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nOnly list services that conform to the given filter.\nThe allowed filter strings are `state:ENABLED` and `state:DISABLED`.\n\n### PageSize\n\n public int PageSize { get; set; }\n\nRequested size of the next page of data.\nRequested page size cannot exceed 200.\nIf not set, the default page size is 50.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nToken identifying which result to start with, which is returned by a\nprevious list call.\n\n### Parent\n\n public string Parent { get; set; }\n\nParent to search for services on.\n\nAn example name would be:\n`projects/123` where `123` is the project number."]]