Batch V1 API - Class Google::Cloud::Batch::V1::Runnable::Script (v0.4.3)

Reference documentation and code samples for the Batch V1 API class Google::Cloud::Batch::V1::Runnable::Script.

Script runnable.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#path

def path() -> ::String
Returns
  • (::String) — Script file path on the host VM.

#path=

def path=(value) -> ::String
Parameter
  • value (::String) — Script file path on the host VM.
Returns
  • (::String) — Script file path on the host VM.

#text

def text() -> ::String
Returns
  • (::String) — Shell script text.

#text=

def text=(value) -> ::String
Parameter
  • value (::String) — Shell script text.
Returns
  • (::String) — Shell script text.