Class: Google::Cloud::AppEngine::V1::ListServicesResponse

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 Services.ListServices.

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.



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.

Returns:



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