Method: Google::Cloud::Container::V1beta1::DeleteNodePoolRequest#name
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
#name ⇒ ::String
Returns The name (project, location, cluster, node pool id) of the node pool to
delete. Specified in the format
projects/*/locations/*/clusters/*/nodePools/*
.
3800 3801 3802 3803 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3800 class DeleteNodePoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |