Set to true if the companies requested must have open jobs.
Defaults to false.
If true, at most
[page_size][google.cloud.talent.v4beta1.ListCompaniesRequest.page_size] of
companies are fetched, among which only those with open jobs 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-07 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eListCompaniesRequest\u003c/code\u003e class within the Google Cloud Talent Solution v4beta1 API, which is used to list companies.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListCompaniesRequest\u003c/code\u003e class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, \u003ccode\u003eIPageRequest\u003c/code\u003e, enabling it to be used within Google's API infrastructure.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties to manage pagination, with \u003ccode\u003ePageSize\u003c/code\u003e specifying the maximum number of companies to return (up to 100) and \u003ccode\u003ePageToken\u003c/code\u003e indicating the starting point for results.\u003c/p\u003e\n"],["\u003cp\u003eIt also includes \u003ccode\u003eParent\u003c/code\u003e which specifies the tenant under which companies are listed, as well as multiple representations of parent as a type, and \u003ccode\u003eRequireOpenJobs\u003c/code\u003e to filter for only companies with open jobs.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for this class: a default constructor, and a constructor which can initialize the object using another \u003ccode\u003eListCompaniesRequest\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Talent Solution v4beta1 API - Class ListCompaniesRequest (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.ListCompaniesRequest)\n- [3.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/3.0.0-beta05/Google.Cloud.Talent.V4Beta1.ListCompaniesRequest)\n- [2.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/2.0.0-beta07/Google.Cloud.Talent.V4Beta1.ListCompaniesRequest) \n\n public sealed class ListCompaniesRequest : IMessage\u003cListCompaniesRequest\u003e, IEquatable\u003cListCompaniesRequest\u003e, IDeepCloneable\u003cListCompaniesRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class ListCompaniesRequest.\n\nList companies for which the client has ACL visibility. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListCompaniesRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListCompaniesRequest](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.ListCompaniesRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListCompaniesRequest](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.ListCompaniesRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListCompaniesRequest](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.ListCompaniesRequest), [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### ListCompaniesRequest()\n\n public ListCompaniesRequest()\n\n### ListCompaniesRequest(ListCompaniesRequest)\n\n public ListCompaniesRequest(ListCompaniesRequest other)\n\nProperties\n----------\n\n### PageSize\n\n public int PageSize { get; set; }\n\nThe maximum number of companies to be returned, at most 100.\nDefault is 100 if a non-positive number is provided.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nThe starting indicator from which to return results.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. Resource name of the tenant under which the company is created.\n\nThe format is \"projects/{project_id}/tenants/{tenant_id}\", for example,\n\"projects/foo/tenant/bar\".\n\nIf tenant id is unspecified, the default tenant will be used, for\nexample, \"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.ListCompaniesRequest#Google_Cloud_Talent_V4Beta1_ListCompaniesRequest_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.ListCompaniesRequest#Google_Cloud_Talent_V4Beta1_ListCompaniesRequest_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.ListCompaniesRequest#Google_Cloud_Talent_V4Beta1_ListCompaniesRequest_Parent) resource name property.\n\n### RequireOpenJobs\n\n public bool RequireOpenJobs { get; set; }\n\nSet to true if the companies requested must have open jobs.\n\nDefaults to false.\n\nIf true, at most\n\\[page_size\\]\\[google.cloud.talent.v4beta1.ListCompaniesRequest.page_size\\] of\ncompanies are fetched, among which only those with open jobs are returned."]]