Class: Google::Cloud::Batch::V1::Runnable::Script

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#path::String

Returns Script file path on the host VM.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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