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 LiveServerSetupCompleteLiveServerSetupComplete.Builder.build()static LiveServerSetupCompleteDeserializes 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.BuilderLiveServerMessage.Builder.setupComplete(LiveServerSetupComplete setupComplete) Setter for setupComplete.