Uses of Class
com.google.genai.gaos.models.operations.async.CreateWebhookResponse
Packages that use CreateWebhookResponse
Package
Description
-
Uses of CreateWebhookResponse in com.google.genai.gaos
Methods in com.google.genai.gaos that return types with arguments of type CreateWebhookResponseModifier and TypeMethodDescriptionAsyncWebhooks.create(WebhookInput body) Creates a new Webhook.AsyncWebhooks.create(String apiVersion, WebhookInput body, Options options) Creates a new Webhook. -
Uses of CreateWebhookResponse in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async that return CreateWebhookResponseModifier and TypeMethodDescriptionCreateWebhookResponse.Builder.build()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 operationMethods in com.google.genai.gaos.models.operations.async that return types with arguments of type CreateWebhookResponseModifier and TypeMethodDescriptionCreateWebhookRequestBuilder.call()Executes the request and returns the response. -
Uses of CreateWebhookResponse in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations that return CreateWebhookResponseModifier and TypeMethodDescriptionCreateWebhook.Async.handleResponse(HttpResponse<InputStream> response)