Class: Google::Cloud::Billing::V1::ListServicesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Billing::V1::ListServicesRequest
- 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
-
#page_size ⇒ ::Integer
Requested page size.
-
#page_token ⇒ ::String
A token identifying a page of results to return.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns 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.
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 |