Uses of Class
com.google.genai.gaos.models.webhooks.WebhookInput
Packages that use WebhookInput
Package
Description
-
Uses of WebhookInput in com.google.genai.gaos
Methods in com.google.genai.gaos with parameters of type WebhookInputModifier and TypeMethodDescriptionAsyncWebhooks.create(WebhookInput body) Creates a new Webhook.AsyncWebhooks.create(String apiVersion, WebhookInput body, Options options) Creates a new Webhook.Webhooks.create(WebhookInput body) Creates a new Webhook.Webhooks.create(String apiVersion, WebhookInput body, Options options) Creates a new Webhook. -
Uses of WebhookInput in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return types with arguments of type WebhookInputMethods in com.google.genai.gaos.models.operations with parameters of type WebhookInputModifier and TypeMethodDescriptionCreateWebhookRequest.Builder.body(WebhookInput body) Required.CreateWebhookRequestBuilder.body(WebhookInput body) CreateWebhookRequest.withBody(WebhookInput body) Required.Constructors in com.google.genai.gaos.models.operations with parameters of type WebhookInput -
Uses of WebhookInput in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async with parameters of type WebhookInput -
Uses of WebhookInput in com.google.genai.gaos.models.webhooks
Methods in com.google.genai.gaos.models.webhooks that return WebhookInputModifier and TypeMethodDescriptionWebhookInput.Builder.build()Optional.WebhookInput.withSubscribedEvents(List<WebhookSubscribedEvent> subscribedEvents) Required.Required.