public sealed class UpdateCompanyRequest : IMessage<UpdateCompanyRequest>, IEquatable<UpdateCompanyRequest>, IDeepCloneable<UpdateCompanyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class UpdateCompanyRequest.
Strongly recommended for the best service experience.
If
[update_mask][google.cloud.talent.v4beta1.UpdateCompanyRequest.update_mask]
is provided, only the specified fields in
[company][google.cloud.talent.v4beta1.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.v4beta1.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."],[[["This documentation details the `UpdateCompanyRequest` class, which is used to request updates to a specified company in the Google Cloud Talent Solution v4beta1 API."],["The `UpdateCompanyRequest` class is part of the `Google.Cloud.Talent.V4Beta1` namespace and is implemented using multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, one default and another that copies from an existing `UpdateCompanyRequest` object, alongside the essential properties `Company` and `UpdateMask` for defining the update."],["The `Company` property is a required field representing the updated company resource that will replace the current system resource, and the `UpdateMask` field is recommended to specify exactly which company fields should be updated."],["The provided documentation shows different versions of the `UpdateCompanyRequest`, with `3.0.0-beta06` as the most recent, `3.0.0-beta05` as an older version, and `2.0.0-beta07` as an even older version."]]],[]]