Uses of Class
com.google.genai.types.LiveServerGoAway
Packages that use LiveServerGoAway
-
Uses of LiveServerGoAway in com.google.genai.types
Methods in com.google.genai.types that return LiveServerGoAwayModifier and TypeMethodDescriptionabstract LiveServerGoAway
LiveServerGoAway.Builder.build()
static LiveServerGoAway
Deserializes a JSON string to a LiveServerGoAway object.Methods in com.google.genai.types that return types with arguments of type LiveServerGoAwayModifier and TypeMethodDescriptionabstract Optional<LiveServerGoAway>
LiveServerMessage.goAway()
Server will disconnect soon.Methods in com.google.genai.types with parameters of type LiveServerGoAwayModifier and TypeMethodDescriptionabstract LiveServerMessage.Builder
LiveServerMessage.Builder.goAway
(LiveServerGoAway goAway) Setter for goAway.