Uses of Class
com.google.genai.types.HttpRetryOptions
Packages that use HttpRetryOptions
-
Uses of HttpRetryOptions in com.google.genai.types
Methods in com.google.genai.types that return HttpRetryOptionsModifier and TypeMethodDescriptionabstract HttpRetryOptionsHttpRetryOptions.Builder.build()static HttpRetryOptionsDeserializes a JSON string to a HttpRetryOptions object.Methods in com.google.genai.types that return types with arguments of type HttpRetryOptionsModifier and TypeMethodDescriptionabstract Optional<HttpRetryOptions>HttpOptions.retryOptions()HTTP retry options for the request.Methods in com.google.genai.types with parameters of type HttpRetryOptionsModifier and TypeMethodDescriptionabstract HttpOptions.BuilderHttpOptions.Builder.retryOptions(HttpRetryOptions retryOptions) Setter for retryOptions.