Google Cloud Container V1 Client - Class UpgradeEvent (1.9.1)

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

UpgradeEvent is a notification sent to customers by the cluster server when a resource is upgrading.

Generated from protobuf message google.container.v1.UpgradeEvent

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ resource_type int

The resource type that is upgrading.

↳ operation string

The operation associated with this upgrade.

↳ operation_start_time Google\Protobuf\Timestamp

The time when the operation was started.

↳ current_version string

The current version before the upgrade.

↳ target_version string

The target version for the upgrade.

↳ resource string

Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.

getResourceType

The resource type that is upgrading.

Generated from protobuf field .google.container.v1.UpgradeResourceType resource_type = 1;

Returns
TypeDescription
int

setResourceType

The resource type that is upgrading.

Generated from protobuf field .google.container.v1.UpgradeResourceType resource_type = 1;

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getOperation

The operation associated with this upgrade.

Generated from protobuf field string operation = 2;

Returns
TypeDescription
string

setOperation

The operation associated with this upgrade.

Generated from protobuf field string operation = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOperationStartTime

The time when the operation was started.

Generated from protobuf field .google.protobuf.Timestamp operation_start_time = 3;

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasOperationStartTime

clearOperationStartTime

setOperationStartTime

The time when the operation was started.

Generated from protobuf field .google.protobuf.Timestamp operation_start_time = 3;

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getCurrentVersion

The current version before the upgrade.

Generated from protobuf field string current_version = 4;

Returns
TypeDescription
string

setCurrentVersion

The current version before the upgrade.

Generated from protobuf field string current_version = 4;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTargetVersion

The target version for the upgrade.

Generated from protobuf field string target_version = 5;

Returns
TypeDescription
string

setTargetVersion

The target version for the upgrade.

Generated from protobuf field string target_version = 5;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getResource

Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.

Generated from protobuf field string resource = 6;

Returns
TypeDescription
string

setResource

Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.

Generated from protobuf field string resource = 6;

Parameter
NameDescription
var string
Returns
TypeDescription
$this