Package com.google.genai.types
Class ReplayRequest
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.ReplayRequest
Represents a single request in a replay.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReplayRequest.Builder
builder()
Instantiates a builder for ReplayRequest.static ReplayRequest
Deserializes a JSON string to a ReplayRequest object.headers()
method()
abstract ReplayRequest.Builder
Creates a builder with the same values as this instance.url()
Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
ReplayRequest
public ReplayRequest()
-
-
Method Details
-
method
-
url
-
headers
-
bodySegments
-
builder
Instantiates a builder for ReplayRequest. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a ReplayRequest object.
-