[[["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 page provides documentation for the \u003ccode\u003eListCompaniesResponse\u003c/code\u003e class within the Google Cloud Talent Solution v4beta1 API, including its properties, constructors, and implemented interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListCompaniesResponse\u003c/code\u003e class is a response object for retrieving a list of companies, implementing interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains properties such as \u003ccode\u003eCompanies\u003c/code\u003e, \u003ccode\u003eMetadata\u003c/code\u003e, and \u003ccode\u003eNextPageToken\u003c/code\u003e, which represent the companies returned, additional metadata, and a token for pagination.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors, a default constructor, and one that takes another \u003ccode\u003eListCompaniesResponse\u003c/code\u003e object for copying.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eListCompaniesResponse\u003c/code\u003e object available is version \u003ccode\u003e3.0.0-beta06\u003c/code\u003e, but older versions such as \u003ccode\u003e3.0.0-beta05\u003c/code\u003e, and \u003ccode\u003e2.0.0-beta07\u003c/code\u003e are available as well.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Talent Solution v4beta1 API - Class ListCompaniesResponse (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.ListCompaniesResponse)\n- [3.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/3.0.0-beta05/Google.Cloud.Talent.V4Beta1.ListCompaniesResponse)\n- [2.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/2.0.0-beta07/Google.Cloud.Talent.V4Beta1.ListCompaniesResponse) \n\n public sealed class ListCompaniesResponse : IMessage\u003cListCompaniesResponse\u003e, IEquatable\u003cListCompaniesResponse\u003e, IDeepCloneable\u003cListCompaniesResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cCompany\u003e, IEnumerable\u003cCompany\u003e, IEnumerable\n\nReference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class ListCompaniesResponse.\n\nThe List companies response object. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListCompaniesResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListCompaniesResponse](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.ListCompaniesResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListCompaniesResponse](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.ListCompaniesResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListCompaniesResponse](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.ListCompaniesResponse), [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), [IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-1.html)[Company](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.Company), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Company](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.Company), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable) \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### ListCompaniesResponse()\n\n public ListCompaniesResponse()\n\n### ListCompaniesResponse(ListCompaniesResponse)\n\n public ListCompaniesResponse(ListCompaniesResponse other)\n\nProperties\n----------\n\n### Companies\n\n public RepeatedField\u003cCompany\u003e Companies { get; }\n\nCompanies for the current client.\n\n### Metadata\n\n public ResponseMetadata Metadata { get; set; }\n\nAdditional information for the API invocation, such as the request\ntracking id.\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token to retrieve the next page of results.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cCompany\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]