public interface UpdateNodePoolRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClusterId()
The name of the cluster to upgrade.
|
ByteString |
getClusterIdBytes()
The name of the cluster to upgrade.
|
java.lang.String |
getImageType()
The desired image type for the node pool.
|
ByteString |
getImageTypeBytes()
The desired image type for the node pool.
|
java.lang.String |
getNodePoolId()
The name of the node pool to upgrade.
|
ByteString |
getNodePoolIdBytes()
The name of the node pool to upgrade.
|
java.lang.String |
getNodeVersion()
The Kubernetes version to change the nodes to (typically an
upgrade).
|
ByteString |
getNodeVersionBytes()
The Kubernetes version to change the nodes to (typically an
upgrade).
|
java.lang.String |
getProjectId()
The Google Developers Console [project ID or project
number](https://support.google.com/cloud/answer/6158840).
|
ByteString |
getProjectIdBytes()
The Google Developers Console [project ID or project
number](https://support.google.com/cloud/answer/6158840).
|
java.lang.String |
getZone()
The name of the Google Compute Engine
[zone](/compute/docs/zones#available) in which the cluster
resides.
|
ByteString |
getZoneBytes()
The name of the Google Compute Engine
[zone](/compute/docs/zones#available) in which the cluster
resides.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getProjectId()
The Google Developers Console [project ID or project number](https://support.google.com/cloud/answer/6158840).
string project_id = 1;ByteString getProjectIdBytes()
The Google Developers Console [project ID or project number](https://support.google.com/cloud/answer/6158840).
string project_id = 1;java.lang.String getZone()
The name of the Google Compute Engine [zone](/compute/docs/zones#available) in which the cluster resides.
string zone = 2;ByteString getZoneBytes()
The name of the Google Compute Engine [zone](/compute/docs/zones#available) in which the cluster resides.
string zone = 2;java.lang.String getClusterId()
The name of the cluster to upgrade.
string cluster_id = 3;ByteString getClusterIdBytes()
The name of the cluster to upgrade.
string cluster_id = 3;java.lang.String getNodePoolId()
The name of the node pool to upgrade.
string node_pool_id = 4;ByteString getNodePoolIdBytes()
The name of the node pool to upgrade.
string node_pool_id = 4;java.lang.String getNodeVersion()
The Kubernetes version to change the nodes to (typically an upgrade). Use `-` to upgrade to the latest version supported by the server.
string node_version = 5;ByteString getNodeVersionBytes()
The Kubernetes version to change the nodes to (typically an upgrade). Use `-` to upgrade to the latest version supported by the server.
string node_version = 5;java.lang.String getImageType()
The desired image type for the node pool.
string image_type = 6;ByteString getImageTypeBytes()
The desired image type for the node pool.
string image_type = 6;