Class: Google::Cloud::Dataproc::V1::DeleteBatchRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::DeleteBatchRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/batches.rb
Overview
A request to delete a batch workload.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the batch resource to delete.
100 101 102 103 |
# File 'proto_docs/google/cloud/dataproc/v1/batches.rb', line 100 class DeleteBatchRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |