Show / Hide Table of Contents

Class UpgradeInfo

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

Inheritance
object
UpgradeInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudFunctions.v2beta.Data
Assembly: Google.Apis.CloudFunctions.v2beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX