UpgradeInfo class

Information related to: * A function's eligibility for 1st Gen to 2nd Gen migration * Current state of migration for function undergoing migration.

Constructors

UpgradeInfo({BuildConfig? buildConfig, EventTrigger? eventTrigger, ServiceConfig? serviceConfig, String? upgradeState})
UpgradeInfo.fromJson(Map json_)

Properties

buildConfig BuildConfig?
Describes the Build step of the function that builds a container to prepare for 2nd gen upgrade.
getter/setter pair
eventTrigger EventTrigger?
Describes the Event trigger which has been setup to prepare for 2nd gen upgrade.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceConfig ServiceConfig?
Describes the Cloud Run service which has been setup to prepare for 2nd gen upgrade.
getter/setter pair
upgradeState String?
UpgradeState of the function Possible string values are:
getter/setter pair

Methods

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

Operators

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