Interface protos.google.cloud.functions.v2.ListRuntimesResponse.IRuntime (3.3.0)

Properties of a Runtime.

Package

@google-cloud/functions

Properties

displayName

displayName?: (string|null);

Runtime displayName

environment

environment?: (google.cloud.functions.v2.Environment|keyof typeof google.cloud.functions.v2.Environment|null);

Runtime environment

name

name?: (string|null);

Runtime name

stage

stage?: (google.cloud.functions.v2.ListRuntimesResponse.RuntimeStage|keyof typeof google.cloud.functions.v2.ListRuntimesResponse.RuntimeStage|null);

Runtime stage

warnings

warnings?: (string[]|null);

Runtime warnings