Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class StageInfo.
Stage information for different stages in the upgrade process.
Generated from protobuf message google.cloud.alloydb.v1.UpgradeClusterResponse.StageInfo
Namespace
Google \ Cloud \ AlloyDb \ V1 \ UpgradeClusterResponseMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ stage
int
The stage.
↳ status
int
Status of the stage.
↳ logs_url
string
logs_url is the URL for the logs associated with a stage if that stage has logs. Right now, only three stages have logs: ALLOYDB_PRECHECK, PG_UPGRADE_CHECK, PRIMARY_INSTANCE_UPGRADE.
getStage
The stage.
int
setStage
The stage.
var
int
$this
getStatus
Status of the stage.
int
setStatus
Status of the stage.
var
int
$this
getLogsUrl
logs_url is the URL for the logs associated with a stage if that stage has logs. Right now, only three stages have logs: ALLOYDB_PRECHECK, PG_UPGRADE_CHECK, PRIMARY_INSTANCE_UPGRADE.
string
setLogsUrl
logs_url is the URL for the logs associated with a stage if that stage has logs. Right now, only three stages have logs: ALLOYDB_PRECHECK, PG_UPGRADE_CHECK, PRIMARY_INSTANCE_UPGRADE.
var
string
$this