Class: Google::Cloud::Billing::V1::ListServicesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/billing/v1/cloud_catalog.rb

Overview

Request message for ListServices.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Requested page size. Defaults to 5000.

Returns:

  • (::Integer)

    Requested page size. Defaults to 5000.



278
279
280
281
# File 'proto_docs/google/cloud/billing/v1/cloud_catalog.rb', line 278

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

#page_token::String

Returns A token identifying a page of results to return. This should be a next_page_token value returned from a previous ListServices call. If unspecified, the first page of results is returned.

Returns:

  • (::String)

    A token identifying a page of results to return. This should be a next_page_token value returned from a previous ListServices call. If unspecified, the first page of results is returned.



278
279
280
281
# File 'proto_docs/google/cloud/billing/v1/cloud_catalog.rb', line 278

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