Skip to content

Commit

Permalink
Remove test code left by mistake (#6717)
Browse files Browse the repository at this point in the history
Should be more careful with those changes...
  • Loading branch information
rlazo authored Feb 24, 2025
1 parent aa97aa3 commit 680ce8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion firebase-vertexai/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,6 @@ package com.google.firebase.vertexai.type {

public final class ImagenGenerationConfigKt {
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);
method public static void xx();
}

@com.google.firebase.vertexai.type.PublicPreviewAPI public final class ImagenGenerationResponse<T> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,3 @@ public fun imagenGenerationConfig(
builder.init()
return builder.build()
}

@OptIn(PublicPreviewAPI::class)
public fun xx() {
imagenGenerationConfig {
negativePrompt = "People, black and white, painting"
numberOfImages = 1
aspectRatio = ImagenAspectRatio.SQUARE_1x1
imageFormat = ImagenImageFormat.png()
addWatermark = false
}
}

0 comments on commit 680ce8c

Please sign in to comment.