Reference documentation and code samples for the Batch V1 API class Google::Cloud::Batch::V1::Runnable.
Runnable describes instructions for executing a specific script or container as part of a Task.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#always_run
def always_run() -> ::Boolean
-
(::Boolean) — By default, after a Runnable fails, no further Runnable are executed. This
flag indicates that this Runnable must be run even if the Task has already
failed. This is useful for Runnables that copy output files off of the VM
or for debugging.
The always_run flag does not override the Task's overall max_run_duration. If the max_run_duration has expired then no further Runnables will execute, not even always_run Runnables.
#always_run=
def always_run=(value) -> ::Boolean
-
value (::Boolean) — By default, after a Runnable fails, no further Runnable are executed. This
flag indicates that this Runnable must be run even if the Task has already
failed. This is useful for Runnables that copy output files off of the VM
or for debugging.
The always_run flag does not override the Task's overall max_run_duration. If the max_run_duration has expired then no further Runnables will execute, not even always_run Runnables.
-
(::Boolean) — By default, after a Runnable fails, no further Runnable are executed. This
flag indicates that this Runnable must be run even if the Task has already
failed. This is useful for Runnables that copy output files off of the VM
or for debugging.
The always_run flag does not override the Task's overall max_run_duration. If the max_run_duration has expired then no further Runnables will execute, not even always_run Runnables.
#background
def background() -> ::Boolean
- (::Boolean) — This flag allows a Runnable to continue running in the background while the Task executes subsequent Runnables. This is useful to provide services to other Runnables (or to provide debugging support tools like SSH servers).
#background=
def background=(value) -> ::Boolean
- value (::Boolean) — This flag allows a Runnable to continue running in the background while the Task executes subsequent Runnables. This is useful to provide services to other Runnables (or to provide debugging support tools like SSH servers).
- (::Boolean) — This flag allows a Runnable to continue running in the background while the Task executes subsequent Runnables. This is useful to provide services to other Runnables (or to provide debugging support tools like SSH servers).
#barrier
def barrier() -> ::Google::Cloud::Batch::V1::Runnable::Barrier
- (::Google::Cloud::Batch::V1::Runnable::Barrier) — Barrier runnable.
#barrier=
def barrier=(value) -> ::Google::Cloud::Batch::V1::Runnable::Barrier
- value (::Google::Cloud::Batch::V1::Runnable::Barrier) — Barrier runnable.
- (::Google::Cloud::Batch::V1::Runnable::Barrier) — Barrier runnable.
#container
def container() -> ::Google::Cloud::Batch::V1::Runnable::Container
- (::Google::Cloud::Batch::V1::Runnable::Container) — Container runnable.
#container=
def container=(value) -> ::Google::Cloud::Batch::V1::Runnable::Container
- value (::Google::Cloud::Batch::V1::Runnable::Container) — Container runnable.
- (::Google::Cloud::Batch::V1::Runnable::Container) — Container runnable.
#environment
def environment() -> ::Google::Cloud::Batch::V1::Environment
- (::Google::Cloud::Batch::V1::Environment) — Environment variables for this Runnable (overrides variables set for the whole Task or TaskGroup).
#environment=
def environment=(value) -> ::Google::Cloud::Batch::V1::Environment
- value (::Google::Cloud::Batch::V1::Environment) — Environment variables for this Runnable (overrides variables set for the whole Task or TaskGroup).
- (::Google::Cloud::Batch::V1::Environment) — Environment variables for this Runnable (overrides variables set for the whole Task or TaskGroup).
#ignore_exit_status
def ignore_exit_status() -> ::Boolean
- (::Boolean) — Normally, a non-zero exit status causes the Task to fail. This flag allows execution of other Runnables to continue instead.
#ignore_exit_status=
def ignore_exit_status=(value) -> ::Boolean
- value (::Boolean) — Normally, a non-zero exit status causes the Task to fail. This flag allows execution of other Runnables to continue instead.
- (::Boolean) — Normally, a non-zero exit status causes the Task to fail. This flag allows execution of other Runnables to continue instead.
#script
def script() -> ::Google::Cloud::Batch::V1::Runnable::Script
- (::Google::Cloud::Batch::V1::Runnable::Script) — Script runnable.
#script=
def script=(value) -> ::Google::Cloud::Batch::V1::Runnable::Script
- value (::Google::Cloud::Batch::V1::Runnable::Script) — Script runnable.
- (::Google::Cloud::Batch::V1::Runnable::Script) — Script runnable.
#timeout
def timeout() -> ::Google::Protobuf::Duration
- (::Google::Protobuf::Duration) — Timeout for this Runnable.
#timeout=
def timeout=(value) -> ::Google::Protobuf::Duration
- value (::Google::Protobuf::Duration) — Timeout for this Runnable.
- (::Google::Protobuf::Duration) — Timeout for this Runnable.