Reference documentation and code samples for the Google Cloud Network Management V1 Client class AppEngineVersionInfo.
For display only. Metadata associated with an App Engine version.
Generated from protobuf message google.cloud.networkmanagement.v1.AppEngineVersionInfo
Namespace
Google \ Cloud \ NetworkManagement \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ display_name |
string
Name of an App Engine version. |
↳ uri |
string
URI of an App Engine version. |
↳ runtime |
string
Runtime of the App Engine version. |
↳ environment |
string
App Engine execution environment for a version. |
getDisplayName
Name of an App Engine version.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Name of an App Engine version.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUri
URI of an App Engine version.
| Returns | |
|---|---|
| Type | Description |
string |
|
setUri
URI of an App Engine version.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRuntime
Runtime of the App Engine version.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRuntime
Runtime of the App Engine version.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEnvironment
App Engine execution environment for a version.
| Returns | |
|---|---|
| Type | Description |
string |
|
setEnvironment
App Engine execution environment for a version.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|