Class TriggerExecutionStatus
java.lang.Object
com.google.genai.gaos.models.triggers.TriggerExecutionStatus
TriggerExecutionStatus
Output only. The status of the execution.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TriggerExecutionStatusstatic final TriggerExecutionStatusstatic final TriggerExecutionStatusstatic final TriggerExecutionStatusstatic final TriggerExecutionStatus -
Method Summary
Modifier and TypeMethodDescriptionasEnum()booleaninthashCode()booleanisKnown()static TriggerExecutionStatusReturns a TriggerExecutionStatus with the given value.toString()value()static TriggerExecutionStatus[]values()
-
Field Details
-
IN_PROGRESS
-
COMPLETED
-
FAILED
-
SKIPPED
-
TIMED_OUT
-
-
Method Details
-
of
Returns a TriggerExecutionStatus with the given value. For a specific value the returned object will always be a singleton so reference equality is satisfied when the values are the same.- Parameters:
value- value to be wrapped as TriggerExecutionStatus
-
value
-
asEnum
-
isKnown
public boolean isKnown() -
hashCode
public int hashCode() -
equals
-
toString
-
values
-