Uses of Class
com.google.genai.gaos.models.webhooks.WebhookState
Packages that use WebhookState
-
Uses of WebhookState in com.google.genai.gaos.models.webhooks
Fields in com.google.genai.gaos.models.webhooks declared as WebhookStateModifier and TypeFieldDescriptionstatic final WebhookStateWebhookState.DISABLEDstatic final WebhookStateWebhookState.DISABLED_DUE_TO_FAILED_DELIVERIESstatic final WebhookStateWebhookState.ENABLEDMethods in com.google.genai.gaos.models.webhooks that return WebhookStateModifier and TypeMethodDescriptionstatic WebhookStateReturns a WebhookState with the given value.static WebhookState[]WebhookState.values()Methods in com.google.genai.gaos.models.webhooks that return types with arguments of type WebhookStateMethods in com.google.genai.gaos.models.webhooks with parameters of type WebhookStateModifier and TypeMethodDescriptionWebhook.Builder.state(WebhookState state) Output only.Webhook.withState(WebhookState state) Output only.Constructors in com.google.genai.gaos.models.webhooks with parameters of type WebhookStateModifierConstructorDescriptionWebhook(OffsetDateTime createTime, String id, String name, String newSigningSecret, List<SigningSecret> signingSecrets, WebhookState state, List<WebhookSubscribedEvent> subscribedEvents, OffsetDateTime updateTime, String uri)