public sealed class UpdateCompanyRequest : IMessage<UpdateCompanyRequest>, IEquatable<UpdateCompanyRequest>, IDeepCloneable<UpdateCompanyRequest>, IBufferMessage, IMessage
Strongly recommended for the best service experience.
If [update_mask][google.cloud.talent.v4.UpdateCompanyRequest.update_mask] is provided, only the specified fields in
[company][google.cloud.talent.v4.UpdateCompanyRequest.company] are updated. Otherwise all the fields are updated.
A field mask to specify the company fields to be updated. Only
top level fields of [Company][google.cloud.talent.v4.Company] 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."],[[["The content describes the `UpdateCompanyRequest` class within the `Google.Cloud.Talent.V4` namespace, used for updating company resources."],["There are multiple versions of the `UpdateCompanyRequest` documentation available, ranging from version 1.0.0 to the latest version 2.7.0, each with its specific documentation."],["The `UpdateCompanyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Company`, which is the required company resource to replace, and `UpdateMask`, which is strongly recommended for specifying which company fields should be updated."],["The class provides two constructors : one parameterless, and the other accepting an `UpdateCompanyRequest` object as a parameter."]]],[]]