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