Reference documentation and code samples for the Google Cloud Container V1 Client class UpgradeInfoEvent.
UpgradeInfoEvent is a notification sent to customers about the upgrade information of a resource.
Generated from protobuf message google.container.v1.UpgradeInfoEvent
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ resource_type |
int
The resource type associated with the upgrade. |
↳ operation |
string
The operation associated with this upgrade. |
↳ start_time |
Google\Protobuf\Timestamp
The time when the operation was started. |
↳ end_time |
Google\Protobuf\Timestamp
The time when the operation ended. |
↳ 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. |
↳ state |
int
Output only. The state of the upgrade. |
↳ description |
string
A brief description of the event. |
getResourceType
The resource type associated with the upgrade.
Returns | |
---|---|
Type | Description |
int |
setResourceType
The resource type associated with the upgrade.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getOperation
The operation associated with this upgrade.
Returns | |
---|---|
Type | Description |
string |
setOperation
The operation associated with this upgrade.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStartTime
The time when the operation was started.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasStartTime
clearStartTime
setStartTime
The time when the operation was started.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getEndTime
The time when the operation ended.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasEndTime
clearEndTime
setEndTime
The time when the operation ended.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getCurrentVersion
The current version before the upgrade.
Returns | |
---|---|
Type | Description |
string |
setCurrentVersion
The current version before the upgrade.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTargetVersion
The target version for the upgrade.
Returns | |
---|---|
Type | Description |
string |
setTargetVersion
The target version for the upgrade.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getResource
Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.
Returns | |
---|---|
Type | Description |
string |
setResource
Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
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 |
getDescription
A brief description of the event.
Returns | |
---|---|
Type | Description |
string |
setDescription
A brief description of the event.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |