Optional. The maximum number of services to return. The response may
contain less than the maximum number. If unspecified, no more than 500
services are returned. The maximum value is 1000; values above 1000 are
changed to 1000.
Optional. A page token, received from a previous
[DataprocMetastore.ListServices][google.cloud.metastore.v1alpha.DataprocMetastore.ListServices]
call. Provide this token to retrieve the subsequent page.
To retrieve the first page, supply an empty page token.
When paginating, other parameters provided to
[DataprocMetastore.ListServices][google.cloud.metastore.v1alpha.DataprocMetastore.ListServices]
must match the call that provided the page token.
[[["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 \u003ccode\u003eListServicesRequest\u003c/code\u003e class is a request message for the \u003ccode\u003eDataprocMetastore.ListServices\u003c/code\u003e API method, used to list metastore services.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including \u003ccode\u003eIPageRequest\u003c/code\u003e, \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e to provide functionality for pagination, message handling, and object manipulation.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eListServicesRequest\u003c/code\u003e include \u003ccode\u003eFilter\u003c/code\u003e, \u003ccode\u003eOrderBy\u003c/code\u003e, \u003ccode\u003ePageSize\u003c/code\u003e, \u003ccode\u003ePageToken\u003c/code\u003e, \u003ccode\u003eParent\u003c/code\u003e, and \u003ccode\u003eParentAsLocationName\u003c/code\u003e, which allow users to specify filtering, sorting, pagination, and location of services to be listed.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides constructors for default initialization and for creating an instance from an existing \u003ccode\u003eListServicesRequest\u003c/code\u003e object, it also contains inherited methods from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for this documentation is 2.0.0-alpha11, alongside older versions 2.0.0-alpha10 and 1.0.0-alpha04.\u003c/p\u003e\n"]]],[],null,["# Dataproc Metastore v1alpha API - Class ListServicesRequest (2.0.0-alpha11)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-alpha11 (latest)](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.ListServicesRequest)\n- [2.0.0-alpha10](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/2.0.0-alpha10/Google.Cloud.Metastore.V1Alpha.ListServicesRequest)\n- [1.0.0-alpha04](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/1.0.0-alpha04/Google.Cloud.Metastore.V1Alpha.ListServicesRequest) \n\n public sealed class ListServicesRequest : IPageRequest, IMessage\u003cListServicesRequest\u003e, IEquatable\u003cListServicesRequest\u003e, IDeepCloneable\u003cListServicesRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataproc Metastore v1alpha API class ListServicesRequest.\n\nRequest message for\n\\[DataprocMetastore.ListServices\\]\\[google.cloud.metastore.v1alpha.DataprocMetastore.ListServices\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListServicesRequest \n\nImplements\n----------\n\n[IPageRequest](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListServicesRequest](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.ListServicesRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListServicesRequest](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.ListServicesRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListServicesRequest](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.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) \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.Metastore.V1Alpha](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha)\n\nAssembly\n--------\n\nGoogle.Cloud.Metastore.V1Alpha.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\nOptional. The filter to apply to list results.\n\n### OrderBy\n\n public string OrderBy { get; set; }\n\nOptional. Specify the ordering of results as described in [Sorting\nOrder](https://cloud.google.com/apis/design/design_patterns#sorting_order).\nIf not specified, the results will be sorted in the default order.\n\n### PageSize\n\n public int PageSize { get; set; }\n\nOptional. The maximum number of services to return. The response may\ncontain less than the maximum number. If unspecified, no more than 500\nservices are returned. The maximum value is 1000; values above 1000 are\nchanged to 1000.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nOptional. A page token, received from a previous\n\\[DataprocMetastore.ListServices\\]\\[google.cloud.metastore.v1alpha.DataprocMetastore.ListServices\\]\ncall. Provide this token to retrieve the subsequent page.\n\nTo retrieve the first page, supply an empty page token.\n\nWhen paginating, other parameters provided to\n\\[DataprocMetastore.ListServices\\]\\[google.cloud.metastore.v1alpha.DataprocMetastore.ListServices\\]\nmust match the call that provided the page token.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The relative resource name of the location of metastore services\nto list, in the following form:\n\n`projects/{project_number}/locations/{location_id}`.\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.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.ListServicesRequest#Google_Cloud_Metastore_V1Alpha_ListServicesRequest_Parent) resource name property."]]