Class UpgradeInfo
Information related to: * A function's eligibility for 1st Gen to 2nd Gen migration and 2nd Gen to CRf detach. * Current state of migration for function undergoing migration/detach.
Implements
Inherited Members
Namespace: Google.Apis.CloudFunctions.v2.Data
Assembly: Google.Apis.CloudFunctions.v2.dll
Syntax
public class UpgradeInfo : IDirectResponseSchema
Properties
BuildConfig
Describes the Build step of the function that builds a container to prepare for 2nd gen upgrade.
Declaration
[JsonProperty("buildConfig")]
public virtual BuildConfig BuildConfig { get; set; }
Property Value
Type | Description |
---|---|
BuildConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EventTrigger
Describes the Event trigger which has been setup to prepare for 2nd gen upgrade.
Declaration
[JsonProperty("eventTrigger")]
public virtual EventTrigger EventTrigger { get; set; }
Property Value
Type | Description |
---|---|
EventTrigger |
ServiceConfig
Describes the Cloud Run service which has been setup to prepare for 2nd gen upgrade.
Declaration
[JsonProperty("serviceConfig")]
public virtual ServiceConfig ServiceConfig { get; set; }
Property Value
Type | Description |
---|---|
ServiceConfig |
UpgradeState
UpgradeState of the function
Declaration
[JsonProperty("upgradeState")]
public virtual string UpgradeState { get; set; }
Property Value
Type | Description |
---|---|
string |