Uses of Class
flyteidl.admin.ExecutionOuterClass.ExecutionState
-
Packages that use ExecutionOuterClass.ExecutionState Package Description flyteidl.admin -
-
Uses of ExecutionOuterClass.ExecutionState in flyteidl.admin
Fields in flyteidl.admin declared as ExecutionOuterClass.ExecutionState Modifier and Type Field Description private static ExecutionOuterClass.ExecutionState[]ExecutionOuterClass.ExecutionState. VALUESFields in flyteidl.admin with type parameters of type ExecutionOuterClass.ExecutionState Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<ExecutionOuterClass.ExecutionState>ExecutionOuterClass.ExecutionState. internalValueMapMethods in flyteidl.admin that return ExecutionOuterClass.ExecutionState Modifier and Type Method Description static ExecutionOuterClass.ExecutionStateExecutionOuterClass.ExecutionState. forNumber(int value)ExecutionOuterClass.ExecutionStateExecutionOuterClass.ExecutionStateChangeDetails.Builder. getState()The state of the execution is used to control its visibility in the UI/CLI.ExecutionOuterClass.ExecutionStateExecutionOuterClass.ExecutionStateChangeDetails. getState()The state of the execution is used to control its visibility in the UI/CLI.ExecutionOuterClass.ExecutionStateExecutionOuterClass.ExecutionStateChangeDetailsOrBuilder. getState()The state of the execution is used to control its visibility in the UI/CLI.ExecutionOuterClass.ExecutionStateExecutionOuterClass.ExecutionUpdateRequest.Builder. getState()State to set as the new value active/archiveExecutionOuterClass.ExecutionStateExecutionOuterClass.ExecutionUpdateRequest. getState()State to set as the new value active/archiveExecutionOuterClass.ExecutionStateExecutionOuterClass.ExecutionUpdateRequestOrBuilder. getState()State to set as the new value active/archivestatic ExecutionOuterClass.ExecutionStateExecutionOuterClass.ExecutionState. valueOf(int value)Deprecated.static ExecutionOuterClass.ExecutionStateExecutionOuterClass.ExecutionState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ExecutionOuterClass.ExecutionStateExecutionOuterClass.ExecutionState. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionOuterClass.ExecutionState[]ExecutionOuterClass.ExecutionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in flyteidl.admin that return types with arguments of type ExecutionOuterClass.ExecutionState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ExecutionOuterClass.ExecutionState>ExecutionOuterClass.ExecutionState. internalGetValueMap()Methods in flyteidl.admin with parameters of type ExecutionOuterClass.ExecutionState Modifier and Type Method Description ExecutionOuterClass.ExecutionStateChangeDetails.BuilderExecutionOuterClass.ExecutionStateChangeDetails.Builder. setState(ExecutionOuterClass.ExecutionState value)The state of the execution is used to control its visibility in the UI/CLI.ExecutionOuterClass.ExecutionUpdateRequest.BuilderExecutionOuterClass.ExecutionUpdateRequest.Builder. setState(ExecutionOuterClass.ExecutionState value)State to set as the new value active/archive
-