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
Script file path on the host VM.
-
#text ⇒ ::String
Shell script text.
Instance Attribute Details
#path ⇒ ::String
Returns Script file path on the host VM.
190 191 192 193 |
# File 'proto_docs/google/cloud/batch/v1/task.rb', line 190 class Script include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text ⇒ ::String
Returns Shell script text.
190 191 192 193 |
# File 'proto_docs/google/cloud/batch/v1/task.rb', line 190 class Script include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |