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-03-21 UTC."],[[["The document provides reference documentation for the `UpdateCompanyRequest` class within the Google Cloud Talent Solution v4 API, specifically detailing its usage for updating company resources."],["This class `UpdateCompanyRequest` is a request message used to modify a company's information in the system and can either update all fields or specific fields if an `UpdateMask` is provided."],["The documentation lists available versions of the API, ranging from 1.0.0 to 2.7.0, with 2.7.0 being the latest release and currently viewing version 2.6.0."],["`UpdateCompanyRequest` is part of the `Google.Cloud.Talent.V4` namespace and implements various interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable` and inherits from `object`."],["The class includes properties like `Company` (which holds the updated company resource) and `UpdateMask` (used to specify which fields of the company to update) and has both parameterless and parameter-based constructors."]]],[]]