Google Cloud Container V1 Client - Class UpgradeDetails (2.4.0)

Reference documentation and code samples for the Google Cloud Container V1 Client class UpgradeDetails.

UpgradeDetails contains detailed information of each individual upgrade operation.

Generated from protobuf message google.container.v1.UpgradeDetails

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ state int

Output only. The state of the upgrade.

↳ start_time Google\Protobuf\Timestamp

The start timestamp of the upgrade.

↳ end_time Google\Protobuf\Timestamp

The end timestamp of the upgrade.

↳ initial_version string

The version before the upgrade.

↳ target_version string

The version after the upgrade.

↳ start_type int

The start type of the upgrade.

getState

Output only. The state of the upgrade.

Returns
Type Description
int

setState

Output only. The state of the upgrade.

Parameter
Name Description
var int
Returns
Type Description
$this

getStartTime

The start timestamp of the upgrade.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

The start timestamp of the upgrade.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getEndTime

The end timestamp of the upgrade.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

The end timestamp of the upgrade.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getInitialVersion

The version before the upgrade.

Returns
Type Description
string

setInitialVersion

The version before the upgrade.

Parameter
Name Description
var string
Returns
Type Description
$this

getTargetVersion

The version after the upgrade.

Returns
Type Description
string

setTargetVersion

The version after the upgrade.

Parameter
Name Description
var string
Returns
Type Description
$this

getStartType

The start type of the upgrade.

Returns
Type Description
int

setStartType

The start type of the upgrade.

Parameter
Name Description
var int
Returns
Type Description
$this