Service Usage V1 API - Class Google::Cloud::ServiceUsage::V1::ListServicesResponse (v0.1.4)

Reference documentation and code samples for the Service Usage V1 API class Google::Cloud::ServiceUsage::V1::ListServicesResponse.

Response message for the ListServices method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — Token that can be passed to ListServices to resume a paginated query.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — Token that can be passed to ListServices to resume a paginated query.
Returns
  • (::String) — Token that can be passed to ListServices to resume a paginated query.

#services

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

#services=

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