Class: Google::Cloud::Bigquery::Reservation::V1::ListCapacityCommitmentsRequest

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.

Returns:

  • (::Integer)

    The maximum number of items to return.



362
363
364
365
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 362

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



362
363
364
365
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 362

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

#parent::String

Returns Required. Resource name of the parent reservation. E.g., projects/myproject/locations/US.

Returns:

  • (::String)

    Required. Resource name of the parent reservation. E.g., projects/myproject/locations/US



362
363
364
365
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 362

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