Class: Google::Cloud::AppEngine::V1::ListInstancesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::ListInstancesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
Overview
Response message for Instances.ListInstances
.
Instance Attribute Summary collapse
-
#instances ⇒ ::Array<::Google::Cloud::AppEngine::V1::Instance>
The instances belonging to the requested version.
-
#next_page_token ⇒ ::String
Continuation token for fetching the next page of results.
Instance Attribute Details
#instances ⇒ ::Array<::Google::Cloud::AppEngine::V1::Instance>
Returns The instances belonging to the requested version.
248 249 250 251 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 248 class ListInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Continuation token for fetching the next page of results.
248 249 250 251 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 248 class ListInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |