Class: Google::Cloud::Container::V1beta1::CompleteControlPlaneUpgradeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::CompleteControlPlaneUpgradeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
CompleteControlPlaneUpgradeRequest sets the name of target cluster to complete upgrade.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The name (project, location, cluster) of the cluster to complete upgrade.
-
#version ⇒ ::String
API request version that initiates this operation.
Instance Attribute Details
#name ⇒ ::String
Returns The name (project, location, cluster) of the cluster to complete upgrade.
Specified in the format projects/*/locations/*/clusters/*.
33 34 35 36 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 33 class CompleteControlPlaneUpgradeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
Returns API request version that initiates this operation.
33 34 35 36 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 33 class CompleteControlPlaneUpgradeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |