Google Cloud Network Management V1 Client - Class AppEngineVersionInfo (2.8.0) Stay organized with collections Save and categorize content based on your preferences.
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 messagegoogle.cloud.networkmanagement.v1.AppEngineVersionInfo
Namespace
Google \ Cloud \ NetworkManagement \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data | arrayOptional. Data for populating the Message object. |
↳ display_name | stringName of an App Engine version. |
↳ uri | stringURI of an App Engine version. |
↳ runtime | stringRuntime of the App Engine version. |
↳ environment | stringApp 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 | |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-24 UTC.