Reference documentation and code samples for the Google Cloud Container V1 Client class FetchNodePoolUpgradeInfoRequest.
FetchNodePoolUpgradeInfoRequest fetches the upgrade information of a nodepool.
Generated from protobuf message google.container.v1.FetchNodePoolUpgradeInfoRequest
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name (project, location, cluster, nodepool) of the nodepool to get. Specified in the format projects/*/locations/*/clusters/*/nodePools/*
or projects/*/zones/*/clusters/*/nodePools/*
.
↳ version
string
API request version that initiates this operation.
getName
Required. The name (project, location, cluster, nodepool) of the nodepool
to get. Specified in the format projects/*/locations/*/clusters/*/nodePools/*
or projects/*/zones/*/clusters/*/nodePools/*
.
string
setName
Required. The name (project, location, cluster, nodepool) of the nodepool
to get. Specified in the format projects/*/locations/*/clusters/*/nodePools/*
or projects/*/zones/*/clusters/*/nodePools/*
.
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, nodepool) of the nodepool
to get. Specified in the format projects/*/locations/*/clusters/*/nodePools/*
or projects/*/zones/*/clusters/*/nodePools/*
.

