ListRuntimesResponse_Runtime class final

Describes a runtime and any special information (e.g., deprecation status) related to it.

Constructors

ListRuntimesResponse_Runtime({String name = '', String displayName = '', ListRuntimesResponse_RuntimeStage stage = ListRuntimesResponse_RuntimeStage.$default, List<String> warnings = const [], Environment environment = Environment.$default, Date? deprecationDate, Date? decommissionDate})
ListRuntimesResponse_Runtime.fromJson(Object? j)
factory

Properties

decommissionDate → Date?
Decommission date for the runtime.
final
deprecationDate → Date?
Deprecation date for the runtime.
final
displayName → String
The user facing name, eg 'Go 1.13', 'Node.js 12', etc.
final
environment → Environment
The environment for the runtime.
final
hashCode → int
The hash code for this object.
no setterinherited
name → String
The name of the runtime, e.g., 'go113', 'nodejs12', etc.
final
qualifiedName → String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
stage → ListRuntimesResponse_RuntimeStage
The stage of life this runtime is in, e.g., BETA, GA, etc.
final
warnings → List<String>
Warning messages, e.g., a deprecation warning.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Object
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String