Uses of Class
com.google.genai.gaos.models.operations.UpdateTriggerResponse
Packages that use UpdateTriggerResponse
Package
Description
-
Uses of UpdateTriggerResponse in com.google.genai.gaos
Methods in com.google.genai.gaos that return UpdateTriggerResponseModifier and TypeMethodDescriptionTriggers.update(String id, TriggerUpdate body) Updates a trigger.Triggers.update(String apiVersion, String id, TriggerUpdate body, Options options) Updates a trigger. -
Uses of UpdateTriggerResponse in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return UpdateTriggerResponseModifier and TypeMethodDescriptionUpdateTriggerResponse.Builder.build()UpdateTriggerRequestBuilder.call()Executes the request and returns the response.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 operation -
Uses of UpdateTriggerResponse in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations that return UpdateTriggerResponseModifier and TypeMethodDescriptionUpdateTrigger.Sync.handleResponse(HttpResponse<InputStream> response)