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
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 |
getName
The name (project, location, cluster, node pool id) of the node pool to complete upgrade.
Specified in the format projects/*/locations/*/clusters/*/nodePools/*
.
Generated from protobuf field string name = 1;
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/*
.
Generated from protobuf field string name = 1;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |