Package com.google.genai.gaos.operations
Interface Operations.AsyncOperation<ResT>
- All Known Subinterfaces:
Operations.AsyncRequestlessOperation<ResT>,Operations.AsyncRequestOperation<ReqT,ResT>
- All Known Implementing Classes:
CancelInteractionById.Async,CreateAgent.Async,CreateEnvironment.Async,CreateInteraction.Async,CreateTrigger.Async,CreateWebhook.Async,DeleteAgent.Async,DeleteEnvironment.Async,DeleteInteraction.Async,DeleteTrigger.Async,DeleteWebhook.Async,GetAgent.Async,GetEnvironment.Async,GetEnvironmentFiles.Async,GetInteractionById.Async,GetTrigger.Async,GetWebhook.Async,ListAgents.Async,ListEnvironments.Async,ListTriggerExecutions.Async,ListTriggers.Async,ListWebhooks.Async,PingWebhook.Async,RotateSigningSecret.Async,RunTrigger.Async,UpdateTrigger.Async,UpdateWebhook.Async
- Enclosing class:
- Operations
public static interface Operations.AsyncOperation<ResT>
Base interface for all async operations
-
Method Summary
Modifier and TypeMethodDescriptiondefault Operations.CancellationRelayReturns the operation's cancellation relay, ornullif unsupported.handleResponse(HttpResponse<InputStream> response)
-
Method Details
-
handleResponse
-
cancellationRelay
Returns the operation's cancellation relay, ornullif unsupported.
-