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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eUpdateCompanyRequest\u003c/code\u003e class, which is used to request updates to a specified company in the Google Cloud Talent Solution v4beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateCompanyRequest\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.Talent.V4Beta1\u003c/code\u003e namespace and is implemented using multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides two constructors, one default and another that copies from an existing \u003ccode\u003eUpdateCompanyRequest\u003c/code\u003e object, alongside the essential properties \u003ccode\u003eCompany\u003c/code\u003e and \u003ccode\u003eUpdateMask\u003c/code\u003e for defining the update.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCompany\u003c/code\u003e property is a required field representing the updated company resource that will replace the current system resource, and the \u003ccode\u003eUpdateMask\u003c/code\u003e field is recommended to specify exactly which company fields should be updated.\u003c/p\u003e\n"],["\u003cp\u003eThe provided documentation shows different versions of the \u003ccode\u003eUpdateCompanyRequest\u003c/code\u003e, with \u003ccode\u003e3.0.0-beta06\u003c/code\u003e as the most recent, \u003ccode\u003e3.0.0-beta05\u003c/code\u003e as an older version, and \u003ccode\u003e2.0.0-beta07\u003c/code\u003e as an even older version.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Talent Solution v4beta1 API - Class UpdateCompanyRequest (3.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.UpdateCompanyRequest)\n- [3.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/3.0.0-beta05/Google.Cloud.Talent.V4Beta1.UpdateCompanyRequest)\n- [2.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/2.0.0-beta07/Google.Cloud.Talent.V4Beta1.UpdateCompanyRequest) \n\n public sealed class UpdateCompanyRequest : IMessage\u003cUpdateCompanyRequest\u003e, IEquatable\u003cUpdateCompanyRequest\u003e, IDeepCloneable\u003cUpdateCompanyRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class UpdateCompanyRequest.\n\nRequest for updating a specified company. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UpdateCompanyRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UpdateCompanyRequest](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.UpdateCompanyRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UpdateCompanyRequest](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.UpdateCompanyRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UpdateCompanyRequest](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.UpdateCompanyRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Talent.V4Beta1](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Talent.V4Beta1.dll\n\nConstructors\n------------\n\n### UpdateCompanyRequest()\n\n public UpdateCompanyRequest()\n\n### UpdateCompanyRequest(UpdateCompanyRequest)\n\n public UpdateCompanyRequest(UpdateCompanyRequest other)\n\nProperties\n----------\n\n### Company\n\n public Company Company { get; set; }\n\nRequired. The company resource to replace the current resource in the\nsystem.\n\n### UpdateMask\n\n public FieldMask UpdateMask { get; set; }\n\nStrongly recommended for the best service experience.\n\nIf\n\\[update_mask\\]\\[google.cloud.talent.v4beta1.UpdateCompanyRequest.update_mask\\]\nis provided, only the specified fields in\n\\[company\\]\\[google.cloud.talent.v4beta1.UpdateCompanyRequest.company\\] are\nupdated. Otherwise all the fields are updated.\n\nA field mask to specify the company fields to be updated. Only\ntop level fields of \\[Company\\]\\[google.cloud.talent.v4beta1.Company\\] are\nsupported."]]