Package com.google.genai.types
Class LiveServerSetupComplete
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.LiveServerSetupComplete
Sent in response to a `LiveGenerateContentSetup` message from the client.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for LiveServerSetupComplete. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Instantiates a builder for LiveServerSetupComplete.static LiveServerSetupComplete
Deserializes a JSON string to a LiveServerSetupComplete object.abstract LiveServerSetupComplete.Builder
Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
toJson
-
Constructor Details
-
LiveServerSetupComplete
public LiveServerSetupComplete()
-
-
Method Details
-
builder
Instantiates a builder for LiveServerSetupComplete. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a LiveServerSetupComplete object.
-