BigQuery Reservation v1 API - Class UpdateAssignmentRequest (2.3.0)

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].

Inheritance

object > UpdateAssignmentRequest

Namespace

Google.Cloud.BigQuery.Reservation.V1

Assembly

Google.Cloud.BigQuery.Reservation.V1.dll

Constructors

UpdateAssignmentRequest()

public UpdateAssignmentRequest()

UpdateAssignmentRequest(UpdateAssignmentRequest)

public UpdateAssignmentRequest(UpdateAssignmentRequest other)
Parameter
NameDescription
otherUpdateAssignmentRequest

Properties

Assignment

public Assignment Assignment { get; set; }

Content of the assignment to update.

Property Value
TypeDescription
Assignment

UpdateMask

public FieldMask UpdateMask { get; set; }

Standard field mask for the set of fields to be updated.

Property Value
TypeDescription
FieldMask