Class: Google::Cloud::AppEngine::V1::ListDomainMappingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::ListDomainMappingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
Overview
Request message for DomainMappings.ListDomainMappings
.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Maximum results to return per page.
-
#page_token ⇒ ::String
Continuation token for fetching the next page of results.
-
#parent ⇒ ::String
Name of the parent Application resource.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Maximum results to return per page.
525 526 527 528 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 525 class ListDomainMappingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Continuation token for fetching the next page of results.
525 526 527 528 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 525 class ListDomainMappingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Name of the parent Application resource. Example: apps/myapp
.
525 526 527 528 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 525 class ListDomainMappingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |