public static interface LifecyclePolicy.ActionConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getExitCodes(int index)
Exit codes of a task execution.
|
int |
getExitCodesCount()
Exit codes of a task execution.
|
List<Integer> |
getExitCodesList()
Exit codes of a task execution.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;index - The index of the element to return.Copyright © 2025 Google LLC. All rights reserved.