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."],[[["The `UpdateTenantRequest` class is used to update a specified tenant resource within the Google Cloud Talent V4 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, comparison, deep cloning, and buffer message operations."],["The `UpdateTenantRequest` class contains properties for `Tenant`, which is the resource to replace, and `UpdateMask`, which specifies which fields of the tenant should be updated."],["There are multiple versioned references for `UpdateTenantRequest`, with version 2.7.0 being the latest, and this information is provided with links for each version."],["The available constructors include a default constructor `UpdateTenantRequest()` and one that accepts another `UpdateTenantRequest` object as a parameter for copying purposes."]]],[]]