Cloud Functions v2beta API - Class Stage (1.0.0-beta05)

public sealed class Stage : IMessage<Stage>, IEquatable<Stage>, IDeepCloneable<Stage>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Functions v2beta API class Stage.

Each Stage of the deployment process

Inheritance

object > Stage

Namespace

Google.Cloud.Functions.V2Beta

Assembly

Google.Cloud.Functions.V2Beta.dll

Constructors

Stage()

public Stage()

Stage(Stage)

public Stage(Stage other)
Parameter
NameDescription
otherStage

Properties

Message

public string Message { get; set; }

Message describing the Stage

Property Value
TypeDescription
string

Name

public Stage.Types.Name Name { get; set; }

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

Property Value
TypeDescription
StageTypesName

Resource

public string Resource { get; set; }

Resource of the Stage

Property Value
TypeDescription
string

ResourceUri

public string ResourceUri { get; set; }

Link to the current Stage resource

Property Value
TypeDescription
string

State

public Stage.Types.State State { get; set; }

Current state of the Stage

Property Value
TypeDescription
StageTypesState

StateMessages

public RepeatedField<StateMessage> StateMessages { get; }

State messages from the current Stage.

Property Value
TypeDescription
RepeatedFieldStateMessage