Class Google::Cloud::Bigquery::Reservation::V1::MoveAssignmentRequest (v0.4.2)

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#destination_id

def destination_id() -> ::String
Returns
  • (::String) — The new reservation ID, e.g.: projects/myotherproject/locations/US/reservations/team2-prod

#destination_id=

def destination_id=(value) -> ::String
Parameter
  • value (::String) — The new reservation ID, e.g.: projects/myotherproject/locations/US/reservations/team2-prod
Returns
  • (::String) — The new reservation ID, e.g.: projects/myotherproject/locations/US/reservations/team2-prod

#name

def name() -> ::String
Returns
  • (::String) — Required. The resource name of the assignment, e.g. projects/myproject/locations/US/reservations/team1-prod/assignments/123

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the assignment, e.g. projects/myproject/locations/US/reservations/team1-prod/assignments/123
Returns
  • (::String) — Required. The resource name of the assignment, e.g. projects/myproject/locations/US/reservations/team1-prod/assignments/123