public sealed class UpdateTenantRequest : IMessage<UpdateTenantRequest>, IEquatable<UpdateTenantRequest>, IDeepCloneable<UpdateTenantRequest>, IBufferMessage, IMessage
Request for updating a specified tenant.
Inheritance
System.Object > UpdateTenantRequestImplements
Google.Protobuf.IMessage<UpdateTenantRequest>, System.IEquatable<UpdateTenantRequest>, Google.Protobuf.IDeepCloneable<UpdateTenantRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
UpdateTenantRequest()
public UpdateTenantRequest()
UpdateTenantRequest(UpdateTenantRequest)
public UpdateTenantRequest(UpdateTenantRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateTenantRequest |
Properties
Tenant
public Tenant Tenant { get; set; }
Required. The tenant resource to replace the current resource in the system.
Property Value | |
---|---|
Type | Description |
Tenant |
UpdateMask
public FieldMask UpdateMask { get; set; }
Strongly recommended for the best service experience.
If [update_mask][google.cloud.talent.v4.UpdateTenantRequest.update_mask] is provided, only the specified fields in [tenant][google.cloud.talent.v4.UpdateTenantRequest.tenant] are updated. Otherwise all the fields are updated.
A field mask to specify the tenant fields to be updated. Only top level fields of [Tenant][google.cloud.talent.v4.Tenant] are supported.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.WellKnownTypes.FieldMask |