Uses of Class
com.google.genai.gaos.models.operations.RunTriggerResponse
Packages that use RunTriggerResponse
Package
Description
-
Uses of RunTriggerResponse in com.google.genai.gaos
Methods in com.google.genai.gaos that return RunTriggerResponseModifier and TypeMethodDescriptionRuns a trigger immediately.Runs a trigger immediately. -
Uses of RunTriggerResponse in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return RunTriggerResponseModifier and TypeMethodDescriptionRunTriggerResponse.Builder.build()RunTriggerRequestBuilder.call()Executes the request and returns the response.RunTriggerResponse.withContentType(String contentType) HTTP response content type for this operationRunTriggerResponse.withRawResponse(HttpResponse<InputStream> rawResponse) Raw HTTP response; suitable for custom response parsingRunTriggerResponse.withStatusCode(int statusCode) HTTP response status code for this operationRunTriggerResponse.withTriggerExecution(TriggerExecution triggerExecution) Successful operation -
Uses of RunTriggerResponse in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations that return RunTriggerResponseModifier and TypeMethodDescriptionRunTrigger.Sync.handleResponse(HttpResponse<InputStream> response)