-
Notifications
You must be signed in to change notification settings - Fork 597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove test code left by mistake #6717
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Should be more careful with those changes...
Javadoc Changes:--- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/vertexai/type/ImagenGenerationConfigKt.html 2025-02-24 17:44:18.346877339 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/vertexai/type/ImagenGenerationConfigKt.html 2025-02-24 17:42:08.039997461 +0000
@@ -30,12 +30,6 @@
<p>Helper method to construct a <code><a href="/docs/reference/android/com/google/firebase/vertexai/type/ImagenGenerationConfig.html">ImagenGenerationConfig</a></code> in a DSL-like manner.</p>
</td>
</tr>
- <tr>
- <td><code>static final void</code></td>
- <td>
- <div><code><a href="/docs/reference/android/com/google/firebase/vertexai/type/ImagenGenerationConfigKt.html#xx()">xx</a>()</code></div>
- </td>
- </tr>
</tbody>
</table>
</div>
@@ -48,10 +42,6 @@
<p>Example Usage:</p>
<pre class="prettyprint">imagenGenerationConfig {<br> negativePrompt = "People, black and white, painting"<br> numberOfImages = 1<br> aspectRatio = ImagenAspecRatio.SQUARE_1x1<br> imageFormat = ImagenImageFormat.png()<br> addWatermark = false<br>}</pre>
</div>
- <div class="api-item"><a name="xx--"></a><a name="xx"></a>
- <h3 class="api-name" id="xx()">xx</h3>
- <pre class="api-signature no-pretty-print">public static final void <a href="/docs/reference/android/com/google/firebase/vertexai/type/ImagenGenerationConfigKt.html#xx()">xx</a>()</pre>
- </div>
</div>
</body>
</html> --- /home/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/vertexai/type/package-summary.html 2025-02-24 17:44:18.350877335 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/vertexai/type/package-summary.html 2025-02-24 17:42:08.044997458 +0000
@@ -429,12 +429,6 @@
<p>Helper method to construct a <code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/ImagenGenerationConfig.html">ImagenGenerationConfig</a></code> in a DSL-like manner.</p>
</td>
</tr>
- <tr>
- <td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
- <td>
- <div><code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/package-summary.html#xx()">xx</a>()</code></div>
- </td>
- </tr>
</tbody>
</table>
</div>
@@ -500,10 +494,6 @@
<p>Example Usage:</p>
<pre class="prettyprint">imagenGenerationConfig {<br> negativePrompt = "People, black and white, painting"<br> numberOfImages = 1<br> aspectRatio = ImagenAspecRatio.SQUARE_1x1<br> imageFormat = ImagenImageFormat.png()<br> addWatermark = false<br>}</pre>
</div>
- <div class="api-item"><a name="xx--"></a><a name="xx"></a>
- <h3 class="api-name" id="xx()">xx</h3>
- <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/package-summary.html#xx()">xx</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></pre>
- </div>
<h2>Extension functions</h2>
<div class="api-item"><a name="-com.google.firebase.vertexai.type.Part-.asFileDataOrNull--"></a><a name="asfiledataornull"></a>
<h3 class="api-name" id="(com.google.firebase.vertexai.type.Part).asFileDataOrNull()">asFileDataOrNull</h3> |
Generated by 🚫 Danger |
daymxn
approved these changes
Feb 24, 2025
thatfiredev
approved these changes
Feb 24, 2025
Coverage Report 1Affected ProductsNo changes between base commit (aa97aa3) and merge commit (d5622c6).Test Logs |
Size Report 1Affected Products
Test Logs |
VinayGuthal
pushed a commit
that referenced
this pull request
Feb 24, 2025
Should be more careful with those changes...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Should be more careful with those changes...