Optional. A page token, received from a previous ListDataAgents call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListDataAgents must
match the call that provided the page token. The service may return fewer
than this value.
[[["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-09-04 UTC."],[],[],null,["# Data Analytics API with Gemini v1beta API - Class ListDataAgentsRequest (1.0.0-beta01)\n\n public sealed class ListDataAgentsRequest : IMessage\u003cListDataAgentsRequest\u003e, IEquatable\u003cListDataAgentsRequest\u003e, IDeepCloneable\u003cListDataAgentsRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Data Analytics API with Gemini v1beta API class ListDataAgentsRequest.\n\nMessage for requesting list of DataAgents. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListDataAgentsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListDataAgentsRequest](/dotnet/docs/reference/Google.Cloud.GeminiDataAnalytics.V1Beta/latest/Google.Cloud.GeminiDataAnalytics.V1Beta.ListDataAgentsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListDataAgentsRequest](/dotnet/docs/reference/Google.Cloud.GeminiDataAnalytics.V1Beta/latest/Google.Cloud.GeminiDataAnalytics.V1Beta.ListDataAgentsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListDataAgentsRequest](/dotnet/docs/reference/Google.Cloud.GeminiDataAnalytics.V1Beta/latest/Google.Cloud.GeminiDataAnalytics.V1Beta.ListDataAgentsRequest), [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://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageRequest.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.GeminiDataAnalytics.V1Beta](/dotnet/docs/reference/Google.Cloud.GeminiDataAnalytics.V1Beta/latest/Google.Cloud.GeminiDataAnalytics.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.GeminiDataAnalytics.V1Beta.dll\n\nConstructors\n------------\n\n### ListDataAgentsRequest()\n\n public ListDataAgentsRequest()\n\n### ListDataAgentsRequest(ListDataAgentsRequest)\n\n public ListDataAgentsRequest(ListDataAgentsRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nOptional. Filtering results. See [AIP-160](https://google.aip.dev/160) for\nsyntax.\n\n### OrderBy\n\n public string OrderBy { get; set; }\n\nOptional. User specification for how to order the results.\n\n### PageSize\n\n public int PageSize { get; set; }\n\nOptional. Server may return fewer items than requested.\nIf unspecified, server will pick an appropriate default.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nOptional. A page token, received from a previous `ListDataAgents` call.\nProvide this to retrieve the subsequent page.\n\nWhen paginating, all other parameters provided to `ListDataAgents` must\nmatch the call that provided the page token. The service may return fewer\nthan this value.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. Parent value for ListDataAgentsRequest.\n\n### ParentAsLocationName\n\n public LocationName ParentAsLocationName { get; set; }\n\n[LocationName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.ResourceNames.LocationName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.GeminiDataAnalytics.V1Beta/latest/Google.Cloud.GeminiDataAnalytics.V1Beta.ListDataAgentsRequest#Google_Cloud_GeminiDataAnalytics_V1Beta_ListDataAgentsRequest_Parent) resource name property.\n\n### ShowDeleted\n\n public bool ShowDeleted { get; set; }\n\nOptional. If true, the list results will include soft-deleted DataAgents.\nDefaults to false."]]