Stage(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Each Stage of the deployment process
Attributes | |
---|---|
Name | Description |
name |
google.cloud.functions_v2.types.Stage.Name
Name of the Stage. This will be unique for each Stage. |
message |
str
Message describing the Stage |
state |
google.cloud.functions_v2.types.Stage.State
Current state of the Stage |
resource |
str
Resource of the Stage |
resource_uri |
str
Link to the current Stage resource |
state_messages |
MutableSequence[google.cloud.functions_v2.types.StateMessage]
State messages from the current Stage. |
Classes
Name
Name(value)
Possible names for a Stage
Values: NAME_UNSPECIFIED (0): Not specified. Invalid name. ARTIFACT_REGISTRY (1): Artifact Regsitry Stage BUILD (2): Build Stage SERVICE (3): Service Stage TRIGGER (4): Trigger Stage SERVICE_ROLLBACK (5): Service Rollback Stage TRIGGER_ROLLBACK (6): Trigger Rollback Stage
State
State(value)
Possible states for a Stage
Values: STATE_UNSPECIFIED (0): Not specified. Invalid state. NOT_STARTED (1): Stage has not started. IN_PROGRESS (2): Stage is in progress. COMPLETE (3): Stage has completed.