public sealed class Runtime : IMessage<ListRuntimesResponse.Types.Runtime>, IEquatable<ListRuntimesResponse.Types.Runtime>, IDeepCloneable<ListRuntimesResponse.Types.Runtime>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2 API class ListRuntimesResponse.Types.Runtime.
Describes a runtime and any special information (e.g., deprecation status) related to it.
Implements
IMessage<ListRuntimesResponse.Types.Runtime>, IEquatable<ListRuntimesResponse.Types.Runtime>, IDeepCloneable<ListRuntimesResponse.Types.Runtime>, IBufferMessage, IMessageNamespace
Google.Cloud.Functions.V2Assembly
Google.Cloud.Functions.V2.dll
Constructors
Runtime()
public Runtime()
Runtime(ListRuntimesResponse.Types.Runtime)
public Runtime(ListRuntimesResponse.Types.Runtime other)
Parameter | |
---|---|
Name | Description |
other | ListRuntimesResponse.Types.Runtime |
Properties
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 |
ListRuntimesResponse.Types.RuntimeStage |
Warnings
public RepeatedField<string> Warnings { get; }
Warning messages, e.g., a deprecation warning.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |