Uses of Class
com.google.genai.gaos.models.webhooks.PingWebhookRequest
Packages that use PingWebhookRequest
Package
Description
-
Uses of PingWebhookRequest in com.google.genai.gaos
Methods in com.google.genai.gaos with parameters of type PingWebhookRequestModifier and TypeMethodDescriptionAsyncWebhooks.ping(String apiVersion, String id, PingWebhookRequest body, Options options) Sends a ping event to a Webhook.Webhooks.ping(String apiVersion, String id, PingWebhookRequest body, Options options) Sends a ping event to a Webhook. -
Uses of PingWebhookRequest in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return types with arguments of type PingWebhookRequestMethods in com.google.genai.gaos.models.operations with parameters of type PingWebhookRequestModifier and TypeMethodDescriptionPingWebhookRequest.Builder.body(PingWebhookRequest body) The request body.PingWebhookRequestBuilder.body(PingWebhookRequest body) PingWebhookRequest.withBody(PingWebhookRequest body) The request body.Constructors in com.google.genai.gaos.models.operations with parameters of type PingWebhookRequestModifierConstructorDescriptionPingWebhookRequest(String apiVersion, String id, PingWebhookRequest body) -
Uses of PingWebhookRequest in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async with parameters of type PingWebhookRequest -
Uses of PingWebhookRequest in com.google.genai.gaos.models.webhooks
Methods in com.google.genai.gaos.models.webhooks that return PingWebhookRequest