Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::CreateVersionRequest.
Request message for Versions.CreateVersion
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Name of the parent resource to create this version under. Example:
apps/myapp/services/default
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Name of the parent resource to create this version under. Example:
apps/myapp/services/default
.
Returns
-
(::String) — Name of the parent resource to create this version under. Example:
apps/myapp/services/default
.
#version
def version() -> ::Google::Cloud::AppEngine::V1::Version
Returns
- (::Google::Cloud::AppEngine::V1::Version) — Application deployment configuration.
#version=
def version=(value) -> ::Google::Cloud::AppEngine::V1::Version
Parameter
- value (::Google::Cloud::AppEngine::V1::Version) — Application deployment configuration.
Returns
- (::Google::Cloud::AppEngine::V1::Version) — Application deployment configuration.