Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class CreateVersionRequest.
Request message for Versions.CreateVersion.
Generated from protobuf message google.appengine.v1.CreateVersionRequest
Namespace
Google \ Cloud \ AppEngine \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Name of the parent resource to create this version under. Example: |
↳ version |
Google\Cloud\AppEngine\V1\Version
Application deployment configuration. |
getParent
Name of the parent resource to create this version under. Example:
apps/myapp/services/default.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Name of the parent resource to create this version under. Example:
apps/myapp/services/default.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getVersion
Application deployment configuration.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\AppEngine\V1\Version|null |
|
hasVersion
clearVersion
setVersion
Application deployment configuration.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\AppEngine\V1\Version
|
| Returns | |
|---|---|
| Type | Description |
$this |
|