Class UpscaleImageResponse

java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.UpscaleImageResponse

@Deprecated public abstract class UpscaleImageResponse extends JsonSerializable
Deprecated.
  • Constructor Details

    • UpscaleImageResponse

      public UpscaleImageResponse()
      Deprecated.
  • Method Details

    • sdkHttpResponse

      public abstract Optional<HttpResponse> sdkHttpResponse()
      Deprecated.
      Used to retain the full HTTP response.
    • generatedImages

      public abstract Optional<List<GeneratedImage>> generatedImages()
      Deprecated.
      Generated images.
    • builder

      public static UpscaleImageResponse.Builder builder()
      Deprecated.
      Instantiates a builder for UpscaleImageResponse.
    • toBuilder

      public abstract UpscaleImageResponse.Builder toBuilder()
      Deprecated.
      Creates a builder with the same values as this instance.
    • fromJson

      public static UpscaleImageResponse fromJson(String jsonString)
      Deprecated.
      Deserializes a JSON string to a UpscaleImageResponse object.