Uses of Class
com.google.genai.gaos.models.operations.GetWebhookResponse
Packages that use GetWebhookResponse
Package
Description
-
Uses of GetWebhookResponse in com.google.genai.gaos
Methods in com.google.genai.gaos that return GetWebhookResponseModifier and TypeMethodDescriptionGets a specific Webhook.Gets a specific Webhook. -
Uses of GetWebhookResponse in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return GetWebhookResponseModifier and TypeMethodDescriptionGetWebhookResponse.Builder.build()GetWebhookRequestBuilder.call()Executes the request and returns the response.GetWebhookResponse.withContentType(String contentType) HTTP response content type for this operationGetWebhookResponse.withRawResponse(HttpResponse<InputStream> rawResponse) Raw HTTP response; suitable for custom response parsingGetWebhookResponse.withStatusCode(int statusCode) HTTP response status code for this operationGetWebhookResponse.withWebhook(Webhook webhook) Successful operation -
Uses of GetWebhookResponse in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations that return GetWebhookResponseModifier and TypeMethodDescriptionGetWebhook.Sync.handleResponse(HttpResponse<InputStream> response)