public sealed class Stage : IMessage<Stage>, IEquatable<Stage>, IDeepCloneable<Stage>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Functions v2 API class Stage.
Each Stage of the deployment process
Namespace
Google.Cloud.Functions.V2Assembly
Google.Cloud.Functions.V2.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 |
|