Cloud Functions v2beta API - Class ListRuntimesResponse.Types.Runtime (1.0.0-beta05)

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.

Inheritance

object > ListRuntimesResponse.Types.Runtime

Namespace

Google.Cloud.Functions.V2Beta

Assembly

Google.Cloud.Functions.V2Beta.dll

Constructors

Runtime()

public Runtime()

Runtime(Runtime)

public Runtime(ListRuntimesResponse.Types.Runtime other)
Parameter
NameDescription
otherListRuntimesResponseTypesRuntime

Properties

DisplayName

public string DisplayName { get; set; }

The user facing name, eg 'Go 1.13', 'Node.js 12', etc.

Property Value
TypeDescription
string

Environment

public Environment Environment { get; set; }

The environment for the runtime.

Property Value
TypeDescription
Environment

Name

public string Name { get; set; }

The name of the runtime, e.g., 'go113', 'nodejs12', etc.

Property Value
TypeDescription
string

Stage

public ListRuntimesResponse.Types.RuntimeStage Stage { get; set; }

The stage of life this runtime is in, e.g., BETA, GA, etc.

Property Value
TypeDescription
ListRuntimesResponseTypesRuntimeStage

Warnings

public RepeatedField<string> Warnings { get; }

Warning messages, e.g., a deprecation warning.

Property Value
TypeDescription
RepeatedFieldstring