Package com.google.genai.types
Class UpscaleImageResponse
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.UpscaleImageResponse
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.Builder for UpscaleImageResponse. -
Field Summary
Fields inherited from class com.google.genai.JsonSerializable
MAX_READ_LENGTH_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UpscaleImageResponse.Builderbuilder()Deprecated.Instantiates a builder for UpscaleImageResponse.static UpscaleImageResponseDeprecated.Deserializes a JSON string to a UpscaleImageResponse object.abstract Optional<List<GeneratedImage>>Deprecated.Generated images.abstract Optional<HttpResponse>Deprecated.Used to retain the full HTTP response.abstract UpscaleImageResponse.BuilderDeprecated.Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
fromJsonNode, fromJsonString, objectMapper, setMaxReadLength, stringToJsonNode, toJson, toJsonNode, toJsonString
-
Constructor Details
-
UpscaleImageResponse
public UpscaleImageResponse()Deprecated.
-
-
Method Details
-
sdkHttpResponse
Deprecated.Used to retain the full HTTP response. -
generatedImages
Deprecated.Generated images. -
builder
Deprecated.Instantiates a builder for UpscaleImageResponse. -
toBuilder
Deprecated.Creates a builder with the same values as this instance. -
fromJson
Deprecated.Deserializes a JSON string to a UpscaleImageResponse object.
-