Kubernetes Engine V1 API - Class Google::Cloud::Container::V1::FetchClusterUpgradeInfoRequest (v1.8.0)

Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::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/* or projects/*/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/* or projects/*/zones/*/clusters/*.
Returns
  • (::String) — Required. The name (project, location, cluster) of the cluster to get. Specified in the format projects/*/locations/*/clusters/* or projects/*/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.