public sealed class UpdateCompanyRequest : IMessage<UpdateCompanyRequest>, IEquatable<UpdateCompanyRequest>, IDeepCloneable<UpdateCompanyRequest>, IBufferMessage, IMessage
Request for updating a specified company.
Inheritance
System.Object > UpdateCompanyRequestImplements
Google.Protobuf.IMessage<UpdateCompanyRequest>, System.IEquatable<UpdateCompanyRequest>, Google.Protobuf.IDeepCloneable<UpdateCompanyRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
UpdateCompanyRequest()
public UpdateCompanyRequest()
UpdateCompanyRequest(UpdateCompanyRequest)
public UpdateCompanyRequest(UpdateCompanyRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateCompanyRequest |
Properties
Company
public Company Company { get; set; }
Required. The company resource to replace the current resource in the system.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Google.Protobuf.WellKnownTypes.FieldMask |