Class: Google::Cloud::Dataproc::V1::GetBatchRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::GetBatchRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/batches.rb
Overview
A request to get the resource representation for a batch workload.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The fully qualified name of the batch to retrieve in the format "projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID".
62 63 64 65 |
# File 'proto_docs/google/cloud/dataproc/v1/batches.rb', line 62 class GetBatchRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |