public sealed class UpdateTenantRequest : IMessage<UpdateTenantRequest>, IEquatable<UpdateTenantRequest>, IDeepCloneable<UpdateTenantRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class UpdateTenantRequest.
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 document provides reference documentation for the `UpdateTenantRequest` class within the Google Cloud Talent Solution v4 API, specifically version 2.2.0, which is part of the .NET library."],["The `UpdateTenantRequest` class is used to request updates to a specified tenant resource and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateTenantRequest` class include `Tenant`, which represents the tenant resource to be updated, and `UpdateMask`, which allows for specifying which fields of the tenant should be updated, providing a recommended way to make updates."],["There are two constructors, a parameterless constructor to create a new `UpdateTenantRequest` and one that accepts another `UpdateTenantRequest` object to create a copy."],["The version history for this class is available, with versions ranging from 1.0.0 to the latest version, 2.7.0, with each version having its own page, and is linked in the documentation."]]],[]]