Uses of Class
com.google.genai.gaos.models.operations.CreateWebhookResponse
Packages that use CreateWebhookResponse
Package
Description
-
Uses of CreateWebhookResponse in com.google.genai.gaos
Methods in com.google.genai.gaos that return CreateWebhookResponseModifier and TypeMethodDescriptionWebhooks.create(WebhookInput body) Creates a new Webhook.Webhooks.create(String apiVersion, WebhookInput body, Options options) Creates a new Webhook. -
Uses of CreateWebhookResponse in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return CreateWebhookResponseModifier and TypeMethodDescriptionCreateWebhookResponse.Builder.build()CreateWebhookRequestBuilder.call()Executes the request and returns the response.CreateWebhookResponse.withContentType(String contentType) HTTP response content type for this operationCreateWebhookResponse.withRawResponse(HttpResponse<InputStream> rawResponse) Raw HTTP response; suitable for custom response parsingCreateWebhookResponse.withStatusCode(int statusCode) HTTP response status code for this operationCreateWebhookResponse.withWebhook(Webhook webhook) Successful operation -
Uses of CreateWebhookResponse in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations that return CreateWebhookResponseModifier and TypeMethodDescriptionCreateWebhook.Sync.handleResponse(HttpResponse<InputStream> response)