Class: Google::Cloud::AppEngine::V1::ListInstancesResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#instances::Array<::Google::Cloud::AppEngine::V1::Instance>

Returns The instances belonging to the requested version.

Returns:



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.

Returns:

  • (::String)

    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