Class: Google::Cloud::AppEngine::V1::ListDomainMappingsResponse

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 DomainMappings.ListDomainMappings.

Instance Attribute Summary collapse

Instance Attribute Details

#domain_mappings::Array<::Google::Cloud::AppEngine::V1::DomainMapping>

Returns The domain mappings for the application.

Returns:



537
538
539
540
# File 'proto_docs/google/appengine/v1/appengine.rb', line 537

class ListDomainMappingsResponse
  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.



537
538
539
540
# File 'proto_docs/google/appengine/v1/appengine.rb', line 537

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