Uses of Class
com.google.genai.gaos.models.triggers.TriggerUpdate
Packages that use TriggerUpdate
Package
Description
-
Uses of TriggerUpdate in com.google.genai.gaos
Methods in com.google.genai.gaos with parameters of type TriggerUpdateModifier and TypeMethodDescriptionAsyncTriggers.update(String id, TriggerUpdate body) Updates a trigger.AsyncTriggers.update(String apiVersion, String id, TriggerUpdate body, Options options) Updates a trigger.Triggers.update(String id, TriggerUpdate body) Updates a trigger.Triggers.update(String apiVersion, String id, TriggerUpdate body, Options options) Updates a trigger. -
Uses of TriggerUpdate in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return types with arguments of type TriggerUpdateMethods in com.google.genai.gaos.models.operations with parameters of type TriggerUpdateModifier and TypeMethodDescriptionUpdateTriggerRequest.Builder.body(TriggerUpdate body) UpdateTriggerRequestBuilder.body(TriggerUpdate body) UpdateTriggerRequest.withBody(TriggerUpdate body) Constructors in com.google.genai.gaos.models.operations with parameters of type TriggerUpdateModifierConstructorDescriptionUpdateTriggerRequest(String id, TriggerUpdate body) UpdateTriggerRequest(String apiVersion, String id, TriggerUpdate body) -
Uses of TriggerUpdate in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async with parameters of type TriggerUpdate -
Uses of TriggerUpdate in com.google.genai.gaos.models.triggers
Methods in com.google.genai.gaos.models.triggers that return TriggerUpdateModifier and TypeMethodDescriptionTriggerUpdate.Builder.build()TriggerUpdate.withDisplayName(String displayName) Optional.TriggerUpdate.withStatus(TriggerUpdateStatus status) Optional.