Class: Google::Cloud::Bigquery::Reservation::V1::ListAssignmentsRequest

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.



563
564
565
566
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 563

class ListAssignmentsRequest
  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.



563
564
565
566
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 563

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

#parent::String

Returns Required. The parent resource name e.g.:

projects/myproject/locations/US/reservations/team1-prod

Or:

projects/myproject/locations/US/reservations/-.

Returns:

  • (::String)

    Required. The parent resource name e.g.:

    projects/myproject/locations/US/reservations/team1-prod

    Or:

    projects/myproject/locations/US/reservations/-



563
564
565
566
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 563

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