Reference documentation and code samples for the Google Cloud Container V1 Client class FetchClusterUpgradeInfoRequest.
FetchClusterUpgradeInfoRequest fetches the upgrade information of a cluster.
Generated from protobuf message google.container.v1.FetchClusterUpgradeInfoRequest
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name (project, location, cluster) of the cluster to get. Specified in the format projects/*/locations/*/clusters/*
or projects/*/zones/*/clusters/*
.
↳ version
string
API request version that initiates this operation.
getName
Required. The name (project, location, cluster) of the cluster to get.
Specified in the format projects/*/locations/*/clusters/*
or projects/*/zones/*/clusters/*
.
string
setName
Required. The name (project, location, cluster) of the cluster to get.
Specified in the format projects/*/locations/*/clusters/*
or projects/*/zones/*/clusters/*
.
var
string
$this
getVersion
API request version that initiates this operation.
string
setVersion
API request version that initiates this operation.
var
string
$this
static::build
name
string
Required. The name (project, location, cluster) of the cluster to get.
Specified in the format projects/*/locations/*/clusters/*
or projects/*/zones/*/clusters/*
.