Uses of Class
com.google.genai.gaos.models.triggers.TriggerCreateParams
Packages that use TriggerCreateParams
Package
Description
-
Uses of TriggerCreateParams in com.google.genai.gaos
Methods in com.google.genai.gaos with parameters of type TriggerCreateParamsModifier and TypeMethodDescriptionAsyncTriggers.create(TriggerCreateParams body) Creates a new trigger that will invoke the specified agent on the given cron schedule.AsyncTriggers.create(String apiVersion, TriggerCreateParams body, Options options) Creates a new trigger that will invoke the specified agent on the given cron schedule.Triggers.create(TriggerCreateParams body) Creates a new trigger that will invoke the specified agent on the given cron schedule.Triggers.create(String apiVersion, TriggerCreateParams body, Options options) Creates a new trigger that will invoke the specified agent on the given cron schedule. -
Uses of TriggerCreateParams in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return types with arguments of type TriggerCreateParamsMethods in com.google.genai.gaos.models.operations with parameters of type TriggerCreateParamsModifier and TypeMethodDescriptionCreateTriggerRequest.Builder.body(TriggerCreateParams body) CreateTriggerRequestBuilder.body(TriggerCreateParams body) CreateTriggerRequest.withBody(TriggerCreateParams body) Constructors in com.google.genai.gaos.models.operations with parameters of type TriggerCreateParams -
Uses of TriggerCreateParams in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async with parameters of type TriggerCreateParams -
Uses of TriggerCreateParams in com.google.genai.gaos.models.triggers
Methods in com.google.genai.gaos.models.triggers that return TriggerCreateParamsModifier and TypeMethodDescriptionTriggerCreateParams.Builder.build()TriggerCreateParams.withDisplayName(String displayName) Optional.TriggerCreateParams.withEnvironmentId(String environmentId) Optional.TriggerCreateParams.withExecutionTimeoutSeconds(Integer executionTimeoutSeconds) Optional.TriggerCreateParams.withInteraction(Interaction interaction) Required.TriggerCreateParams.withMaxConsecutiveFailures(Integer maxConsecutiveFailures) Optional.TriggerCreateParams.withSchedule(String schedule) Required.TriggerCreateParams.withTimeZone(String timeZone) Required.