Class Runtime
Runtime versions for App Engine.
Implements
Inherited Members
Namespace: Google.Apis.Appengine.v1.Data
Assembly: Google.Apis.Appengine.v1.dll
Syntax
public class Runtime : IDirectResponseSchema
Properties
DecommissionedDate
Date when Runtime is decommissioned.
Declaration
[JsonProperty("decommissionedDate")]
public virtual Date DecommissionedDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
DeprecationDate
Date when Runtime is deprecated.
Declaration
[JsonProperty("deprecationDate")]
public virtual Date DeprecationDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
DisplayName
User-friendly display name, e.g. 'Node.js 12', etc.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndOfSupportDate
Date when Runtime is end of support.
Declaration
[JsonProperty("endOfSupportDate")]
public virtual Date EndOfSupportDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
Environment
The environment of the runtime.
Declaration
[JsonProperty("environment")]
public virtual string Environment { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the runtime, e.g., 'go113', 'nodejs12', etc.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Stage
The stage of life this runtime is in, e.g., BETA, GA, etc.
Declaration
[JsonProperty("stage")]
public virtual string Stage { get; set; }
Property Value
Type | Description |
---|---|
string |
SupportedOperatingSystems
Supported operating systems for the runtime, e.g., 'ubuntu22', etc.
Declaration
[JsonProperty("supportedOperatingSystems")]
public virtual IList<string> SupportedOperatingSystems { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Warnings
Warning messages, e.g., a deprecation warning.
Declaration
[JsonProperty("warnings")]
public virtual IList<string> Warnings { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |