Class: Google::Cloud::Container::V1::UpgradeEvent

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#current_version::String



5089
5090
5091
5092
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5089

class UpgradeEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#operation::String



5089
5090
5091
5092
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5089

class UpgradeEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#operation_start_time::Google::Protobuf::Timestamp



5089
5090
5091
5092
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5089

class UpgradeEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#resource::String



5089
5090
5091
5092
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5089

class UpgradeEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#resource_type::Google::Cloud::Container::V1::UpgradeResourceType



5089
5090
5091
5092
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5089

class UpgradeEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#target_version::String



5089
5090
5091
5092
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5089

class UpgradeEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end