Mask specifying which fields to read. FieldMask represents a set of
symbolic field paths. For example, the mask can be paths: "name". The
"name" here is a field in DataLabelingJob.
If this field is not set, all fields of the DataLabelingJob are returned.
[[["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-28 UTC."],[[["\u003cp\u003eThis documentation is for the \u003ccode\u003eListDataLabelingJobsRequest\u003c/code\u003e class, which is part of the Vertex AI v1beta1 API and used to request a list of data labeling jobs.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListDataLabelingJobsRequest\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and 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.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties to control list filtering, ordering, and pagination, such as \u003ccode\u003eFilter\u003c/code\u003e, \u003ccode\u003eOrderBy\u003c/code\u003e, \u003ccode\u003ePageSize\u003c/code\u003e, and \u003ccode\u003ePageToken\u003c/code\u003e, allowing for customized retrieval of data labeling jobs.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e property is required, specifying the project and location from which to fetch data labeling jobs.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReadMask\u003c/code\u003e property allows users to specify exactly which fields to read from a DataLabelingJob, or to have all fields returned.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class ListDataLabelingJobsRequest (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.ListDataLabelingJobsRequest)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.ListDataLabelingJobsRequest) \n\n public sealed class ListDataLabelingJobsRequest : IMessage\u003cListDataLabelingJobsRequest\u003e, IEquatable\u003cListDataLabelingJobsRequest\u003e, IDeepCloneable\u003cListDataLabelingJobsRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Vertex AI v1beta1 API class ListDataLabelingJobsRequest.\n\nRequest message for\n\\[JobService.ListDataLabelingJobs\\]\\[google.cloud.aiplatform.v1beta1.JobService.ListDataLabelingJobs\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListDataLabelingJobsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListDataLabelingJobsRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ListDataLabelingJobsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListDataLabelingJobsRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ListDataLabelingJobsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListDataLabelingJobsRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ListDataLabelingJobsRequest), [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### ListDataLabelingJobsRequest()\n\n public ListDataLabelingJobsRequest()\n\n### ListDataLabelingJobsRequest(ListDataLabelingJobsRequest)\n\n public ListDataLabelingJobsRequest(ListDataLabelingJobsRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nThe standard list filter.\n\nSupported fields:\n\n- `display_name` supports `=`, `!=` comparisons, and `:` wildcard.\n- `state` supports `=`, `!=` comparisons.\n- `create_time` supports `=`, `!=`,`\u003c`, `\u003c=`,`\u003e`, `\u003e=` comparisons. `create_time` must be in RFC 3339 format.\n- `labels` supports general map functions that is: `labels.key=value` - key:value equality \\`labels.key:\\* - key existence\n\nSome examples of using the filter are:\n\n- `state=\"JOB_STATE_SUCCEEDED\" AND display_name:\"my_job_*\"`\n- `state!=\"JOB_STATE_FAILED\" OR display_name=\"my_job\"`\n- `NOT display_name=\"my_job\"`\n- `create_time\u003e\"2021-05-18T00:00:00Z\"`\n- `labels.keyA=valueA`\n- `labels.keyB:*`\n\n### OrderBy\n\n public string OrderBy { get; set; }\n\nA comma-separated list of fields to order by, sorted in ascending order by\ndefault.\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 parent of the DataLabelingJob.\nFormat: `projects/{project}/locations/{location}`\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.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ListDataLabelingJobsRequest#Google_Cloud_AIPlatform_V1Beta1_ListDataLabelingJobsRequest_Parent) resource name property.\n\n### ReadMask\n\n public FieldMask ReadMask { get; set; }\n\nMask specifying which fields to read. FieldMask represents a set of\nsymbolic field paths. For example, the mask can be `paths: \"name\"`. The\n\"name\" here is a field in DataLabelingJob.\nIf this field is not set, all fields of the DataLabelingJob are returned."]]