Reference documentation and code samples for the Kubernetes Engine V1beta1 API class Google::Cloud::Container::V1beta1::FetchClusterUpgradeInfoRequest.
FetchClusterUpgradeInfoRequest fetches the upgrade information of a cluster.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. The name (project, location, cluster) of the cluster to get.
Specified in the format
projects/*/locations/*/clusters/*
orprojects/*/zones/*/clusters/*
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The name (project, location, cluster) of the cluster to get.
Specified in the format
projects/*/locations/*/clusters/*
orprojects/*/zones/*/clusters/*
.
Returns
-
(::String) — Required. The name (project, location, cluster) of the cluster to get.
Specified in the format
projects/*/locations/*/clusters/*
orprojects/*/zones/*/clusters/*
.
#version
def version() -> ::String
Returns
- (::String) — API request version that initiates this operation.
#version=
def version=(value) -> ::String
Parameter
- value (::String) — API request version that initiates this operation.
Returns
- (::String) — API request version that initiates this operation.