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-09 UTC."],[[["This document provides reference documentation for the `UpdateTenantRequest` class within the Google Cloud Talent Solution v4 API, specifically for .NET development."],["The `UpdateTenantRequest` class is used to send a request for updating a tenant resource, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions of the documentation available, ranging from version 1.0.0 to the latest version 2.7.0, each of which offers reference to `UpdateTenantRequest`."],["The `UpdateTenantRequest` class includes properties such as `Tenant` (the resource to be updated) and `UpdateMask` (a field mask to specify which fields to update)."],["The `UpdateTenantRequest` class can be constructed with no parameters, or an `UpdateTenantRequest` object as a parameter, allowing for cloning of a request object."]]],[]]