Google Cloud Container V1 Client - Class CompleteNodePoolUpgradeRequest (1.31.0)

Reference documentation and code samples for the Google Cloud Container V1 Client class CompleteNodePoolUpgradeRequest.

CompleteNodePoolUpgradeRequest sets the name of target node pool to complete upgrade.

Generated from protobuf message google.container.v1.CompleteNodePoolUpgradeRequest

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

The name (project, location, cluster, node pool id) of the node pool to complete upgrade. Specified in the format projects/*/locations/*/clusters/*/nodePools/*.

getName

The name (project, location, cluster, node pool id) of the node pool to complete upgrade.

Specified in the format projects/*/locations/*/clusters/*/nodePools/*.

Returns
Type Description
string

setName

The name (project, location, cluster, node pool id) of the node pool to complete upgrade.

Specified in the format projects/*/locations/*/clusters/*/nodePools/*.

Parameter
Name Description
var string
Returns
Type Description
$this