Uses of Class
com.google.genai.gaos.models.operations.async.PingWebhookResponse
Packages that use PingWebhookResponse
Package
Description
-
Uses of PingWebhookResponse in com.google.genai.gaos
Methods in com.google.genai.gaos that return types with arguments of type PingWebhookResponseModifier and TypeMethodDescriptionSends a ping event to a Webhook.AsyncWebhooks.ping(String apiVersion, String id, PingWebhookRequest body, Options options) Sends a ping event to a Webhook. -
Uses of PingWebhookResponse in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async that return PingWebhookResponseModifier and TypeMethodDescriptionPingWebhookResponse.Builder.build()PingWebhookResponse.withContentType(String contentType) HTTP response content type for this operationPingWebhookResponse.withRawResponse(HttpResponse<InputStream> rawResponse) Raw HTTP response; suitable for custom response parsingPingWebhookResponse.withStatusCode(int statusCode) HTTP response status code for this operationPingWebhookResponse.withWebhookPingResponse(WebhookPingResponse webhookPingResponse) Successful operationMethods in com.google.genai.gaos.models.operations.async that return types with arguments of type PingWebhookResponseModifier and TypeMethodDescriptionPingWebhookRequestBuilder.call()Executes the request and returns the response. -
Uses of PingWebhookResponse in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations that return PingWebhookResponseModifier and TypeMethodDescriptionPingWebhook.Async.handleResponse(HttpResponse<InputStream> response)