Uses of Class
com.google.genai.gaos.models.triggers.Trigger
Packages that use Trigger
Package
Description
-
Uses of Trigger in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return types with arguments of type TriggerModifier and TypeMethodDescriptionCreateTriggerResponse.trigger()Successful operationGetTriggerResponse.trigger()Successful operationUpdateTriggerResponse.trigger()Successful operationMethods in com.google.genai.gaos.models.operations with parameters of type TriggerModifier and TypeMethodDescriptionSuccessful operationSuccessful operationSuccessful operationCreateTriggerResponse.withTrigger(Trigger trigger) Successful operationGetTriggerResponse.withTrigger(Trigger trigger) Successful operationUpdateTriggerResponse.withTrigger(Trigger trigger) Successful operationConstructors in com.google.genai.gaos.models.operations with parameters of type TriggerModifierConstructorDescriptionCreateTriggerResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, Trigger trigger) GetTriggerResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, Trigger trigger) UpdateTriggerResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, Trigger trigger) -
Uses of Trigger in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async that return types with arguments of type TriggerModifier and TypeMethodDescriptionCreateTriggerResponse.trigger()Successful operationGetTriggerResponse.trigger()Successful operationUpdateTriggerResponse.trigger()Successful operationMethods in com.google.genai.gaos.models.operations.async with parameters of type TriggerModifier and TypeMethodDescriptionSuccessful operationSuccessful operationSuccessful operationCreateTriggerResponse.withTrigger(Trigger trigger) Successful operationGetTriggerResponse.withTrigger(Trigger trigger) Successful operationUpdateTriggerResponse.withTrigger(Trigger trigger) Successful operationConstructors in com.google.genai.gaos.models.operations.async with parameters of type TriggerModifierConstructorDescriptionCreateTriggerResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, Trigger trigger) GetTriggerResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, Trigger trigger) UpdateTriggerResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, Trigger trigger) -
Uses of Trigger in com.google.genai.gaos.models.triggers
Methods in com.google.genai.gaos.models.triggers that return TriggerModifier and TypeMethodDescriptionTrigger.Builder.build()Trigger.withConsecutiveFailureCount(Integer consecutiveFailureCount) Output only.Trigger.withCreateTime(OffsetDateTime createTime) Output only.Trigger.withDisplayName(String displayName) Optional.Trigger.withEnvironmentId(String environmentId) Optional.Trigger.withExecutionTimeoutSeconds(Integer executionTimeoutSeconds) Optional.Required.Trigger.withInteraction(Interaction interaction) The Interaction resource.Trigger.withLastPauseTime(OffsetDateTime lastPauseTime) Output only.Trigger.withLastResumeTime(OffsetDateTime lastResumeTime) Output only.Trigger.withLastRunTime(OffsetDateTime lastRunTime) Output only.Trigger.withMaxConsecutiveFailures(Integer maxConsecutiveFailures) Optional.Trigger.withNextRunTime(OffsetDateTime nextRunTime) Output only.Trigger.withPreviousInteractionId(String previousInteractionId) Output only.Trigger.withSchedule(String schedule) Required.Trigger.withStatus(TriggerStatus status) Output only.Trigger.withTimeZone(String timeZone) Required.Trigger.withUpdateTime(OffsetDateTime updateTime) Output only.Methods in com.google.genai.gaos.models.triggers that return types with arguments of type TriggerMethod parameters in com.google.genai.gaos.models.triggers with type arguments of type TriggerModifier and TypeMethodDescriptionThe list of triggers.ListTriggersResponse.withTriggers(List<Trigger> triggers) The list of triggers.Constructor parameters in com.google.genai.gaos.models.triggers with type arguments of type Trigger