Uses of Class
com.google.genai.types.LiveServerSetupComplete
Packages that use LiveServerSetupComplete
-
Uses of LiveServerSetupComplete in com.google.genai.types
Methods in com.google.genai.types that return LiveServerSetupCompleteModifier and TypeMethodDescriptionabstract LiveServerSetupComplete
LiveServerSetupComplete.Builder.build()
static LiveServerSetupComplete
Deserializes a JSON string to a LiveServerSetupComplete object.Methods in com.google.genai.types that return types with arguments of type LiveServerSetupCompleteModifier and TypeMethodDescriptionabstract Optional<LiveServerSetupComplete>
LiveServerMessage.setupComplete()
Sent in response to a `LiveClientSetup` message from the client.Methods in com.google.genai.types with parameters of type LiveServerSetupCompleteModifier and TypeMethodDescriptionabstract LiveServerMessage.Builder
LiveServerMessage.Builder.setupComplete
(LiveServerSetupComplete setupComplete) Setter for setupComplete.