Class: Google::Cloud::AppEngine::V1::ListInstancesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::ListInstancesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
Overview
Request message for Instances.ListInstances
.
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 Version resource.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Maximum results to return per page.
236 237 238 239 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 236 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Continuation token for fetching the next page of results.
236 237 238 239 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 236 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Name of the parent Version resource. Example:
apps/myapp/services/default/versions/v1
.
236 237 238 239 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 236 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |