Uses of Class
com.google.genai.gaos.models.webhooks.WebhookUpdate
Packages that use WebhookUpdate
Package
Description
-
Uses of WebhookUpdate in com.google.genai.gaos
Methods in com.google.genai.gaos with parameters of type WebhookUpdateModifier and TypeMethodDescriptionAsyncWebhooks.update(String apiVersion, String id, String updateMask, WebhookUpdate body, Options options) Updates an existing Webhook.Webhooks.update(String apiVersion, String id, String updateMask, WebhookUpdate body, Options options) Updates an existing Webhook. -
Uses of WebhookUpdate in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return types with arguments of type WebhookUpdateMethods in com.google.genai.gaos.models.operations with parameters of type WebhookUpdateModifier and TypeMethodDescriptionUpdateWebhookRequest.Builder.body(WebhookUpdate body) Required.UpdateWebhookRequestBuilder.body(WebhookUpdate body) UpdateWebhookRequest.withBody(WebhookUpdate body) Required.Constructors in com.google.genai.gaos.models.operations with parameters of type WebhookUpdateModifierConstructorDescriptionUpdateWebhookRequest(String apiVersion, String id, String updateMask, WebhookUpdate body) -
Uses of WebhookUpdate in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async with parameters of type WebhookUpdate -
Uses of WebhookUpdate in com.google.genai.gaos.models.webhooks
Methods in com.google.genai.gaos.models.webhooks that return WebhookUpdateModifier and TypeMethodDescriptionWebhookUpdate.Builder.build()Optional.WebhookUpdate.withState(WebhookUpdateState state) Optional.WebhookUpdate.withSubscribedEvents(List<WebhookUpdateSubscribedEvent> subscribedEvents) Optional.Optional.