Reference documentation and code samples for the Billing V1 API class Google::Cloud::Billing::V1::ListServicesRequest.
Request message for ListServices
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Requested page size. Defaults to 5000.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Requested page size. Defaults to 5000.
Returns
- (::Integer) — Requested page size. Defaults to 5000.
#page_token
def page_token() -> ::String
Returns
-
(::String) — A token identifying a page of results to return. This should be a
next_page_token
value returned from a previousListServices
call. If unspecified, the first page of results is returned.
#page_token=
def page_token=(value) -> ::String
Parameter
-
value (::String) — A token identifying a page of results to return. This should be a
next_page_token
value returned from a previousListServices
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 previousListServices
call. If unspecified, the first page of results is returned.