public sealed class UpdateTenantRequest : IMessage<UpdateTenantRequest>, IEquatable<UpdateTenantRequest>, IDeepCloneable<UpdateTenantRequest>, IBufferMessage, IMessage
Strongly recommended for the best service experience.
If [update_mask][google.cloud.talent.v4.UpdateTenantRequest.update_mask] is provided, only the specified fields in
[tenant][google.cloud.talent.v4.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.v4.Tenant] are supported.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `UpdateTenantRequest` class, which is used to request updates for a specified tenant in the Google Cloud Talent V4 API."],["The most recent version available for `UpdateTenantRequest` is 2.7.0, with multiple prior versions also available from 2.6.0 down to 1.0.0."],["The `UpdateTenantRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateTenantRequest` class contains two key properties, `Tenant` which holds the tenant resource to be updated, and `UpdateMask`, that allows you to specify which fields of the tenant should be updated."],["The class has two constructors: a default constructor `UpdateTenantRequest()`, and another constructor that accepts an `UpdateTenantRequest` object to make a copy of that object, `UpdateTenantRequest(UpdateTenantRequest other)`."]]],[]]