Package com.google.genai.gaos.operations
package com.google.genai.gaos.operations
-
ClassDescriptionBase interface for all async operationsInterface for async operations that don't require a request parameterOperations.AsyncRequestOperation<ReqT,
ResT> Interface for async operations that require a request parameterRelays cancellation of the future returned to the SDK user to the in-flight HTTP call, releasing its connection.Operations.Operation<ResT>Base interface for all operationsInterface for operations that don't require a request parameterOperations.RequestOperation<ReqT,ResT> Interface for operations that require a request parameter