Uses of Class
com.google.genai.gaos.models.operations.async.UpdateTriggerResponse
Packages that use UpdateTriggerResponse
Package
Description
-
Uses of UpdateTriggerResponse in com.google.genai.gaos
Methods in com.google.genai.gaos that return types with arguments of type UpdateTriggerResponseModifier and TypeMethodDescriptionAsyncTriggers.update(String id, TriggerUpdate body) Updates a trigger.AsyncTriggers.update(String apiVersion, String id, TriggerUpdate body, Options options) Updates a trigger. -
Uses of UpdateTriggerResponse in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async that return UpdateTriggerResponseModifier and TypeMethodDescriptionUpdateTriggerResponse.Builder.build()UpdateTriggerResponse.withContentType(String contentType) HTTP response content type for this operationUpdateTriggerResponse.withRawResponse(HttpResponse<InputStream> rawResponse) Raw HTTP response; suitable for custom response parsingUpdateTriggerResponse.withStatusCode(int statusCode) HTTP response status code for this operationUpdateTriggerResponse.withTrigger(Trigger trigger) Successful operationMethods in com.google.genai.gaos.models.operations.async that return types with arguments of type UpdateTriggerResponseModifier and TypeMethodDescriptionUpdateTriggerRequestBuilder.call()Executes the request and returns the response. -
Uses of UpdateTriggerResponse in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations that return UpdateTriggerResponseModifier and TypeMethodDescriptionUpdateTrigger.Async.handleResponse(HttpResponse<InputStream> response)