public sealed class UpdateCompanyRequest : IMessage<UpdateCompanyRequest>, IEquatable<UpdateCompanyRequest>, IDeepCloneable<UpdateCompanyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class UpdateCompanyRequest.
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-09 UTC."],[[["The `UpdateCompanyRequest` class in the Google Cloud Talent Solution v4 API is used to request the updating of a specified company resource."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, and deep cloning."],["The latest version of the `UpdateCompanyRequest` documentation is 2.7.0, with several earlier versions also available, all the way back to version 1.0.0."],["It contains two main properties to handle the update request, `Company`, which represents the company resource to be updated, and `UpdateMask` which is a strongly suggested property used to indicate which fields of the company need updating."]]],[]]