Optional. A page token, received from a previous ListAccessibleDataAgents
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListAccessibleDataAgents 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 ListAccessibleDataAgentsRequest (1.0.0-beta01)\n\n public sealed class ListAccessibleDataAgentsRequest : IMessage\u003cListAccessibleDataAgentsRequest\u003e, IEquatable\u003cListAccessibleDataAgentsRequest\u003e, IDeepCloneable\u003cListAccessibleDataAgentsRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Data Analytics API with Gemini v1beta API class ListAccessibleDataAgentsRequest.\n\nMessage for requesting list of accessible DataAgents. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListAccessibleDataAgentsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListAccessibleDataAgentsRequest](/dotnet/docs/reference/Google.Cloud.GeminiDataAnalytics.V1Beta/latest/Google.Cloud.GeminiDataAnalytics.V1Beta.ListAccessibleDataAgentsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListAccessibleDataAgentsRequest](/dotnet/docs/reference/Google.Cloud.GeminiDataAnalytics.V1Beta/latest/Google.Cloud.GeminiDataAnalytics.V1Beta.ListAccessibleDataAgentsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListAccessibleDataAgentsRequest](/dotnet/docs/reference/Google.Cloud.GeminiDataAnalytics.V1Beta/latest/Google.Cloud.GeminiDataAnalytics.V1Beta.ListAccessibleDataAgentsRequest), [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### ListAccessibleDataAgentsRequest()\n\n public ListAccessibleDataAgentsRequest()\n\n### ListAccessibleDataAgentsRequest(ListAccessibleDataAgentsRequest)\n\n public ListAccessibleDataAgentsRequest(ListAccessibleDataAgentsRequest other)\n\nProperties\n----------\n\n### CreatorFilter\n\n public ListAccessibleDataAgentsRequest.Types.CreatorFilter CreatorFilter { get; set; }\n\nOptional. Filter for the creator of the agent.\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 `ListAccessibleDataAgents`\ncall. Provide this to retrieve the subsequent page.\n\nWhen paginating, all other parameters provided to\n`ListAccessibleDataAgents` must match the call that provided the page\ntoken. The service may return fewer than this value.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. Parent value for ListAccessibleDataAgentsRequest.\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.ListAccessibleDataAgentsRequest#Google_Cloud_GeminiDataAnalytics_V1Beta_ListAccessibleDataAgentsRequest_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."]]