Class: Google::Cloud::AppEngine::V1::ListServicesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::ListServicesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
Overview
Response message for Services.ListServices
.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Continuation token for fetching the next page of results.
-
#services ⇒ ::Array<::Google::Cloud::AppEngine::V1::Service>
The services belonging to the requested application.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Continuation token for fetching the next page of results.
88 89 90 91 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 88 class ListServicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#services ⇒ ::Array<::Google::Cloud::AppEngine::V1::Service>
Returns The services belonging to the requested application.
88 89 90 91 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 88 class ListServicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |