Package com.google.genai.types
Class ReplayResponse
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.ReplayResponse
Represents a single response in a replay.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.google.genai.JsonSerializable
MAX_READ_LENGTH_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReplayResponse.Builderbuilder()Instantiates a builder for ReplayResponse.static ReplayResponseDeserializes a JSON string to a ReplayResponse object.headers()abstract ReplayResponse.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
setMaxReadLength, stringToJsonNode, toJson
-
Constructor Details
-
ReplayResponse
public ReplayResponse()
-
-
Method Details
-
statusCode
-
headers
-
bodySegments
-
sdkResponseSegments
-
builder
Instantiates a builder for ReplayResponse. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a ReplayResponse object.
-