public sealed class UpdateTenantRequest : IMessage<UpdateTenantRequest>, IEquatable<UpdateTenantRequest>, IDeepCloneable<UpdateTenantRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class UpdateTenantRequest.
Strongly recommended for the best service experience.
If
[update_mask][google.cloud.talent.v4beta1.UpdateTenantRequest.update_mask]
is provided, only the specified fields in
[tenant][google.cloud.talent.v4beta1.UpdateTenantRequest.tenant] are
updated. Otherwise all the fields are updated.
A field mask to specify the tenant fields to be updated. Only
top level fields of [Tenant][google.cloud.talent.v4beta1.Tenant] are
supported.
[[["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\u003eUpdateTenantRequest\u003c/code\u003e class is used to update a specified tenant within the Google Cloud Talent Solution v4beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt includes constructors to create a new \u003ccode\u003eUpdateTenantRequest\u003c/code\u003e or a copy of an existing one.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTenant\u003c/code\u003e property allows the setting of a tenant resource to replace the current resource in the system.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateMask\u003c/code\u003e property enables the specification of which tenant fields should be updated, allowing for partial updates.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Talent Solution v4beta1 API - Class UpdateTenantRequest (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.UpdateTenantRequest)\n- [3.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/3.0.0-beta05/Google.Cloud.Talent.V4Beta1.UpdateTenantRequest)\n- [2.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/2.0.0-beta07/Google.Cloud.Talent.V4Beta1.UpdateTenantRequest) \n\n public sealed class UpdateTenantRequest : IMessage\u003cUpdateTenantRequest\u003e, IEquatable\u003cUpdateTenantRequest\u003e, IDeepCloneable\u003cUpdateTenantRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class UpdateTenantRequest.\n\nRequest for updating a specified tenant. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UpdateTenantRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UpdateTenantRequest](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.UpdateTenantRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UpdateTenantRequest](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.UpdateTenantRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UpdateTenantRequest](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.UpdateTenantRequest), [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) \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### UpdateTenantRequest()\n\n public UpdateTenantRequest()\n\n### UpdateTenantRequest(UpdateTenantRequest)\n\n public UpdateTenantRequest(UpdateTenantRequest other)\n\nProperties\n----------\n\n### Tenant\n\n public Tenant Tenant { get; set; }\n\nRequired. The tenant resource to replace the current resource in the\nsystem.\n\n### UpdateMask\n\n public FieldMask UpdateMask { get; set; }\n\nStrongly recommended for the best service experience.\n\nIf\n\\[update_mask\\]\\[google.cloud.talent.v4beta1.UpdateTenantRequest.update_mask\\]\nis provided, only the specified fields in\n\\[tenant\\]\\[google.cloud.talent.v4beta1.UpdateTenantRequest.tenant\\] are\nupdated. Otherwise all the fields are updated.\n\nA field mask to specify the tenant fields to be updated. Only\ntop level fields of \\[Tenant\\]\\[google.cloud.talent.v4beta1.Tenant\\] are\nsupported."]]