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-04-17 UTC."],[[["This webpage details the `UpdateTenantRequest` class, which is used to request updates to a specified tenant in the Google Cloud Talent V4 API."],["The `UpdateTenantRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to function as a protocol buffer message."],["The latest version available is 2.7.0, with several previous versions listed ranging back to version 1.0.0, all accessible via provided links."],["It contains two properties, `Tenant` which is a required field specifying the tenant to be updated, and `UpdateMask`, which is strongly recommended to be used, and allows users to select which fields to update."],["The class offers two constructors: a parameterless one for default initialization and another that accepts another `UpdateTenantRequest` instance for copying."]]],[]]