[[["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-14 UTC."],[[["\u003cp\u003e\u003ccode\u003eListDataItemsRequest\u003c/code\u003e is a class within the Vertex AI v1beta1 API, specifically designed for requesting a list of data items.\u003c/p\u003e\n"],["\u003cp\u003eIt implements several 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, to support various functionalities such as serialization, comparison, cloning, and pagination.\u003c/p\u003e\n"],["\u003cp\u003eThis class offers properties like \u003ccode\u003eFilter\u003c/code\u003e, \u003ccode\u003eOrderBy\u003c/code\u003e, \u003ccode\u003ePageSize\u003c/code\u003e, and \u003ccode\u003ePageToken\u003c/code\u003e to customize the list request, enabling filtering, ordering, and pagination of results.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e property is a required field that specifies the Dataset from which data items should be listed, formatted as \u003ccode\u003eprojects/{project}/locations/{location}/datasets/{dataset}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors, one that is empty and the other which takes another \u003ccode\u003eListDataItemsRequest\u003c/code\u003e as a parameter.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class ListDataItemsRequest (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ListDataItemsRequest)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.ListDataItemsRequest) \n\n public sealed class ListDataItemsRequest : IMessage\u003cListDataItemsRequest\u003e, IEquatable\u003cListDataItemsRequest\u003e, IDeepCloneable\u003cListDataItemsRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Vertex AI v1beta1 API class ListDataItemsRequest.\n\nRequest message for\n\\[DatasetService.ListDataItems\\]\\[google.cloud.aiplatform.v1beta1.DatasetService.ListDataItems\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListDataItemsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListDataItemsRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ListDataItemsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListDataItemsRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ListDataItemsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListDataItemsRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ListDataItemsRequest), [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.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### ListDataItemsRequest()\n\n public ListDataItemsRequest()\n\n### ListDataItemsRequest(ListDataItemsRequest)\n\n public ListDataItemsRequest(ListDataItemsRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nThe standard list filter.\n\n### OrderBy\n\n public string OrderBy { get; set; }\n\nA comma-separated list of fields to order by, sorted in ascending order.\nUse \"desc\" after a field name for descending.\n\n### PageSize\n\n public int PageSize { get; set; }\n\nThe standard list page size.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nThe standard list page token.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The resource name of the Dataset to list DataItems from.\nFormat:\n`projects/{project}/locations/{location}/datasets/{dataset}`\n\n### ParentAsDatasetName\n\n public DatasetName ParentAsDatasetName { get; set; }\n\n[DatasetName](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.DatasetName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ListDataItemsRequest#Google_Cloud_AIPlatform_V1Beta1_ListDataItemsRequest_Parent) resource name property.\n\n### ReadMask\n\n public FieldMask ReadMask { get; set; }\n\nMask specifying which fields to read."]]