Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::DeleteClusterRequest.
A request to delete a cluster.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cluster_name
def cluster_name() -> ::String
- (::String) — Required. The cluster name.
#cluster_name=
def cluster_name=(value) -> ::String
- value (::String) — Required. The cluster name.
- (::String) — Required. The cluster name.
#cluster_uuid
def cluster_uuid() -> ::String
-
(::String) — Optional. Specifying the
cluster_uuid
means the RPC should fail (with error NOT_FOUND) if cluster with specified UUID does not exist.
#cluster_uuid=
def cluster_uuid=(value) -> ::String
-
value (::String) — Optional. Specifying the
cluster_uuid
means the RPC should fail (with error NOT_FOUND) if cluster with specified UUID does not exist.
-
(::String) — Optional. Specifying the
cluster_uuid
means the RPC should fail (with error NOT_FOUND) if cluster with specified UUID does not exist.
#project_id
def project_id() -> ::String
- (::String) — Required. The ID of the Google Cloud Platform project that the cluster belongs to.
#project_id=
def project_id=(value) -> ::String
- value (::String) — Required. The ID of the Google Cloud Platform project that the cluster belongs to.
- (::String) — Required. The ID of the Google Cloud Platform project that the cluster belongs to.
#region
def region() -> ::String
- (::String) — Required. The Dataproc region in which to handle the request.
#region=
def region=(value) -> ::String
- value (::String) — Required. The Dataproc region in which to handle the request.
- (::String) — Required. The Dataproc region in which to handle the request.
#request_id
def request_id() -> ::String
-
(::String) — Optional. A unique ID used to identify the request. If the server
receives two
DeleteClusterRequests
with the same id, then the second request will be ignored and the
first google.longrunning.Operation created
and stored in the backend is returned.
It is recommended to always set this value to a UUID.
The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
#request_id=
def request_id=(value) -> ::String
-
value (::String) — Optional. A unique ID used to identify the request. If the server
receives two
DeleteClusterRequests
with the same id, then the second request will be ignored and the
first google.longrunning.Operation created
and stored in the backend is returned.
It is recommended to always set this value to a UUID.
The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
-
(::String) — Optional. A unique ID used to identify the request. If the server
receives two
DeleteClusterRequests
with the same id, then the second request will be ignored and the
first google.longrunning.Operation created
and stored in the backend is returned.
It is recommended to always set this value to a UUID.
The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.