Interface LifecyclePolicyOrBuilder (0.41.0)

public interface LifecyclePolicyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAction()

public abstract LifecyclePolicy.Action getAction()

Action to execute when ActionCondition is true. When RETRY_TASK is specified, we will retry failed tasks if we notice any exit code match and fail tasks if no match is found. Likewise, when FAIL_TASK is specified, we will fail tasks if we notice any exit code match and retry tasks if no match is found.

.google.cloud.batch.v1alpha.LifecyclePolicy.Action action = 1;

Returns
TypeDescription
LifecyclePolicy.Action

The action.

getActionCondition()

public abstract LifecyclePolicy.ActionCondition getActionCondition()

Conditions that decide why a task failure is dealt with a specific action.

.google.cloud.batch.v1alpha.LifecyclePolicy.ActionCondition action_condition = 2;

Returns
TypeDescription
LifecyclePolicy.ActionCondition

The actionCondition.

getActionConditionOrBuilder()

public abstract LifecyclePolicy.ActionConditionOrBuilder getActionConditionOrBuilder()

Conditions that decide why a task failure is dealt with a specific action.

.google.cloud.batch.v1alpha.LifecyclePolicy.ActionCondition action_condition = 2;

Returns
TypeDescription
LifecyclePolicy.ActionConditionOrBuilder

getActionValue()

public abstract int getActionValue()

Action to execute when ActionCondition is true. When RETRY_TASK is specified, we will retry failed tasks if we notice any exit code match and fail tasks if no match is found. Likewise, when FAIL_TASK is specified, we will fail tasks if we notice any exit code match and retry tasks if no match is found.

.google.cloud.batch.v1alpha.LifecyclePolicy.Action action = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for action.

hasActionCondition()

public abstract boolean hasActionCondition()

Conditions that decide why a task failure is dealt with a specific action.

.google.cloud.batch.v1alpha.LifecyclePolicy.ActionCondition action_condition = 2;

Returns
TypeDescription
boolean

Whether the actionCondition field is set.