Class: Google::Cloud::AppEngine::V1::ListVersionsResponse

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 Versions.ListVersions.

Instance Attribute Summary collapse

Instance Attribute Details

#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.



167
168
169
170
# File 'proto_docs/google/appengine/v1/appengine.rb', line 167

class ListVersionsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#versions::Array<::Google::Cloud::AppEngine::V1::Version>

Returns The versions belonging to the requested service.

Returns:



167
168
169
170
# File 'proto_docs/google/appengine/v1/appengine.rb', line 167

class ListVersionsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end