Uses of Class
com.google.genai.gaos.models.operations.async.RunTriggerResponse
Packages that use RunTriggerResponse
Package
Description
-
Uses of RunTriggerResponse in com.google.genai.gaos
Methods in com.google.genai.gaos that return types with arguments of type RunTriggerResponseModifier and TypeMethodDescriptionRuns a trigger immediately.Runs a trigger immediately. -
Uses of RunTriggerResponse in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async that return RunTriggerResponseModifier and TypeMethodDescriptionRunTriggerResponse.Builder.build()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 operationMethods in com.google.genai.gaos.models.operations.async that return types with arguments of type RunTriggerResponseModifier and TypeMethodDescriptionRunTriggerRequestBuilder.call()Executes the request and returns the response. -
Uses of RunTriggerResponse in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations that return RunTriggerResponseModifier and TypeMethodDescriptionRunTrigger.Async.handleResponse(HttpResponse<InputStream> response)