Google Cloud Network Management V1 Client - Class AppEngineVersionInfo (2.8.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ display_namestring

Name of an App Engine version.

↳ uristring

URI of an App Engine version.

↳ runtimestring

Runtime of the App Engine version.

↳ environmentstring

App Engine execution environment for a version.

getDisplayName

Name of an App Engine version.

Returns
TypeDescription
string

setDisplayName

Name of an App Engine version.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getUri

URI of an App Engine version.

Returns
TypeDescription
string

setUri

URI of an App Engine version.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getRuntime

Runtime of the App Engine version.

Returns
TypeDescription
string

setRuntime

Runtime of the App Engine version.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getEnvironment

App Engine execution environment for a version.

Returns
TypeDescription
string

setEnvironment

App Engine execution environment for a version.

Parameter
NameDescription
varstring
Returns
TypeDescription
$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.