Uses of Class
com.google.genai.gaos.models.triggers.TriggerStatus
Packages that use TriggerStatus
-
Uses of TriggerStatus in com.google.genai.gaos.models.triggers
Fields in com.google.genai.gaos.models.triggers declared as TriggerStatusModifier and TypeFieldDescriptionstatic final TriggerStatusTriggerStatus.ACTIVEstatic final TriggerStatusTriggerStatus.ERRORstatic final TriggerStatusTriggerStatus.PAUSEDMethods in com.google.genai.gaos.models.triggers that return TriggerStatusModifier and TypeMethodDescriptionstatic TriggerStatusReturns a TriggerStatus with the given value.static TriggerStatus[]TriggerStatus.values()Methods in com.google.genai.gaos.models.triggers that return types with arguments of type TriggerStatusMethods in com.google.genai.gaos.models.triggers with parameters of type TriggerStatusModifier and TypeMethodDescriptionTrigger.Builder.status(TriggerStatus status) Output only.Trigger.withStatus(TriggerStatus status) Output only.Constructors in com.google.genai.gaos.models.triggers with parameters of type TriggerStatusModifierConstructorDescriptionTrigger(Integer consecutiveFailureCount, OffsetDateTime createTime, String displayName, String environmentId, Integer executionTimeoutSeconds, String id, Interaction interaction, OffsetDateTime lastPauseTime, OffsetDateTime lastResumeTime, OffsetDateTime lastRunTime, Integer maxConsecutiveFailures, OffsetDateTime nextRunTime, String previousInteractionId, String schedule, TriggerStatus status, String timeZone, OffsetDateTime updateTime)