Reference documentation and code samples for the Google Cloud Container V1 Client class UpgradeAvailableEvent.
UpgradeAvailableEvent is a notification sent to customers when a new available version is released.
Generated from protobuf message google.container.v1.UpgradeAvailableEvent
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ version
string
The release version available for upgrade.
↳ resource_type
int
The resource type of the release version.
↳ release_channel
↳ resource
string
Optional relative path to the resource. For example, the relative path of the node pool.
getVersion
The release version available for upgrade.
string
setVersion
The release version available for upgrade.
var
string
$this
getResourceType
The resource type of the release version.
int
setResourceType
The resource type of the release version.
var
int
$this
getReleaseChannel
The release channel of the version. If empty, it means a non-channel release.
hasReleaseChannel
clearReleaseChannel
setReleaseChannel
The release channel of the version. If empty, it means a non-channel release.
$this
getResource
Optional relative path to the resource. For example, the relative path of the node pool.
string
setResource
Optional relative path to the resource. For example, the relative path of the node pool.
var
string
$this