Class: Google::Cloud::Bigquery::Reservation::V1::ListReservationsResponse

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

Instance Attribute Summary collapse

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.

Returns:

  • (::String)

    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.

Returns:



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