Show / Hide Table of Contents

Class GoogleCloudFunctionsV2alphaStage

Each Stage of the deployment process

Inheritance
object
GoogleCloudFunctionsV2alphaStage
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.v2alpha.Data
Assembly: Google.Apis.CloudFunctions.v2alpha.dll
Syntax
public class GoogleCloudFunctionsV2alphaStage : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Message

Message describing the Stage

Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type Description
string

Name

Name of the Stage. This will be unique for each Stage.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Resource

Resource of the Stage

Declaration
[JsonProperty("resource")]
public virtual string Resource { get; set; }
Property Value
Type Description
string

ResourceUri

Link to the current Stage resource

Declaration
[JsonProperty("resourceUri")]
public virtual string ResourceUri { get; set; }
Property Value
Type Description
string

State

Current state of the Stage

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

StateMessages

State messages from the current Stage.

Declaration
[JsonProperty("stateMessages")]
public virtual IList<GoogleCloudFunctionsV2alphaStateMessage> StateMessages { get; set; }
Property Value
Type Description
IList<GoogleCloudFunctionsV2alphaStateMessage>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX