Class: Google::Cloud::Bigquery::Reservation::V1::ListReservationsRequest

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

#page_size::Integer

Returns The maximum number of items to return per page.

Returns:

  • (::Integer)

    The maximum number of items to return per page.



271
272
273
274
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 271

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

#page_token::String

Returns The next_page_token value returned from a previous List request, if any.

Returns:

  • (::String)

    The next_page_token value returned from a previous List request, if any.



271
272
273
274
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 271

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

#parent::String

Returns Required. The parent resource name containing project and location, e.g.: projects/myproject/locations/US.

Returns:

  • (::String)

    Required. The parent resource name containing project and location, e.g.: projects/myproject/locations/US



271
272
273
274
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 271

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