Skip to content

Commit 4b77e46

Browse files
author
David Motsonashvili
committed
Make ImagenImage not subclass ImagenImageRepresentible
1 parent 798b258 commit 4b77e46

File tree

1 file changed

+4
-9
lines changed
  • firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type

1 file changed

+4
-9
lines changed
Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
package com.google.firebase.vertexai.type
22

33
public class ImagenImage(
4-
public val data: ByteArray?,
5-
public val gcsUri: String?,
6-
public val mimeType: String,
7-
) : ImagenImageRepresentible {
8-
9-
override fun asImagenImage(): ImagenImage {
10-
return this
11-
}
12-
}
4+
internal val data: ByteArray?,
5+
internal val gcsUri: String?,
6+
internal val mimeType: String,
7+
) {}

0 commit comments

Comments
 (0)