Show / Hide Table of Contents

Class GoogleCloudFunctionsV2betaStage

Each Stage of the deployment process

Inheritance
System.Object
GoogleCloudFunctionsV2betaStage
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudFunctions.v1.Data
Assembly: Google.Apis.CloudFunctions.v1.dll
Syntax
public class GoogleCloudFunctionsV2betaStage : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Message

Message describing the Stage

Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type Description
System.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
System.String

Resource

Resource of the Stage

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

ResourceUri

Link to the current Stage resource

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

State

Current state of the Stage

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

StateMessages

State messages from the current Stage.

Declaration
[JsonProperty("stateMessages")]
public virtual IList<GoogleCloudFunctionsV2betaStateMessage> StateMessages { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<GoogleCloudFunctionsV2betaStateMessage>

Implements

IDirectResponseSchema
In This Article
Back to top