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 LiveServerGoAwayLiveServerGoAway.Builder.build()static LiveServerGoAwayDeserializes 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.BuilderLiveServerMessage.Builder.goAway(LiveServerGoAway goAway) Setter for goAway.