The standard list page token.
Typically obtained via
[ListNasJobsResponse.next_page_token][google.cloud.aiplatform.v1beta1.ListNasJobsResponse.next_page_token]
of the previous
[JobService.ListNasJobs][google.cloud.aiplatform.v1beta1.JobService.ListNasJobs]
call.
[[["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\u003eListNasJobsRequest\u003c/code\u003e class within the Vertex AI v1beta1 API, specifically for the .NET library.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListNasJobsRequest\u003c/code\u003e is a request message used for the \u003ccode\u003eJobService.ListNasJobs\u003c/code\u003e method, enabling the retrieval of a list of NasJobs.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple 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\u003eKey properties of \u003ccode\u003eListNasJobsRequest\u003c/code\u003e include \u003ccode\u003eFilter\u003c/code\u003e for filtering results, \u003ccode\u003ePageSize\u003c/code\u003e and \u003ccode\u003ePageToken\u003c/code\u003e for pagination, and \u003ccode\u003eParent\u003c/code\u003e for specifying the location.\u003c/p\u003e\n"],["\u003cp\u003eThe most current version of this class that is available is 1.0.0-beta21 and it is located in the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class ListNasJobsRequest (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.ListNasJobsRequest)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.ListNasJobsRequest) \n\n public sealed class ListNasJobsRequest : IMessage\u003cListNasJobsRequest\u003e, IEquatable\u003cListNasJobsRequest\u003e, IDeepCloneable\u003cListNasJobsRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Vertex AI v1beta1 API class ListNasJobsRequest.\n\nRequest message for\n\\[JobService.ListNasJobs\\]\\[google.cloud.aiplatform.v1beta1.JobService.ListNasJobs\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListNasJobsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListNasJobsRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ListNasJobsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListNasJobsRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ListNasJobsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListNasJobsRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ListNasJobsRequest), [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### ListNasJobsRequest()\n\n public ListNasJobsRequest()\n\n### ListNasJobsRequest(ListNasJobsRequest)\n\n public ListNasJobsRequest(ListNasJobsRequest 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### 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.\nTypically obtained via\n\\[ListNasJobsResponse.next_page_token\\]\\[google.cloud.aiplatform.v1beta1.ListNasJobsResponse.next_page_token\\]\nof the previous\n\\[JobService.ListNasJobs\\]\\[google.cloud.aiplatform.v1beta1.JobService.ListNasJobs\\]\ncall.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The resource name of the Location to list the NasJobs\nfrom. Format: `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.ListNasJobsRequest#Google_Cloud_AIPlatform_V1Beta1_ListNasJobsRequest_Parent) resource name property.\n\n### ReadMask\n\n public FieldMask ReadMask { get; set; }\n\nMask specifying which fields to read."]]