public sealed class ListRuntimesResponse.Types.Runtime : IMessage<ListRuntimesResponse.Types.Runtime>, IEquatable<ListRuntimesResponse.Types.Runtime>, IDeepCloneable<ListRuntimesResponse.Types.Runtime>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2beta API class ListRuntimesResponse.Types.Runtime.
Describes a runtime and any special information (e.g., deprecation status) related to it.
Implements
IMessageListRuntimesResponseTypesRuntime, IEquatableListRuntimesResponseTypesRuntime, IDeepCloneableListRuntimesResponseTypesRuntime, IBufferMessage, IMessageNamespace
Google.Cloud.Functions.V2BetaAssembly
Google.Cloud.Functions.V2Beta.dll
Constructors
Runtime()
public Runtime()
Runtime(Runtime)
public Runtime(ListRuntimesResponse.Types.Runtime other)
Parameter | |
---|---|
Name | Description |
other |
ListRuntimesResponseTypesRuntime |
Properties
DecommissionDate
public Date DecommissionDate { get; set; }
Decommission date for the runtime.
Property Value | |
---|---|
Type | Description |
Date |
DeprecationDate
public Date DeprecationDate { get; set; }
Deprecation date for the runtime.
Property Value | |
---|---|
Type | Description |
Date |
DisplayName
public string DisplayName { get; set; }
The user facing name, eg 'Go 1.13', 'Node.js 12', etc.
Property Value | |
---|---|
Type | Description |
string |
Environment
public Environment Environment { get; set; }
The environment for the runtime.
Property Value | |
---|---|
Type | Description |
Environment |
Name
public string Name { get; set; }
The name of the runtime, e.g., 'go113', 'nodejs12', etc.
Property Value | |
---|---|
Type | Description |
string |
Stage
public ListRuntimesResponse.Types.RuntimeStage Stage { get; set; }
The stage of life this runtime is in, e.g., BETA, GA, etc.
Property Value | |
---|---|
Type | Description |
ListRuntimesResponseTypesRuntimeStage |
Warnings
public RepeatedField<string> Warnings { get; }
Warning messages, e.g., a deprecation warning.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |