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
Namespace
Google.Cloud.Functions.V2BetaAssembly
Google.Cloud.Functions.V2Beta.dll
Constructors
Stage()
public Stage()
Stage(Stage)
public Stage(Stage other)
Parameter | |
---|---|
Name | Description |
other |
Stage |
Properties
Message
public string Message { get; set; }
Message describing the Stage
Property Value | |
---|---|
Type | Description |
string |
Name
public Stage.Types.Name Name { get; set; }
Name of the Stage. This will be unique for each Stage.
Property Value | |
---|---|
Type | Description |
StageTypesName |
Resource
public string Resource { get; set; }
Resource of the Stage
Property Value | |
---|---|
Type | Description |
string |
ResourceUri
public string ResourceUri { get; set; }
Link to the current Stage resource
Property Value | |
---|---|
Type | Description |
string |
State
public Stage.Types.State State { get; set; }
Current state of the Stage
Property Value | |
---|---|
Type | Description |
StageTypesState |
StateMessages
public RepeatedField<StateMessage> StateMessages { get; }
State messages from the current Stage.
Property Value | |
---|---|
Type | Description |
RepeatedFieldStateMessage |