Class: Google::Cloud::AppEngine::V1::CreateVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::CreateVersionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
Overview
Request message for Versions.CreateVersion
.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Name of the parent resource to create this version under.
-
#version ⇒ ::Google::Cloud::AppEngine::V1::Version
Application deployment configuration.
Instance Attribute Details
#parent ⇒ ::String
Returns Name of the parent resource to create this version under. Example:
apps/myapp/services/default
.
193 194 195 196 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 193 class CreateVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::Google::Cloud::AppEngine::V1::Version
Returns Application deployment configuration.
193 194 195 196 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 193 class CreateVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |