Class: Google::Cloud::Batch::V1::Runnable::Script
- Inherits:
-
Object
- Object
- Google::Cloud::Batch::V1::Runnable::Script
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/batch/v1/task.rb
Overview
Script runnable.
Instance Attribute Summary collapse
-
#path ⇒ ::String
The path to a script file that is accessible from the host VM(s).
-
#text ⇒ ::String
The text for a script.
Instance Attribute Details
#path ⇒ ::String
349 350 351 352 |
# File 'proto_docs/google/cloud/batch/v1/task.rb', line 349 class Script include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text ⇒ ::String
349 350 351 352 |
# File 'proto_docs/google/cloud/batch/v1/task.rb', line 349 class Script include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |