Class: Google::Cloud::Container::V1::UpgradeAvailableEvent
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::UpgradeAvailableEvent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
UpgradeAvailableEvent is a notification sent to customers when a new available version is released.
Instance Attribute Summary collapse
-
#release_channel ⇒ ::Google::Cloud::Container::V1::ReleaseChannel
The release channel of the version.
-
#resource ⇒ ::String
Optional relative path to the resource.
-
#resource_type ⇒ ::Google::Cloud::Container::V1::UpgradeResourceType
The resource type of the release version.
-
#version ⇒ ::String
The release version available for upgrade.
Instance Attribute Details
#release_channel ⇒ ::Google::Cloud::Container::V1::ReleaseChannel
Returns The release channel of the version. If empty, it means a non-channel release.
5110 5111 5112 5113 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5110 class UpgradeAvailableEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource ⇒ ::String
Returns Optional relative path to the resource. For example, the relative path of the node pool.
5110 5111 5112 5113 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5110 class UpgradeAvailableEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_type ⇒ ::Google::Cloud::Container::V1::UpgradeResourceType
Returns The resource type of the release version.
5110 5111 5112 5113 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5110 class UpgradeAvailableEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
Returns The release version available for upgrade.
5110 5111 5112 5113 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5110 class UpgradeAvailableEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |