public static final class DeleteNodePoolRequest.Builder extends GeneratedMessage.Builder<DeleteNodePoolRequest.Builder> implements DeleteNodePoolRequestOrBuilderDeleteNodePoolRequest deletes a node pool for a cluster.
Protobuf type google.container.v1.DeleteNodePoolRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeleteNodePoolRequest.BuilderImplements
DeleteNodePoolRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DeleteNodePoolRequest build()| Returns | |
|---|---|
| Type | Description |
DeleteNodePoolRequest |
|
buildPartial()
public DeleteNodePoolRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
DeleteNodePoolRequest |
|
clear()
public DeleteNodePoolRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
DeleteNodePoolRequest.Builder |
|
clearClusterId() (deprecated)
public DeleteNodePoolRequest.Builder clearClusterId()Deprecated. google.container.v1.DeleteNodePoolRequest.cluster_id is deprecated. See google/container/v1/cluster_service.proto;l=4672
Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.
string cluster_id = 3 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
DeleteNodePoolRequest.Builder |
This builder for chaining. |
clearName()
public DeleteNodePoolRequest.Builder clearName() The name (project, location, cluster, node pool id) of the node pool to
delete. Specified in the format
projects/*/locations/*/clusters/*/nodePools/*.
string name = 6;
| Returns | |
|---|---|
| Type | Description |
DeleteNodePoolRequest.Builder |
This builder for chaining. |
clearNodePoolId() (deprecated)
public DeleteNodePoolRequest.Builder clearNodePoolId()Deprecated. google.container.v1.DeleteNodePoolRequest.node_pool_id is deprecated. See google/container/v1/cluster_service.proto;l=4676
Deprecated. The name of the node pool to delete. This field has been deprecated and replaced by the name field.
string node_pool_id = 4 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
DeleteNodePoolRequest.Builder |
This builder for chaining. |
clearProjectId() (deprecated)
public DeleteNodePoolRequest.Builder clearProjectId()Deprecated. google.container.v1.DeleteNodePoolRequest.project_id is deprecated. See google/container/v1/cluster_service.proto;l=4662
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
string project_id = 1 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
DeleteNodePoolRequest.Builder |
This builder for chaining. |
clearZone() (deprecated)
public DeleteNodePoolRequest.Builder clearZone()Deprecated. google.container.v1.DeleteNodePoolRequest.zone is deprecated. See google/container/v1/cluster_service.proto;l=4668
Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
DeleteNodePoolRequest.Builder |
This builder for chaining. |
getClusterId() (deprecated)
public String getClusterId()Deprecated. google.container.v1.DeleteNodePoolRequest.cluster_id is deprecated. See google/container/v1/cluster_service.proto;l=4672
Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.
string cluster_id = 3 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
String |
The clusterId. |
getClusterIdBytes() (deprecated)
public ByteString getClusterIdBytes()Deprecated. google.container.v1.DeleteNodePoolRequest.cluster_id is deprecated. See google/container/v1/cluster_service.proto;l=4672
Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.
string cluster_id = 3 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for clusterId. |
getDefaultInstanceForType()
public DeleteNodePoolRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DeleteNodePoolRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName() The name (project, location, cluster, node pool id) of the node pool to
delete. Specified in the format
projects/*/locations/*/clusters/*/nodePools/*.
string name = 6;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() The name (project, location, cluster, node pool id) of the node pool to
delete. Specified in the format
projects/*/locations/*/clusters/*/nodePools/*.
string name = 6;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getNodePoolId() (deprecated)
public String getNodePoolId()Deprecated. google.container.v1.DeleteNodePoolRequest.node_pool_id is deprecated. See google/container/v1/cluster_service.proto;l=4676
Deprecated. The name of the node pool to delete. This field has been deprecated and replaced by the name field.
string node_pool_id = 4 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
String |
The nodePoolId. |
getNodePoolIdBytes() (deprecated)
public ByteString getNodePoolIdBytes()Deprecated. google.container.v1.DeleteNodePoolRequest.node_pool_id is deprecated. See google/container/v1/cluster_service.proto;l=4676
Deprecated. The name of the node pool to delete. This field has been deprecated and replaced by the name field.
string node_pool_id = 4 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nodePoolId. |
getProjectId() (deprecated)
public String getProjectId()Deprecated. google.container.v1.DeleteNodePoolRequest.project_id is deprecated. See google/container/v1/cluster_service.proto;l=4662
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
string project_id = 1 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
String |
The projectId. |
getProjectIdBytes() (deprecated)
public ByteString getProjectIdBytes()Deprecated. google.container.v1.DeleteNodePoolRequest.project_id is deprecated. See google/container/v1/cluster_service.proto;l=4662
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
string project_id = 1 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectId. |
getZone() (deprecated)
public String getZone()Deprecated. google.container.v1.DeleteNodePoolRequest.zone is deprecated. See google/container/v1/cluster_service.proto;l=4668
Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
String |
The zone. |
getZoneBytes() (deprecated)
public ByteString getZoneBytes()Deprecated. google.container.v1.DeleteNodePoolRequest.zone is deprecated. See google/container/v1/cluster_service.proto;l=4668
Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for zone. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DeleteNodePoolRequest other)
public DeleteNodePoolRequest.Builder mergeFrom(DeleteNodePoolRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteNodePoolRequest |
| Returns | |
|---|---|
| Type | Description |
DeleteNodePoolRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteNodePoolRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeleteNodePoolRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeleteNodePoolRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeleteNodePoolRequest.Builder |
|
setClusterId(String value) (deprecated)
public DeleteNodePoolRequest.Builder setClusterId(String value)Deprecated. google.container.v1.DeleteNodePoolRequest.cluster_id is deprecated. See google/container/v1/cluster_service.proto;l=4672
Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.
string cluster_id = 3 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe clusterId to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteNodePoolRequest.Builder |
This builder for chaining. |
setClusterIdBytes(ByteString value) (deprecated)
public DeleteNodePoolRequest.Builder setClusterIdBytes(ByteString value)Deprecated. google.container.v1.DeleteNodePoolRequest.cluster_id is deprecated. See google/container/v1/cluster_service.proto;l=4672
Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.
string cluster_id = 3 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for clusterId to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteNodePoolRequest.Builder |
This builder for chaining. |
setName(String value)
public DeleteNodePoolRequest.Builder setName(String value) The name (project, location, cluster, node pool id) of the node pool to
delete. Specified in the format
projects/*/locations/*/clusters/*/nodePools/*.
string name = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteNodePoolRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public DeleteNodePoolRequest.Builder setNameBytes(ByteString value) The name (project, location, cluster, node pool id) of the node pool to
delete. Specified in the format
projects/*/locations/*/clusters/*/nodePools/*.
string name = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteNodePoolRequest.Builder |
This builder for chaining. |
setNodePoolId(String value) (deprecated)
public DeleteNodePoolRequest.Builder setNodePoolId(String value)Deprecated. google.container.v1.DeleteNodePoolRequest.node_pool_id is deprecated. See google/container/v1/cluster_service.proto;l=4676
Deprecated. The name of the node pool to delete. This field has been deprecated and replaced by the name field.
string node_pool_id = 4 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nodePoolId to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteNodePoolRequest.Builder |
This builder for chaining. |
setNodePoolIdBytes(ByteString value) (deprecated)
public DeleteNodePoolRequest.Builder setNodePoolIdBytes(ByteString value)Deprecated. google.container.v1.DeleteNodePoolRequest.node_pool_id is deprecated. See google/container/v1/cluster_service.proto;l=4676
Deprecated. The name of the node pool to delete. This field has been deprecated and replaced by the name field.
string node_pool_id = 4 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nodePoolId to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteNodePoolRequest.Builder |
This builder for chaining. |
setProjectId(String value) (deprecated)
public DeleteNodePoolRequest.Builder setProjectId(String value)Deprecated. google.container.v1.DeleteNodePoolRequest.project_id is deprecated. See google/container/v1/cluster_service.proto;l=4662
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
string project_id = 1 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe projectId to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteNodePoolRequest.Builder |
This builder for chaining. |
setProjectIdBytes(ByteString value) (deprecated)
public DeleteNodePoolRequest.Builder setProjectIdBytes(ByteString value)Deprecated. google.container.v1.DeleteNodePoolRequest.project_id is deprecated. See google/container/v1/cluster_service.proto;l=4662
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
string project_id = 1 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for projectId to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteNodePoolRequest.Builder |
This builder for chaining. |
setZone(String value) (deprecated)
public DeleteNodePoolRequest.Builder setZone(String value)Deprecated. google.container.v1.DeleteNodePoolRequest.zone is deprecated. See google/container/v1/cluster_service.proto;l=4668
Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe zone to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteNodePoolRequest.Builder |
This builder for chaining. |
setZoneBytes(ByteString value) (deprecated)
public DeleteNodePoolRequest.Builder setZoneBytes(ByteString value)Deprecated. google.container.v1.DeleteNodePoolRequest.zone is deprecated. See google/container/v1/cluster_service.proto;l=4668
Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
string zone = 2 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for zone to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteNodePoolRequest.Builder |
This builder for chaining. |