Uses of Class
com.google.genai.gaos.models.triggers.TriggerExecution
Packages that use TriggerExecution
Package
Description
-
Uses of TriggerExecution in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return types with arguments of type TriggerExecutionMethods in com.google.genai.gaos.models.operations with parameters of type TriggerExecutionModifier and TypeMethodDescriptionRunTriggerResponse.Builder.triggerExecution(TriggerExecution triggerExecution) Successful operationRunTriggerResponse.withTriggerExecution(TriggerExecution triggerExecution) Successful operationConstructors in com.google.genai.gaos.models.operations with parameters of type TriggerExecutionModifierConstructorDescriptionRunTriggerResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, TriggerExecution triggerExecution) -
Uses of TriggerExecution in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async that return types with arguments of type TriggerExecutionMethods in com.google.genai.gaos.models.operations.async with parameters of type TriggerExecutionModifier and TypeMethodDescriptionRunTriggerResponse.Builder.triggerExecution(TriggerExecution triggerExecution) Successful operationRunTriggerResponse.withTriggerExecution(TriggerExecution triggerExecution) Successful operationConstructors in com.google.genai.gaos.models.operations.async with parameters of type TriggerExecutionModifierConstructorDescriptionRunTriggerResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, TriggerExecution triggerExecution) -
Uses of TriggerExecution in com.google.genai.gaos.models.triggers
Methods in com.google.genai.gaos.models.triggers that return TriggerExecutionModifier and TypeMethodDescriptionTriggerExecution.Builder.build()TriggerExecution.withEndTime(OffsetDateTime endTime) Output only.TriggerExecution.withEnvironmentId(String environmentId) Output only.Output only.Required.TriggerExecution.withInteractionId(String interactionId) Output only.TriggerExecution.withScheduledTime(OffsetDateTime scheduledTime) Output only.TriggerExecution.withStartTime(OffsetDateTime startTime) Output only.TriggerExecution.withStatus(TriggerExecutionStatus status) Output only.TriggerExecution.withTriggerId(String triggerId) Required.Methods in com.google.genai.gaos.models.triggers that return types with arguments of type TriggerExecutionModifier and TypeMethodDescriptionListTriggerExecutionsResponse.triggerExecutions()The list of trigger executions.Method parameters in com.google.genai.gaos.models.triggers with type arguments of type TriggerExecutionModifier and TypeMethodDescriptionListTriggerExecutionsResponse.Builder.triggerExecutions(List<TriggerExecution> triggerExecutions) The list of trigger executions.ListTriggerExecutionsResponse.withTriggerExecutions(List<TriggerExecution> triggerExecutions) The list of trigger executions.Constructor parameters in com.google.genai.gaos.models.triggers with type arguments of type TriggerExecutionModifierConstructorDescriptionListTriggerExecutionsResponse(String nextPageToken, List<TriggerExecution> triggerExecutions)