Billing V1 API - Class Google::Cloud::Billing::V1::ListServicesResponse (v0.8.0)

Reference documentation and code samples for the Billing V1 API class Google::Cloud::Billing::V1::ListServicesResponse.

Response message for ListServices.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — A token to retrieve the next page of results. To retrieve the next page, call ListServices again with the page_token field set to this value. This field is empty if there are no more results to retrieve.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — A token to retrieve the next page of results. To retrieve the next page, call ListServices again with the page_token field set to this value. This field is empty if there are no more results to retrieve.
Returns
  • (::String) — A token to retrieve the next page of results. To retrieve the next page, call ListServices again with the page_token field set to this value. This field is empty if there are no more results to retrieve.

#services

def services() -> ::Array<::Google::Cloud::Billing::V1::Service>
Returns

#services=

def services=(value) -> ::Array<::Google::Cloud::Billing::V1::Service>
Parameter
Returns