Package com.google.genai.types
Class UploadToFileSearchStoreResumableResponse
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.UploadToFileSearchStoreResumableResponse
Response for the resumable upload method.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for UploadToFileSearchStoreResumableResponse. -
Field Summary
Fields inherited from class com.google.genai.JsonSerializable
MAX_READ_LENGTH_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Instantiates a builder for UploadToFileSearchStoreResumableResponse.Deserializes a JSON string to a UploadToFileSearchStoreResumableResponse object.abstract Optional<HttpResponse>Used to retain the full HTTP response.Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
setMaxReadLength, stringToJsonNode, toJson
-
Constructor Details
-
UploadToFileSearchStoreResumableResponse
public UploadToFileSearchStoreResumableResponse()
-
-
Method Details
-
sdkHttpResponse
Used to retain the full HTTP response. -
builder
Instantiates a builder for UploadToFileSearchStoreResumableResponse. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a UploadToFileSearchStoreResumableResponse object.
-