Google Cloud Talent Solution v4 API - Class UpdateCompanyRequest (2.5.0)

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.

Request for updating a specified company.

Inheritance

object > UpdateCompanyRequest

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

UpdateCompanyRequest()

public UpdateCompanyRequest()

UpdateCompanyRequest(UpdateCompanyRequest)

public UpdateCompanyRequest(UpdateCompanyRequest other)
Parameter
NameDescription
otherUpdateCompanyRequest

Properties

Company

public Company Company { get; set; }

Required. The company resource to replace the current resource in the system.

Property Value
TypeDescription
Company

UpdateMask

public FieldMask UpdateMask { get; set; }

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.

Property Value
TypeDescription
FieldMask