Class: Google::Cloud::Bigquery::Reservation::V1::DeleteAssignmentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb

Overview

The request for ReservationService.DeleteAssignment. Note: "bigquery.reservationAssignments.delete" permission is required on the related assignee.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the resource, e.g. projects/myproject/locations/US/reservations/team1-prod/assignments/123.

Returns:

  • (::String)

    Required. Name of the resource, e.g. projects/myproject/locations/US/reservations/team1-prod/assignments/123



590
591
592
593
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 590

class DeleteAssignmentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end