Class: Google::Cloud::Bigquery::Reservation::V1::SearchAllAssignmentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Reservation::V1::SearchAllAssignmentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb
Overview
The response for ReservationService.SearchAllAssignments.
Instance Attribute Summary collapse
-
#assignments ⇒ ::Array<::Google::Cloud::Bigquery::Reservation::V1::Assignment>
List of assignments visible to the user.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
Instance Attribute Details
#assignments ⇒ ::Array<::Google::Cloud::Bigquery::Reservation::V1::Assignment>
Returns List of assignments visible to the user.
676 677 678 679 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 676 class SearchAllAssignmentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
676 677 678 679 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 676 class SearchAllAssignmentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |