Class: Google::Cloud::Bigquery::Reservation::V1::UpdateAssignmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Reservation::V1::UpdateAssignmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb
Overview
The request for ReservationService.UpdateAssignment.
Instance Attribute Summary collapse
-
#assignment ⇒ ::Google::Cloud::Bigquery::Reservation::V1::Assignment
Content of the assignment to update.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Standard field mask for the set of fields to be updated.
Instance Attribute Details
#assignment ⇒ ::Google::Cloud::Bigquery::Reservation::V1::Assignment
Returns Content of the assignment to update.
719 720 721 722 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 719 class UpdateAssignmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Standard field mask for the set of fields to be updated.
719 720 721 722 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 719 class UpdateAssignmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |