Google Cloud Container V1 Client - Class CompleteNodePoolUpgradeRequest (1.16.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
NameDescription
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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this