Class: Google::Cloud::Batch::V1::GetJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Batch::V1::GetJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/batch/v1/batch.rb
Overview
GetJob Request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Job name.
67 68 69 70 |
# File 'proto_docs/google/cloud/batch/v1/batch.rb', line 67 class GetJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |