[[["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\u003eListTenantsRequest\u003c/code\u003e class is part of the Google Cloud Talent Solution v4beta1 API and is used to list tenants with ACL visibility.\u003c/p\u003e\n"],["\u003cp\u003eThis 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, and \u003ccode\u003eIPageRequest\u003c/code\u003e, indicating its capabilities for message handling, comparison, cloning, and request management.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListTenantsRequest\u003c/code\u003e class provides properties for managing the request, such as \u003ccode\u003ePageSize\u003c/code\u003e (with a maximum of 100 tenants per page), \u003ccode\u003ePageToken\u003c/code\u003e for pagination, and \u003ccode\u003eParent\u003c/code\u003e to define the project from which to list the tenants.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of ListTenantsRequest is 3.0.0-beta06 and has previous versions 3.0.0-beta05 and 2.0.0-beta07.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eParentAsProjectName\u003c/code\u003e can be used to set the \u003ccode\u003eParent\u003c/code\u003e property as a ProjectName resource name.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Talent Solution v4beta1 API - Class ListTenantsRequest (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.ListTenantsRequest)\n- [3.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/3.0.0-beta05/Google.Cloud.Talent.V4Beta1.ListTenantsRequest)\n- [2.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/2.0.0-beta07/Google.Cloud.Talent.V4Beta1.ListTenantsRequest) \n\n public sealed class ListTenantsRequest : IMessage\u003cListTenantsRequest\u003e, IEquatable\u003cListTenantsRequest\u003e, IDeepCloneable\u003cListTenantsRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class ListTenantsRequest.\n\nList tenants for which the client has ACL visibility. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListTenantsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListTenantsRequest](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.ListTenantsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListTenantsRequest](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.ListTenantsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListTenantsRequest](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.ListTenantsRequest), [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### ListTenantsRequest()\n\n public ListTenantsRequest()\n\n### ListTenantsRequest(ListTenantsRequest)\n\n public ListTenantsRequest(ListTenantsRequest other)\n\nProperties\n----------\n\n### PageSize\n\n public int PageSize { get; set; }\n\nThe maximum number of tenants 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 project under which the tenant is created.\n\nThe format is \"projects/{project_id}\", for example,\n\"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.ListTenantsRequest#Google_Cloud_Talent_V4Beta1_ListTenantsRequest_Parent) resource name property."]]