public sealed class UpdateAssignmentRequest : IMessage<UpdateAssignmentRequest>, IEquatable<UpdateAssignmentRequest>, IDeepCloneable<UpdateAssignmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Reservation v1 API class UpdateAssignmentRequest.
The request for [ReservationService.UpdateAssignment][google.cloud.bigquery.reservation.v1.ReservationService.UpdateAssignment].
Implements
IMessageUpdateAssignmentRequest, IEquatableUpdateAssignmentRequest, IDeepCloneableUpdateAssignmentRequest, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.BigQueryGoogle.Cloud.BigQuery.ReservationV1Assembly
Google.Cloud.BigQuery.Reservation.V1.dll
Constructors
UpdateAssignmentRequest()
public UpdateAssignmentRequest()
UpdateAssignmentRequest(UpdateAssignmentRequest)
public UpdateAssignmentRequest(UpdateAssignmentRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateAssignmentRequest |
Properties
Assignment
public Assignment Assignment { get; set; }
Content of the assignment to update.
Property Value | |
---|---|
Type | Description |
Assignment |
UpdateMask
public FieldMask UpdateMask { get; set; }
Standard field mask for the set of fields to be updated.
Property Value | |
---|---|
Type | Description |
FieldMask |