Skip to content

Commit b5a6c69

Browse files
rlazoVinayGuthal
authored andcommitted
Remove test code left by mistake (#6717)
Should be more careful with those changes...
1 parent 85e6416 commit b5a6c69

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

firebase-vertexai/api.txt

-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ package com.google.firebase.vertexai.type {
446446

447447
public final class ImagenGenerationConfigKt {
448448
method @com.google.firebase.vertexai.type.PublicPreviewAPI public static com.google.firebase.vertexai.type.ImagenGenerationConfig imagenGenerationConfig(kotlin.jvm.functions.Function1<? super com.google.firebase.vertexai.type.ImagenGenerationConfig.Builder,kotlin.Unit> init);
449-
method public static void xx();
450449
}
451450

452451
@com.google.firebase.vertexai.type.PublicPreviewAPI public final class ImagenGenerationResponse<T> {

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/ImagenGenerationConfig.kt

-11
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,3 @@ public fun imagenGenerationConfig(
117117
builder.init()
118118
return builder.build()
119119
}
120-
121-
@OptIn(PublicPreviewAPI::class)
122-
public fun xx() {
123-
imagenGenerationConfig {
124-
negativePrompt = "People, black and white, painting"
125-
numberOfImages = 1
126-
aspectRatio = ImagenAspectRatio.SQUARE_1x1
127-
imageFormat = ImagenImageFormat.png()
128-
addWatermark = false
129-
}
130-
}

0 commit comments

Comments
 (0)