Uses of Class
com.google.genai.gaos.models.webhooks.WebhookUpdateSubscribedEvent
Packages that use WebhookUpdateSubscribedEvent
-
Uses of WebhookUpdateSubscribedEvent in com.google.genai.gaos.models.webhooks
Fields in com.google.genai.gaos.models.webhooks declared as WebhookUpdateSubscribedEventModifier and TypeFieldDescriptionstatic final WebhookUpdateSubscribedEventWebhookUpdateSubscribedEvent.BATCH_EXPIREDstatic final WebhookUpdateSubscribedEventWebhookUpdateSubscribedEvent.BATCH_FAILEDstatic final WebhookUpdateSubscribedEventWebhookUpdateSubscribedEvent.BATCH_SUCCEEDEDstatic final WebhookUpdateSubscribedEventWebhookUpdateSubscribedEvent.INTERACTION_COMPLETEDstatic final WebhookUpdateSubscribedEventWebhookUpdateSubscribedEvent.INTERACTION_FAILEDstatic final WebhookUpdateSubscribedEventWebhookUpdateSubscribedEvent.INTERACTION_REQUIRES_ACTIONstatic final WebhookUpdateSubscribedEventWebhookUpdateSubscribedEvent.VIDEO_GENERATEDMethods in com.google.genai.gaos.models.webhooks that return WebhookUpdateSubscribedEventModifier and TypeMethodDescriptionstatic WebhookUpdateSubscribedEventReturns a WebhookUpdateSubscribedEvent with the given value.static WebhookUpdateSubscribedEvent[]WebhookUpdateSubscribedEvent.values()Methods in com.google.genai.gaos.models.webhooks that return types with arguments of type WebhookUpdateSubscribedEventMethod parameters in com.google.genai.gaos.models.webhooks with type arguments of type WebhookUpdateSubscribedEventModifier and TypeMethodDescriptionWebhookUpdate.Builder.subscribedEvents(List<WebhookUpdateSubscribedEvent> subscribedEvents) Optional.WebhookUpdate.withSubscribedEvents(List<WebhookUpdateSubscribedEvent> subscribedEvents) Optional.Constructor parameters in com.google.genai.gaos.models.webhooks with type arguments of type WebhookUpdateSubscribedEventModifierConstructorDescriptionWebhookUpdate(String name, WebhookUpdateState state, List<WebhookUpdateSubscribedEvent> subscribedEvents, String uri)