Class TriggerStatus
java.lang.Object
com.google.genai.gaos.models.triggers.TriggerStatus
TriggerStatus
Output only. The current status of the trigger.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TriggerStatusstatic final TriggerStatusstatic final TriggerStatus -
Method Summary
-
Field Details
-
ACTIVE
-
PAUSED
-
ERROR
-
-
Method Details
-
of
Returns a TriggerStatus 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 TriggerStatus
-
value
-
asEnum
-
isKnown
public boolean isKnown() -
hashCode
public int hashCode() -
equals
-
toString
-
values
-