Uses of Class
com.google.genai.gaos.models.webhooks.Webhook
Packages that use Webhook
Package
Description
-
Uses of Webhook in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return types with arguments of type WebhookModifier and TypeMethodDescriptionCreateWebhookResponse.webhook()Successful operationGetWebhookResponse.webhook()Successful operationUpdateWebhookResponse.webhook()Successful operationMethods in com.google.genai.gaos.models.operations with parameters of type WebhookModifier and TypeMethodDescriptionSuccessful operationSuccessful operationSuccessful operationCreateWebhookResponse.withWebhook(Webhook webhook) Successful operationGetWebhookResponse.withWebhook(Webhook webhook) Successful operationUpdateWebhookResponse.withWebhook(Webhook webhook) Successful operationConstructors in com.google.genai.gaos.models.operations with parameters of type WebhookModifierConstructorDescriptionCreateWebhookResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, Webhook webhook) GetWebhookResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, Webhook webhook) UpdateWebhookResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, Webhook webhook) -
Uses of Webhook in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async that return types with arguments of type WebhookModifier and TypeMethodDescriptionCreateWebhookResponse.webhook()Successful operationGetWebhookResponse.webhook()Successful operationUpdateWebhookResponse.webhook()Successful operationMethods in com.google.genai.gaos.models.operations.async with parameters of type WebhookModifier and TypeMethodDescriptionSuccessful operationSuccessful operationSuccessful operationCreateWebhookResponse.withWebhook(Webhook webhook) Successful operationGetWebhookResponse.withWebhook(Webhook webhook) Successful operationUpdateWebhookResponse.withWebhook(Webhook webhook) Successful operationConstructors in com.google.genai.gaos.models.operations.async with parameters of type WebhookModifierConstructorDescriptionCreateWebhookResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, Webhook webhook) GetWebhookResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, Webhook webhook) UpdateWebhookResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, Webhook webhook) -
Uses of Webhook in com.google.genai.gaos.models.webhooks
Methods in com.google.genai.gaos.models.webhooks that return WebhookModifier and TypeMethodDescriptionWebhook.Builder.build()Webhook.withCreateTime(OffsetDateTime createTime) Output only.Output only.Optional.Webhook.withNewSigningSecret(String newSigningSecret) Output only.Webhook.withSigningSecrets(List<SigningSecret> signingSecrets) Output only.Webhook.withState(WebhookState state) Output only.Webhook.withSubscribedEvents(List<WebhookSubscribedEvent> subscribedEvents) Required.Webhook.withUpdateTime(OffsetDateTime updateTime) Output only.Required.Methods in com.google.genai.gaos.models.webhooks that return types with arguments of type WebhookMethod parameters in com.google.genai.gaos.models.webhooks with type arguments of type WebhookModifier and TypeMethodDescriptionThe webhooks.WebhookListResponse.withWebhooks(List<Webhook> webhooks) The webhooks.Constructor parameters in com.google.genai.gaos.models.webhooks with type arguments of type Webhook