-
Notifications
You must be signed in to change notification settings - Fork 588
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
[Vertex AI] Add apiVersion
parameter to RequestOptions
#6636
Draft
andrewheard
wants to merge
9
commits into
main
Choose a base branch
from
ah/vertex-api-version
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Javadoc Changes:--- /home/runner/diff/original/firebase-kotlindoc/android/client/firebase-vertexai/_toc.yaml 2025-01-22 22:36:21.083410579 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/client/firebase-vertexai/_toc.yaml 2025-01-22 22:34:10.629294763 +0000
@@ -40,6 +40,8 @@
- title: "Classes"
section:
+ - title: "ApiVersion"
+ path: "/docs/reference/android/com/google/firebase/vertexai/type/ApiVersion.html"
- title: "BlockReason"
path: "/docs/reference/android/com/google/firebase/vertexai/type/BlockReason.html"
- title: "Candidate" --- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/vertexai/type/ApiVersion.Companion.html 1970-01-01 00:00:00.000000000 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/vertexai/type/ApiVersion.Companion.html 2025-01-22 22:34:10.630294757 +0000
@@ -0,0 +1,16 @@
+<html devsite="true">
+ <head>
+ <title>ApiVersion.Companion</title>
+{% setvar book_path %}/_book.yaml{% endsetvar %}
+{% include "docs/reference/android/_reference-head-tags.html" %}
+ </head>
+ <body>
+ <div id="metadata-info-block"></div>
+ <h1>ApiVersion.Companion</h1>
+ <p>
+ <pre>public static class <a href="/docs/reference/android/com/google/firebase/vertexai/type/ApiVersion.Companion.html">ApiVersion.Companion</a></pre>
+ </p>
+ <hr>
+ </body>
+</html>
+ --- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/vertexai/type/ApiVersion.html 1970-01-01 00:00:00.000000000 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/vertexai/type/ApiVersion.html 2025-01-22 22:34:10.631294750 +0000
@@ -0,0 +1,80 @@
+<html devsite="true">
+ <head>
+ <title>ApiVersion</title>
+{% setvar book_path %}/_book.yaml{% endsetvar %}
+{% include "docs/reference/android/_reference-head-tags.html" %}
+ </head>
+ <body>
+ <div id="metadata-info-block"></div>
+ <h1>ApiVersion</h1>
+ <p>
+ <pre>public final class <a href="/docs/reference/android/com/google/firebase/vertexai/type/ApiVersion.html">ApiVersion</a></pre>
+ </p>
+ <hr>
+ <p>Versions of the Vertex AI in Firebase server API.</p>
+ <h2>Summary</h2>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Nested types</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td>
+ <div><code>public static class <a href="/docs/reference/android/com/google/firebase/vertexai/type/ApiVersion.Companion.html">ApiVersion.Companion</a></code></div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Public fields</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code>static final @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/vertexai/type/ApiVersion.html">ApiVersion</a></code></td>
+ <td>
+ <div><code><a href="/docs/reference/android/com/google/firebase/vertexai/type/ApiVersion.Companion.html#V1()">V1</a></code></div>
+ <p>The stable channel for version 1 of the API.</p>
+ </td>
+ </tr>
+ <tr>
+ <td><code>static final @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/vertexai/type/ApiVersion.html">ApiVersion</a></code></td>
+ <td>
+ <div><code><a href="/docs/reference/android/com/google/firebase/vertexai/type/ApiVersion.Companion.html#V1BETA()">V1BETA</a></code></div>
+ <p>The beta channel for version 1 of the API.</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="list">
+ <h2>Public fields</h2>
+ <div class="api-item"><a name="getV1()"></a><a name="setV1()"></a><a name="getV1--"></a><a name="setV1--"></a>
+ <h3 class="api-name" id="V1()">V1</h3>
+ <pre class="api-signature no-pretty-print">public static final @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/vertexai/type/ApiVersion.html">ApiVersion</a> <a href="/docs/reference/android/com/google/firebase/vertexai/type/ApiVersion.Companion.html#V1()">V1</a></pre>
+ <p>The stable channel for version 1 of the API.</p>
+ </div>
+ <div class="api-item"><a name="getV1BETA()"></a><a name="setV1BETA()"></a><a name="getV1BETA--"></a><a name="setV1BETA--"></a>
+ <h3 class="api-name" id="V1BETA()">V1BETA</h3>
+ <pre class="api-signature no-pretty-print">public static final @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/vertexai/type/ApiVersion.html">ApiVersion</a> <a href="/docs/reference/android/com/google/firebase/vertexai/type/ApiVersion.Companion.html#V1BETA()">V1BETA</a></pre>
+ <p>The beta channel for version 1 of the API.</p>
+ </div>
+ </div>
+ </body>
+</html>
+ --- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/vertexai/type/RequestOptions.html 2025-01-22 22:36:21.086410558 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/vertexai/type/RequestOptions.html 2025-01-22 22:34:10.632294743 +0000
@@ -27,7 +27,13 @@
<tbody class="list">
<tr>
<td>
- <div><code><a href="/docs/reference/android/com/google/firebase/vertexai/type/RequestOptions.html#RequestOptions(kotlin.Long)">RequestOptions</a>(long timeoutInMillis)</code></div>
+ <div><code><a href="/docs/reference/android/com/google/firebase/vertexai/type/RequestOptions.html#RequestOptions(com.google.firebase.vertexai.type.ApiVersion)">RequestOptions</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/vertexai/type/ApiVersion.html">ApiVersion</a> apiVersion)</code></div>
+ <p>Constructor for RequestOptions.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <div><code><a href="/docs/reference/android/com/google/firebase/vertexai/type/RequestOptions.html#RequestOptions(kotlin.Long,com.google.firebase.vertexai.type.ApiVersion)">RequestOptions</a>(long timeoutInMillis, @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/vertexai/type/ApiVersion.html">ApiVersion</a> apiVersion)</code></div>
<p>Constructor for RequestOptions.</p>
</td>
</tr>
@@ -36,9 +42,35 @@
</div>
<div class="list">
<h2>Public constructors</h2>
- <div class="api-item"><a name="RequestOptions-kotlin.Long-"></a><a name="requestoptions"></a>
- <h3 class="api-name" id="RequestOptions(kotlin.Long)">RequestOptions</h3>
- <pre class="api-signature no-pretty-print">public <a href="/docs/reference/android/com/google/firebase/vertexai/type/RequestOptions.html#RequestOptions(kotlin.Long)">RequestOptions</a>(long timeoutInMillis)</pre>
+ <div class="api-item"><a name="RequestOptions-com.google.firebase.vertexai.type.ApiVersion-"></a><a name="requestoptions"></a>
+ <h3 class="api-name" id="RequestOptions(com.google.firebase.vertexai.type.ApiVersion)">RequestOptions</h3>
+ <pre class="api-signature no-pretty-print">public <a href="/docs/reference/android/com/google/firebase/vertexai/type/RequestOptions.html#RequestOptions(com.google.firebase.vertexai.type.ApiVersion)">RequestOptions</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/vertexai/type/ApiVersion.html">ApiVersion</a> apiVersion)</pre>
+ <p>Constructor for RequestOptions.</p>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%">Parameters</th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/vertexai/type/ApiVersion.html">ApiVersion</a> apiVersion</code></td>
+ <td>
+ <p>the version of the Vertex AI in Firebase API; defaults to <code><a href="/docs/reference/android/com/google/firebase/vertexai/type/ApiVersion.Companion.html#V1BETA()">ApiVersion.V1BETA</a></code> if not specified.</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ <div class="api-item"><a name="RequestOptions(kotlin.Long, com.google.firebase.vertexai.type.ApiVersion)"></a><a name="RequestOptions-kotlin.Long-com.google.firebase.vertexai.type.ApiVersion-"></a><a name="requestoptions"></a>
+ <h3 class="api-name" id="RequestOptions(kotlin.Long,com.google.firebase.vertexai.type.ApiVersion)">RequestOptions</h3>
+ <pre class="api-signature no-pretty-print">public <a href="/docs/reference/android/com/google/firebase/vertexai/type/RequestOptions.html#RequestOptions(kotlin.Long,com.google.firebase.vertexai.type.ApiVersion)">RequestOptions</a>(long timeoutInMillis, @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/vertexai/type/ApiVersion.html">ApiVersion</a> apiVersion)</pre>
<p>Constructor for RequestOptions.</p>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -58,6 +90,12 @@
<p>the maximum amount of time, in milliseconds, for a request to take, from the first request to first response.</p>
</td>
</tr>
+ <tr>
+ <td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/vertexai/type/ApiVersion.html">ApiVersion</a> apiVersion</code></td>
+ <td>
+ <p>the version of the Vertex AI in Firebase API; defaults to <code><a href="/docs/reference/android/com/google/firebase/vertexai/type/ApiVersion.Companion.html#V1BETA()">ApiVersion.V1BETA</a></code> if not specified.</p>
+ </td>
+ </tr>
</tbody>
</table>
</div> --- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/vertexai/type/package-summary.html 2025-01-22 22:36:21.085410565 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/vertexai/type/package-summary.html 2025-01-22 22:34:10.631294750 +0000
@@ -32,6 +32,12 @@
</colgroup>
<tbody class="list">
<tr>
+ <td><code><a href="/docs/reference/android/com/google/firebase/vertexai/type/ApiVersion.html">ApiVersion</a></code></td>
+ <td>
+ <p>Versions of the Vertex AI in Firebase server API.</p>
+ </td>
+ </tr>
+ <tr>
<td><code><a href="/docs/reference/android/com/google/firebase/vertexai/type/BlockReason.html">BlockReason</a></code></td>
<td>
<p>Describes why content was blocked.</p> --- /home/runner/diff/original/firebase-kotlindoc/kotlin/client/firebase-vertexai/_toc.yaml 2025-01-22 22:36:21.091410524 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/client/firebase-vertexai/_toc.yaml 2025-01-22 22:34:10.637294709 +0000
@@ -38,6 +38,8 @@
- title: "Classes"
section:
+ - title: "ApiVersion"
+ path: "/docs/reference/kotlin/com/google/firebase/vertexai/type/ApiVersion.html"
- title: "BlockReason"
path: "/docs/reference/kotlin/com/google/firebase/vertexai/type/BlockReason.html"
- title: "Candidate" --- /home/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/vertexai/type/ApiVersion.html 1970-01-01 00:00:00.000000000 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/vertexai/type/ApiVersion.html 2025-01-22 22:34:10.639294696 +0000
@@ -0,0 +1,60 @@
+<html devsite="true">
+ <head>
+ <title>ApiVersion</title>
+{% setvar book_path %}/_book.yaml{% endsetvar %}
+{% include "docs/reference/kotlin/_reference-head-tags.html" %}
+ </head>
+ <body>
+ <div id="metadata-info-block"></div>
+ <h1>ApiVersion</h1>
+ <p>
+ <pre>class <a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/ApiVersion.html">ApiVersion</a></pre>
+ </p>
+ <hr>
+ <p>Versions of the Vertex AI in Firebase server API.</p>
+ <h2>Summary</h2>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Public companion properties</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/ApiVersion.html">ApiVersion</a></code></td>
+ <td>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/ApiVersion.Companion.html#V1()">V1</a></code></div>
+ <p>The stable channel for version 1 of the API.</p>
+ </td>
+ </tr>
+ <tr>
+ <td><code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/ApiVersion.html">ApiVersion</a></code></td>
+ <td>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/ApiVersion.Companion.html#V1BETA()">V1BETA</a></code></div>
+ <p>The beta channel for version 1 of the API.</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="list">
+ <h2>Public companion properties</h2>
+ <div class="api-item"><a name="getV1()"></a><a name="setV1()"></a><a name="getV1--"></a><a name="setV1--"></a>
+ <h3 class="api-name" id="V1()">V1</h3>
+ <pre class="api-signature no-pretty-print">val <a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/ApiVersion.Companion.html#V1()">V1</a>: <a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/ApiVersion.html">ApiVersion</a></pre>
+ <p>The stable channel for version 1 of the API.</p>
+ </div>
+ <div class="api-item"><a name="getV1BETA()"></a><a name="setV1BETA()"></a><a name="getV1BETA--"></a><a name="setV1BETA--"></a>
+ <h3 class="api-name" id="V1BETA()">V1BETA</h3>
+ <pre class="api-signature no-pretty-print">val <a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/ApiVersion.Companion.html#V1BETA()">V1BETA</a>: <a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/ApiVersion.html">ApiVersion</a></pre>
+ <p>The beta channel for version 1 of the API.</p>
+ </div>
+ </div>
+ </body>
+</html>
+ --- /home/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/vertexai/type/RequestOptions.html 2025-01-22 22:36:21.093410510 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/vertexai/type/RequestOptions.html 2025-01-22 22:34:10.640294689 +0000
@@ -27,7 +27,13 @@
<tbody class="list">
<tr>
<td>
- <div><code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/RequestOptions.html#RequestOptions(kotlin.Long)">RequestOptions</a>(timeoutInMillis: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a>)</code></div>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/RequestOptions.html#RequestOptions(com.google.firebase.vertexai.type.ApiVersion)">RequestOptions</a>(apiVersion: <a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/ApiVersion.html">ApiVersion</a>)</code></div>
+ <p>Constructor for RequestOptions.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/RequestOptions.html#RequestOptions(kotlin.Long,com.google.firebase.vertexai.type.ApiVersion)">RequestOptions</a>(timeoutInMillis: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a>, apiVersion: <a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/ApiVersion.html">ApiVersion</a>)</code></div>
<p>Constructor for RequestOptions.</p>
</td>
</tr>
@@ -36,9 +42,35 @@
</div>
<div class="list">
<h2>Public constructors</h2>
- <div class="api-item"><a name="RequestOptions-kotlin.Long-"></a><a name="requestoptions"></a>
- <h3 class="api-name" id="RequestOptions(kotlin.Long)">RequestOptions</h3>
- <pre class="api-signature no-pretty-print"><a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/RequestOptions.html#RequestOptions(kotlin.Long)">RequestOptions</a>(timeoutInMillis: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a> = 180.seconds.inWholeMilliseconds)</pre>
+ <div class="api-item"><a name="RequestOptions-com.google.firebase.vertexai.type.ApiVersion-"></a><a name="requestoptions"></a>
+ <h3 class="api-name" id="RequestOptions(com.google.firebase.vertexai.type.ApiVersion)">RequestOptions</h3>
+ <pre class="api-signature no-pretty-print"><a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/RequestOptions.html#RequestOptions(com.google.firebase.vertexai.type.ApiVersion)">RequestOptions</a>(apiVersion: <a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/ApiVersion.html">ApiVersion</a>)</pre>
+ <p>Constructor for RequestOptions.</p>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%">Parameters</th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code>apiVersion: <a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/ApiVersion.html">ApiVersion</a></code></td>
+ <td>
+ <p>the version of the Vertex AI in Firebase API; defaults to <code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/ApiVersion.Companion.html#V1BETA()">ApiVersion.V1BETA</a></code> if not specified.</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ <div class="api-item"><a name="RequestOptions(kotlin.Long, com.google.firebase.vertexai.type.ApiVersion)"></a><a name="RequestOptions-kotlin.Long-com.google.firebase.vertexai.type.ApiVersion-"></a><a name="requestoptions"></a>
+ <h3 class="api-name" id="RequestOptions(kotlin.Long,com.google.firebase.vertexai.type.ApiVersion)">RequestOptions</h3>
+ <pre class="api-signature no-pretty-print"><a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/RequestOptions.html#RequestOptions(kotlin.Long,com.google.firebase.vertexai.type.ApiVersion)">RequestOptions</a>(<br> timeoutInMillis: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a> = DEFAULT_TIMEOUT_IN_MILLIS,<br> apiVersion: <a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/ApiVersion.html">ApiVersion</a> = DEFAULT_API_VERSION<br>)</pre>
<p>Constructor for RequestOptions.</p>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -53,11 +85,17 @@
</thead>
<tbody class="list">
<tr>
- <td><code>timeoutInMillis: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a> = 180.seconds.inWholeMilliseconds</code></td>
+ <td><code>timeoutInMillis: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a> = DEFAULT_TIMEOUT_IN_MILLIS</code></td>
<td>
<p>the maximum amount of time, in milliseconds, for a request to take, from the first request to first response.</p>
</td>
</tr>
+ <tr>
+ <td><code>apiVersion: <a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/ApiVersion.html">ApiVersion</a> = DEFAULT_API_VERSION</code></td>
+ <td>
+ <p>the version of the Vertex AI in Firebase API; defaults to <code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/ApiVersion.Companion.html#V1BETA()">ApiVersion.V1BETA</a></code> if not specified.</p>
+ </td>
+ </tr>
</tbody>
</table>
</div> --- /home/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/vertexai/type/package-summary.html 2025-01-22 22:36:21.092410517 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/vertexai/type/package-summary.html 2025-01-22 22:34:10.638294703 +0000
@@ -32,6 +32,12 @@
</colgroup>
<tbody class="list">
<tr>
+ <td><code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/ApiVersion.html">ApiVersion</a></code></td>
+ <td>
+ <p>Versions of the Vertex AI in Firebase server API.</p>
+ </td>
+ </tr>
+ <tr>
<td><code><a href="/docs/reference/kotlin/com/google/firebase/vertexai/type/BlockReason.html">BlockReason</a></code></td>
<td>
<p>Describes why content was blocked.</p> |
Generated by 🚫 Danger |
Test Results 22 files - 42 22 suites - 42 12s ⏱️ - 1m 0s Results for commit 98b5c02. ± Comparison against base commit 8e61ec2. This pull request removes 542 and adds 119 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
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.
WIP - See go/firebase-vertex-set-api-version (Google-internal only) for more details.
Added the ability to specify an API version (e.g., v1 or v1beta) when initializing
RequestOptions
. This is the Android equivalent of firebase/firebase-ios-sdk#14356.TODOs: