Class MoveAssignmentRequest
The request for ReservationService.MoveAssignment. Note: "bigquery.reservationAssignments.create" permission is required on the destination_id. Note: "bigquery.reservationAssignments.create" and "bigquery.reservationAssignments.delete" permission are required on the related assignee.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryReservation.v1.Data
Assembly: Google.Apis.BigQueryReservation.v1.dll
Syntax
public class MoveAssignmentRequest : IDirectResponseSchema
Properties
AssignmentId
The optional assignment ID. A new assignment name is generated if this field is empty. This field can contain only lowercase alphanumeric characters or dashes. Max length is 64 characters.
Declaration
[JsonProperty("assignmentId")]
public virtual string AssignmentId { get; set; }
Property Value
Type | Description |
---|---|
string |
DestinationId
The new reservation ID, e.g.: projects/myotherproject/locations/US/reservations/team2-prod
Declaration
[JsonProperty("destinationId")]
public virtual string DestinationId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |