public sealed class UpdateTenantRequest : IMessage<UpdateTenantRequest>, IEquatable<UpdateTenantRequest>, IDeepCloneable<UpdateTenantRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class UpdateTenantRequest.
Strongly recommended for the best service experience.
If
[update_mask][google.cloud.talent.v4beta1.UpdateTenantRequest.update_mask]
is provided, only the specified fields in
[tenant][google.cloud.talent.v4beta1.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.v4beta1.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 document provides reference information for the `UpdateTenantRequest` class within the Google Cloud Talent Solution v4beta1 API, specifically version 3.0.0-beta04."],["`UpdateTenantRequest` is used to request the update of a specified tenant resource within the Google Cloud Talent system."],["The `UpdateTenantRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities."],["Key properties of the `UpdateTenantRequest` include `Tenant` (the tenant resource to be updated) and `UpdateMask` (used to specify which tenant fields to update)."],["The document includes details about the available constructors for the `UpdateTenantRequest` class, as well as inherited members and the namespace within which it resides."]]],[]]