Class Runtime
Describes a runtime and any special information (e.g., deprecation status) related to it.
Implements
Inherited Members
Namespace: Google.Apis.CloudFunctions.v2beta.Data
Assembly: Google.Apis.CloudFunctions.v2beta.dll
Syntax
public class Runtime : IDirectResponseSchema
Properties
DecommissionDate
Decommission date for the runtime.
Declaration
[JsonProperty("decommissionDate")]
public virtual Date DecommissionDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
DeprecationDate
Deprecation date for the runtime.
Declaration
[JsonProperty("deprecationDate")]
public virtual Date DeprecationDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
DisplayName
The user facing name, eg 'Go 1.13', '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 |
Environment
The environment for 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 |
Warnings
Warning messages, e.g., a deprecation warning.
Declaration
[JsonProperty("warnings")]
public virtual IList<string> Warnings { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |