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 page details the `UpdateTenantRequest` class, which is used to request updates to a specified tenant resource within the Google Cloud Talent API."],["The `UpdateTenantRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with Google Protobuf and providing functionalities like deep cloning and comparison."],["The latest version of the reference documentation available is 2.7.0, and older versions are listed down to 1.0.0, in contrast, this page is specifically concerning version 1.4.0."],["The class has two constructors, `UpdateTenantRequest()` and `UpdateTenantRequest(UpdateTenantRequest)`, for creating new instances, and allows the configuration of `Tenant` and `UpdateMask` properties."],["The `UpdateMask` property allows for selective updates to the tenant resource, where providing the field mask will update only the specified fields, and not providing one will update all of them."]]],[]]