Class LifecyclePolicy.ActionCondition.Builder (0.41.0)

public static final class LifecyclePolicy.ActionCondition.Builder extends GeneratedMessageV3.Builder<LifecyclePolicy.ActionCondition.Builder> implements LifecyclePolicy.ActionConditionOrBuilder

Conditions for actions to deal with task failures.

Protobuf type google.cloud.batch.v1alpha.LifecyclePolicy.ActionCondition

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllExitCodes(Iterable<? extends Integer> values)

public LifecyclePolicy.ActionCondition.Builder addAllExitCodes(Iterable<? extends Integer> values)

Exit codes of a task execution. If there are more than 1 exit codes, when task executes with any of the exit code in the list, the condition is met and the action will be executed.

repeated int32 exit_codes = 1;

Parameter
NameDescription
valuesIterable<? extends java.lang.Integer>

The exitCodes to add.

Returns
TypeDescription
LifecyclePolicy.ActionCondition.Builder

This builder for chaining.

addExitCodes(int value)

public LifecyclePolicy.ActionCondition.Builder addExitCodes(int value)

Exit codes of a task execution. If there are more than 1 exit codes, when task executes with any of the exit code in the list, the condition is met and the action will be executed.

repeated int32 exit_codes = 1;

Parameter
NameDescription
valueint

The exitCodes to add.

Returns
TypeDescription
LifecyclePolicy.ActionCondition.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public LifecyclePolicy.ActionCondition.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
LifecyclePolicy.ActionCondition.Builder
Overrides

build()

public LifecyclePolicy.ActionCondition build()
Returns
TypeDescription
LifecyclePolicy.ActionCondition

buildPartial()

public LifecyclePolicy.ActionCondition buildPartial()
Returns
TypeDescription
LifecyclePolicy.ActionCondition

clear()

public LifecyclePolicy.ActionCondition.Builder clear()
Returns
TypeDescription
LifecyclePolicy.ActionCondition.Builder
Overrides

clearExitCodes()

public LifecyclePolicy.ActionCondition.Builder clearExitCodes()

Exit codes of a task execution. If there are more than 1 exit codes, when task executes with any of the exit code in the list, the condition is met and the action will be executed.

repeated int32 exit_codes = 1;

Returns
TypeDescription
LifecyclePolicy.ActionCondition.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public LifecyclePolicy.ActionCondition.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
LifecyclePolicy.ActionCondition.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public LifecyclePolicy.ActionCondition.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
LifecyclePolicy.ActionCondition.Builder
Overrides

clone()

public LifecyclePolicy.ActionCondition.Builder clone()
Returns
TypeDescription
LifecyclePolicy.ActionCondition.Builder
Overrides

getDefaultInstanceForType()

public LifecyclePolicy.ActionCondition getDefaultInstanceForType()
Returns
TypeDescription
LifecyclePolicy.ActionCondition

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getExitCodes(int index)

public int getExitCodes(int index)

Exit codes of a task execution. If there are more than 1 exit codes, when task executes with any of the exit code in the list, the condition is met and the action will be executed.

repeated int32 exit_codes = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
int

The exitCodes at the given index.

getExitCodesCount()

public int getExitCodesCount()

Exit codes of a task execution. If there are more than 1 exit codes, when task executes with any of the exit code in the list, the condition is met and the action will be executed.

repeated int32 exit_codes = 1;

Returns
TypeDescription
int

The count of exitCodes.

getExitCodesList()

public List<Integer> getExitCodesList()

Exit codes of a task execution. If there are more than 1 exit codes, when task executes with any of the exit code in the list, the condition is met and the action will be executed.

repeated int32 exit_codes = 1;

Returns
TypeDescription
List<Integer>

A list containing the exitCodes.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(LifecyclePolicy.ActionCondition other)

public LifecyclePolicy.ActionCondition.Builder mergeFrom(LifecyclePolicy.ActionCondition other)
Parameter
NameDescription
otherLifecyclePolicy.ActionCondition
Returns
TypeDescription
LifecyclePolicy.ActionCondition.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public LifecyclePolicy.ActionCondition.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LifecyclePolicy.ActionCondition.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public LifecyclePolicy.ActionCondition.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
LifecyclePolicy.ActionCondition.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final LifecyclePolicy.ActionCondition.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
LifecyclePolicy.ActionCondition.Builder
Overrides

setExitCodes(int index, int value)

public LifecyclePolicy.ActionCondition.Builder setExitCodes(int index, int value)

Exit codes of a task execution. If there are more than 1 exit codes, when task executes with any of the exit code in the list, the condition is met and the action will be executed.

repeated int32 exit_codes = 1;

Parameters
NameDescription
indexint

The index to set the value at.

valueint

The exitCodes to set.

Returns
TypeDescription
LifecyclePolicy.ActionCondition.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public LifecyclePolicy.ActionCondition.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
LifecyclePolicy.ActionCondition.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public LifecyclePolicy.ActionCondition.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
LifecyclePolicy.ActionCondition.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final LifecyclePolicy.ActionCondition.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
LifecyclePolicy.ActionCondition.Builder
Overrides