Class: Google::Cloud::Container::V1::FetchClusterUpgradeInfoRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::FetchClusterUpgradeInfoRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
FetchClusterUpgradeInfoRequest fetches the upgrade information of a cluster.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#version ⇒ ::String
API request version that initiates this operation.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name (project, location, cluster) of the cluster to get.
Specified in the format projects/*/locations/*/clusters/*
or
projects/*/zones/*/clusters/*
.
6571 6572 6573 6574 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 6571 class FetchClusterUpgradeInfoRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
Returns API request version that initiates this operation.
6571 6572 6573 6574 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 6571 class FetchClusterUpgradeInfoRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |