Uses of Class
com.google.genai.gaos.models.webhooks.WebhookPingResponse
Packages that use WebhookPingResponse
Package
Description
-
Uses of WebhookPingResponse in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return types with arguments of type WebhookPingResponseMethods in com.google.genai.gaos.models.operations with parameters of type WebhookPingResponseModifier and TypeMethodDescriptionPingWebhookResponse.Builder.webhookPingResponse(WebhookPingResponse webhookPingResponse) Successful operationPingWebhookResponse.withWebhookPingResponse(WebhookPingResponse webhookPingResponse) Successful operationConstructors in com.google.genai.gaos.models.operations with parameters of type WebhookPingResponseModifierConstructorDescriptionPingWebhookResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, WebhookPingResponse webhookPingResponse) -
Uses of WebhookPingResponse in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async that return types with arguments of type WebhookPingResponseMethods in com.google.genai.gaos.models.operations.async with parameters of type WebhookPingResponseModifier and TypeMethodDescriptionPingWebhookResponse.Builder.webhookPingResponse(WebhookPingResponse webhookPingResponse) Successful operationPingWebhookResponse.withWebhookPingResponse(WebhookPingResponse webhookPingResponse) Successful operationConstructors in com.google.genai.gaos.models.operations.async with parameters of type WebhookPingResponseModifierConstructorDescriptionPingWebhookResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, WebhookPingResponse webhookPingResponse) -
Uses of WebhookPingResponse in com.google.genai.gaos.models.webhooks
Methods in com.google.genai.gaos.models.webhooks that return WebhookPingResponse