The desired job attributes returned for jobs in the
search response. Defaults to
[JobView.JOB_VIEW_FULL][google.cloud.talent.v4beta1.JobView.JOB_VIEW_FULL]
if no value is specified.
The maximum number of jobs to be returned per page of results.
If [job_view][google.cloud.talent.v4beta1.ListJobsRequest.job_view] is set
to
[JobView.JOB_VIEW_ID_ONLY][google.cloud.talent.v4beta1.JobView.JOB_VIEW_ID_ONLY],
the maximum allowed page size is 1000. Otherwise, the maximum allowed page
size is 100.
Default is 100 if empty or a number < 1 is specified.
Required. The resource name of the tenant under which the job is created.
The format is "projects/{project_id}/tenants/{tenant_id}". For example,
"projects/foo/tenant/bar". If tenant id is unspecified, a default tenant
is created. For example, "projects/foo".
[[["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-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eListJobsRequest\u003c/code\u003e class is used to request a list of jobs from the Google Cloud Talent Solution v4beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class 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, extending its functionality for various data operations.\u003c/p\u003e\n"],["\u003cp\u003eIt allows filtering job listings based on criteria like \u003ccode\u003ecompanyName\u003c/code\u003e, \u003ccode\u003erequisitionId\u003c/code\u003e, and \u003ccode\u003estatus\u003c/code\u003e, and it requires at least one of \u003ccode\u003ecompanyName\u003c/code\u003e or \u003ccode\u003erequisitionId\u003c/code\u003e to be provided in the filter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListJobsRequest\u003c/code\u003e allows for setting the \u003ccode\u003eJobView\u003c/code\u003e, \u003ccode\u003ePageSize\u003c/code\u003e, and \u003ccode\u003ePageToken\u003c/code\u003e properties which are used to customize the response, such as the detail level of the returned jobs and the pagination.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e property is a required field to specify the resource name of the tenant (e.g. project) under which the job is created.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Talent Solution v4beta1 API - Class ListJobsRequest (3.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.ListJobsRequest)\n- [3.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/3.0.0-beta05/Google.Cloud.Talent.V4Beta1.ListJobsRequest)\n- [2.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/2.0.0-beta07/Google.Cloud.Talent.V4Beta1.ListJobsRequest) \n\n public sealed class ListJobsRequest : IMessage\u003cListJobsRequest\u003e, IEquatable\u003cListJobsRequest\u003e, IDeepCloneable\u003cListJobsRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class ListJobsRequest.\n\nList jobs request. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListJobsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListJobsRequest](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.ListJobsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListJobsRequest](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.ListJobsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListJobsRequest](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.ListJobsRequest), [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.Talent.V4Beta1](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Talent.V4Beta1.dll\n\nConstructors\n------------\n\n### ListJobsRequest()\n\n public ListJobsRequest()\n\n### ListJobsRequest(ListJobsRequest)\n\n public ListJobsRequest(ListJobsRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nRequired. The filter string specifies the jobs to be enumerated.\n\nSupported operator: =, AND\n\nThe fields eligible for filtering are:\n\n- `companyName`\n- `requisitionId`\n- `status` Available values: OPEN, EXPIRED, ALL. Defaults to OPEN if no value is specified.\n\nAt least one of `companyName` and `requisitionId` must present or an\nINVALID_ARGUMENT error is thrown.\n\nSample Query:\n\n- companyName = \"projects/foo/tenants/bar/companies/baz\"\n- companyName = \"projects/foo/tenants/bar/companies/baz\" AND requisitionId = \"req-1\"\n- companyName = \"projects/foo/tenants/bar/companies/baz\" AND status = \"EXPIRED\"\n- requisitionId = \"req-1\"\n- requisitionId = \"req-1\" AND status = \"EXPIRED\"\n\n### JobView\n\n public JobView JobView { get; set; }\n\nThe desired job attributes returned for jobs in the\nsearch response. Defaults to\n\\[JobView.JOB_VIEW_FULL\\]\\[google.cloud.talent.v4beta1.JobView.JOB_VIEW_FULL\\]\nif no value is specified.\n\n### PageSize\n\n public int PageSize { get; set; }\n\nThe maximum number of jobs to be returned per page of results.\n\nIf \\[job_view\\]\\[google.cloud.talent.v4beta1.ListJobsRequest.job_view\\] is set\nto\n\\[JobView.JOB_VIEW_ID_ONLY\\]\\[google.cloud.talent.v4beta1.JobView.JOB_VIEW_ID_ONLY\\],\nthe maximum allowed page size is 1000. Otherwise, the maximum allowed page\nsize is 100.\n\nDefault is 100 if empty or a number \\\u003c 1 is specified.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nThe starting point of a query result.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The resource name of the tenant under which the job is created.\n\nThe format is \"projects/{project_id}/tenants/{tenant_id}\". For example,\n\"projects/foo/tenant/bar\". If tenant id is unspecified, a default tenant\nis created. For example, \"projects/foo\".\n\n### ParentAsProjectName\n\n public ProjectName ParentAsProjectName { get; set; }\n\n[ProjectName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.ResourceNames.ProjectName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.ListJobsRequest#Google_Cloud_Talent_V4Beta1_ListJobsRequest_Parent) resource name property.\n\n### ParentAsResourceName\n\n public IResourceName ParentAsResourceName { get; set; }\n\n[IResourceName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.IResourceName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.ListJobsRequest#Google_Cloud_Talent_V4Beta1_ListJobsRequest_Parent) resource name property.\n\n### ParentAsTenantName\n\n public TenantName ParentAsTenantName { get; set; }\n\n[TenantName](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.TenantName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.ListJobsRequest#Google_Cloud_Talent_V4Beta1_ListJobsRequest_Parent) resource name property."]]