-
Notifications
You must be signed in to change notification settings - Fork 624
Migrate vendor plugin to new transform api. #4424
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
Conversation
Additionally disable vendoring for the debug variant since unit tests and integ tests don't work when dagger is vendored in, since the dagger compiler enforces that all module and component annotations live under the `dagger` java package, not the vendered package like `com.example.dagger`.
Unit Test Results 766 files + 364 766 suites +364 31m 54s ⏱️ + 13m 23s For more details on these failures, see this check. Results for commit 6bb0c4d. ± Comparison against base commit ff558a4. ♻️ This comment has been updated with latest results. |
Startup Time Report 1Note: Layout is sometimes suboptimal due to limited formatting support on GitHub. Please check this report on GCS. Notes
Startup Times
|
Generated by 🚫 Danger |
Size Report 1Affected Products
Test Logs |
Javadoc Changes:--- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/firestore/CollectionReference.html 2023-01-18 21:40:03.194343033 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/firestore/CollectionReference.html 2023-01-18 21:32:23.502157115 +0000
@@ -205,7 +205,7 @@
<tr>
<td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/android/com/google/firebase/firestore/QuerySnapshot.html">QuerySnapshot</a>></code></td>
<td>
- <div><code><a href="/docs/reference/android/com/google/firebase/firestore/Query.html#get(com.google.firebase.firestore.Source)">get</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Source.html">Source</a> source)</code></div>
+ <div><code><a href="/docs/reference/android/com/google/firebase/firestore/Query.html#get(com.google.firebase.firestore.Source)">get</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> source)</code></div>
<p>Executes the query and returns the results as a <code>QuerySnapshot</code>.</p>
</td>
</tr> --- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/firestore/DocumentReference.html 2023-01-18 21:40:03.206343035 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/firestore/DocumentReference.html 2023-01-18 21:32:23.506157118 +0000
@@ -109,7 +109,7 @@
<tr>
<td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/android/com/google/firebase/firestore/DocumentSnapshot.html">DocumentSnapshot</a>></code></td>
<td>
- <div><code><a href="/docs/reference/android/com/google/firebase/firestore/DocumentReference.html#get(com.google.firebase.firestore.Source)">get</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Source.html">Source</a> source)</code></div>
+ <div><code><a href="/docs/reference/android/com/google/firebase/firestore/DocumentReference.html#get(com.google.firebase.firestore.Source)">get</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> source)</code></div>
<p>Reads the document referenced by this <code>DocumentReference</code>.</p>
</td>
</tr>
@@ -561,7 +561,7 @@
</div>
<div><a name="get-com.google.firebase.firestore.Source-"></a><a name="get"></a>
<h3 class="api-name" id="get(com.google.firebase.firestore.Source)">get</h3>
- <pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/android/com/google/firebase/firestore/DocumentSnapshot.html">DocumentSnapshot</a>> <a href="/docs/reference/android/com/google/firebase/firestore/DocumentReference.html#get(com.google.firebase.firestore.Source)">get</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Source.html">Source</a> source)</pre>
+ <pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/android/com/google/firebase/firestore/DocumentSnapshot.html">DocumentSnapshot</a>> <a href="/docs/reference/android/com/google/firebase/firestore/DocumentReference.html#get(com.google.firebase.firestore.Source)">get</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> source)</pre>
<p>Reads the document referenced by this <code>DocumentReference</code>. </p>
<p>By default, <code>get()</code> attempts to provide up-to-date data when possible by waiting for data from the server, but it may return cached data or fail if you are offline and the server cannot be reached. This behavior can be altered via the <code>Source</code> parameter.</p>
<div class="devsite-table-wrapper">
@@ -573,7 +573,7 @@
</thead>
<tbody class="list">
<tr>
- <td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Source.html">Source</a> source</code></td>
+ <td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> source</code></td>
<td>
<p>A value to configure the get behavior.</p>
</td> --- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/firestore/LoadBundleTaskProgress.html 2023-01-18 21:40:03.206343035 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/firestore/LoadBundleTaskProgress.html 2023-01-18 21:32:23.506157118 +0000
@@ -81,7 +81,7 @@
</td>
</tr>
<tr>
- <td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/LoadBundleTaskProgress.TaskState.html">LoadBundleTaskProgress.TaskState</a></code></td>
+ <td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a></code></td>
<td>
<div><code><a href="/docs/reference/android/com/google/firebase/firestore/LoadBundleTaskProgress.html#getTaskState()">getTaskState</a>()</code></div>
<p>Returns the current state of the <code><a href="/docs/reference/android/com/google/firebase/firestore/LoadBundleTask.html">LoadBundleTask</a></code>.</p>
@@ -137,7 +137,7 @@
</div>
<div><a name="getTaskState--"></a><a name="gettaskstate"></a>
<h3 class="api-name" id="getTaskState()">getTaskState</h3>
- <pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/LoadBundleTaskProgress.TaskState.html">LoadBundleTaskProgress.TaskState</a> <a href="/docs/reference/android/com/google/firebase/firestore/LoadBundleTaskProgress.html#getTaskState()">getTaskState</a>()</pre>
+ <pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> <a href="/docs/reference/android/com/google/firebase/firestore/LoadBundleTaskProgress.html#getTaskState()">getTaskState</a>()</pre>
<p>Returns the current state of the <code><a href="/docs/reference/android/com/google/firebase/firestore/LoadBundleTask.html">LoadBundleTask</a></code>.</p>
</div>
<div><a name="getTotalBytes--"></a><a name="gettotalbytes"></a> --- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/firestore/Query.html 2023-01-18 21:40:03.194343033 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/firestore/Query.html 2023-01-18 21:32:23.502157115 +0000
@@ -165,7 +165,7 @@
<tr>
<td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/android/com/google/firebase/firestore/QuerySnapshot.html">QuerySnapshot</a>></code></td>
<td>
- <div><code><a href="/docs/reference/android/com/google/firebase/firestore/Query.html#get(com.google.firebase.firestore.Source)">get</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Source.html">Source</a> source)</code></div>
+ <div><code><a href="/docs/reference/android/com/google/firebase/firestore/Query.html#get(com.google.firebase.firestore.Source)">get</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> source)</code></div>
<p>Executes the query and returns the results as a <code>QuerySnapshot</code>.</p>
</td>
</tr>
@@ -890,7 +890,7 @@
</div>
<div><a name="get-com.google.firebase.firestore.Source-"></a><a name="get"></a>
<h3 class="api-name" id="get(com.google.firebase.firestore.Source)">get</h3>
- <pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/android/com/google/firebase/firestore/QuerySnapshot.html">QuerySnapshot</a>> <a href="/docs/reference/android/com/google/firebase/firestore/Query.html#get(com.google.firebase.firestore.Source)">get</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Source.html">Source</a> source)</pre>
+ <pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/android/com/google/firebase/firestore/QuerySnapshot.html">QuerySnapshot</a>> <a href="/docs/reference/android/com/google/firebase/firestore/Query.html#get(com.google.firebase.firestore.Source)">get</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> source)</pre>
<p>Executes the query and returns the results as a <code>QuerySnapshot</code>. </p>
<p>By default, <code>get()</code> attempts to provide up-to-date data when possible by waiting for data from the server, but it may return cached data or fail if you are offline and the server cannot be reached. This behavior can be altered via the <code>Source</code> parameter.</p>
<div class="devsite-table-wrapper">
@@ -902,7 +902,7 @@
</thead>
<tbody class="list">
<tr>
- <td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/Source.html">Source</a> source</code></td>
+ <td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> source</code></td>
<td>
<p>A value to configure the get behavior.</p>
</td> --- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/ml/modeldownloader/FirebaseModelDownloader.html 2023-01-18 21:40:25.214346867 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/ml/modeldownloader/FirebaseModelDownloader.html 2023-01-18 21:32:46.762175574 +0000
@@ -59,7 +59,7 @@
<tr>
<td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/android/com/google/firebase/ml/modeldownloader/CustomModel.html">CustomModel</a>></code></td>
<td>
- <div><code><a href="/docs/reference/android/com/google/firebase/ml/modeldownloader/FirebaseModelDownloader.html#getModel(java.lang.String,com.google.firebase.ml.modeldownloader.DownloadType,com.google.firebase.ml.modeldownloader.CustomModelDownloadConditions)">getModel</a>(<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a> modelName,<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/ml/modeldownloader/DownloadType.html">DownloadType</a> downloadType,<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="/docs/reference/android/com/google/firebase/ml/modeldownloader/CustomModelDownloadConditions.html">CustomModelDownloadConditions</a> conditions<br>)</code></div>
+ <div><code><a href="/docs/reference/android/com/google/firebase/ml/modeldownloader/FirebaseModelDownloader.html#getModel(java.lang.String,com.google.firebase.ml.modeldownloader.DownloadType,com.google.firebase.ml.modeldownloader.CustomModelDownloadConditions)">getModel</a>(<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a> modelName,<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> downloadType,<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="/docs/reference/android/com/google/firebase/ml/modeldownloader/CustomModelDownloadConditions.html">CustomModelDownloadConditions</a> conditions<br>)</code></div>
<p>Gets the downloaded model file based on download type and conditions.</p>
</td>
</tr>
@@ -178,7 +178,7 @@
</div>
<div><a name="getModel(java.lang.String, com.google.firebase.ml.modeldownloader.DownloadType, com.google.firebase.ml.modeldownloader.CustomModelDownloadConditions)"></a><a name="getModel-java.lang.String-com.google.firebase.ml.modeldownloader.DownloadType-com.google.firebase.ml.modeldownloader.CustomModelDownloadConditions-"></a><a name="getmodel"></a>
<h3 class="api-name" id="getModel(java.lang.String,com.google.firebase.ml.modeldownloader.DownloadType,com.google.firebase.ml.modeldownloader.CustomModelDownloadConditions)">getModel</h3>
- <pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/android/com/google/firebase/ml/modeldownloader/CustomModel.html">CustomModel</a>> <a href="/docs/reference/android/com/google/firebase/ml/modeldownloader/FirebaseModelDownloader.html#getModel(java.lang.String,com.google.firebase.ml.modeldownloader.DownloadType,com.google.firebase.ml.modeldownloader.CustomModelDownloadConditions)">getModel</a>(<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a> modelName,<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/ml/modeldownloader/DownloadType.html">DownloadType</a> downloadType,<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="/docs/reference/android/com/google/firebase/ml/modeldownloader/CustomModelDownloadConditions.html">CustomModelDownloadConditions</a> conditions<br>)</pre>
+ <pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/android/com/google/firebase/ml/modeldownloader/CustomModel.html">CustomModel</a>> <a href="/docs/reference/android/com/google/firebase/ml/modeldownloader/FirebaseModelDownloader.html#getModel(java.lang.String,com.google.firebase.ml.modeldownloader.DownloadType,com.google.firebase.ml.modeldownloader.CustomModelDownloadConditions)">getModel</a>(<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a> modelName,<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> downloadType,<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="/docs/reference/android/com/google/firebase/ml/modeldownloader/CustomModelDownloadConditions.html">CustomModelDownloadConditions</a> conditions<br>)</pre>
<p>Gets the downloaded model file based on download type and conditions. DownloadType behaviours: </p>
<ul>
<li><code><a href="/docs/reference/android/com/google/firebase/ml/modeldownloader/DownloadType.html#LOCAL_MODEL">DownloadType#LOCAL_MODEL</a></code>: returns the current model if present, otherwise triggers new download (or finds one in progress) and only completes when download is finished </li>
@@ -207,7 +207,7 @@
</td>
</tr>
<tr>
- <td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/ml/modeldownloader/DownloadType.html">DownloadType</a> downloadType</code></td>
+ <td width="40%"><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> downloadType</code></td>
<td>
<p><code><a href="/docs/reference/android/com/google/firebase/ml/modeldownloader/DownloadType.html">DownloadType</a></code> to determine which model to return.</p>
</td> --- /home/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/firestore/CollectionReference.html 2023-01-18 21:40:03.234343041 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/firestore/CollectionReference.html 2023-01-18 21:32:23.538157144 +0000
@@ -205,7 +205,7 @@
<tr>
<td width="40%"><code><a href="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/kotlin/com/google/firebase/firestore/QuerySnapshot.html">QuerySnapshot</a>!></code></td>
<td>
- <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#get(com.google.firebase.firestore.Source)">get</a>(source: <a href="/docs/reference/kotlin/com/google/firebase/firestore/Source.html">Source</a>)</code></div>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#get(com.google.firebase.firestore.Source)">get</a>(source: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>)</code></div>
<p>Executes the query and returns the results as a <code>QuerySnapshot</code>.</p>
</td>
</tr> --- /home/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/firestore/DocumentReference.html 2023-01-18 21:40:03.238343042 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/firestore/DocumentReference.html 2023-01-18 21:32:23.538157144 +0000
@@ -109,7 +109,7 @@
<tr>
<td width="40%"><code><a href="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/kotlin/com/google/firebase/firestore/DocumentSnapshot.html">DocumentSnapshot</a>!></code></td>
<td>
- <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/DocumentReference.html#get(com.google.firebase.firestore.Source)">get</a>(source: <a href="/docs/reference/kotlin/com/google/firebase/firestore/Source.html">Source</a>)</code></div>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/DocumentReference.html#get(com.google.firebase.firestore.Source)">get</a>(source: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>)</code></div>
<p>Reads the document referenced by this <code>DocumentReference</code>.</p>
</td>
</tr>
@@ -561,7 +561,7 @@
</div>
<div><a name="get-com.google.firebase.firestore.Source-"></a><a name="get"></a>
<h3 class="api-name" id="get(com.google.firebase.firestore.Source)">get</h3>
- <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/DocumentReference.html#get(com.google.firebase.firestore.Source)">get</a>(source: <a href="/docs/reference/kotlin/com/google/firebase/firestore/Source.html">Source</a>): <a href="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/kotlin/com/google/firebase/firestore/DocumentSnapshot.html">DocumentSnapshot</a>!></pre>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/DocumentReference.html#get(com.google.firebase.firestore.Source)">get</a>(source: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>): <a href="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/kotlin/com/google/firebase/firestore/DocumentSnapshot.html">DocumentSnapshot</a>!></pre>
<p>Reads the document referenced by this <code>DocumentReference</code>. </p>
<p>By default, <code>get()</code> attempts to provide up-to-date data when possible by waiting for data from the server, but it may return cached data or fail if you are offline and the server cannot be reached. This behavior can be altered via the <code>Source</code> parameter.</p>
<div class="devsite-table-wrapper">
@@ -573,7 +573,7 @@
</thead>
<tbody class="list">
<tr>
- <td width="40%"><code>source: <a href="/docs/reference/kotlin/com/google/firebase/firestore/Source.html">Source</a></code></td>
+ <td width="40%"><code>source: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a></code></td>
<td>
<p>A value to configure the get behavior.</p>
</td> --- /home/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/firestore/LoadBundleTaskProgress.html 2023-01-18 21:40:03.238343042 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/firestore/LoadBundleTaskProgress.html 2023-01-18 21:32:23.538157144 +0000
@@ -81,7 +81,7 @@
</td>
</tr>
<tr>
- <td width="40%"><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/LoadBundleTaskProgress.TaskState.html">LoadBundleTaskProgress.TaskState</a></code></td>
+ <td width="40%"><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a></code></td>
<td>
<div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/LoadBundleTaskProgress.html#getTaskState()">getTaskState</a>()</code></div>
<p>Returns the current state of the <code><a href="/docs/reference/kotlin/com/google/firebase/firestore/LoadBundleTask.html">LoadBundleTask</a></code>.</p>
@@ -137,7 +137,7 @@
</div>
<div><a name="getTaskState--"></a><a name="gettaskstate"></a>
<h3 class="api-name" id="getTaskState()">getTaskState</h3>
- <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/LoadBundleTaskProgress.html#getTaskState()">getTaskState</a>(): <a href="/docs/reference/kotlin/com/google/firebase/firestore/LoadBundleTaskProgress.TaskState.html">LoadBundleTaskProgress.TaskState</a></pre>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/LoadBundleTaskProgress.html#getTaskState()">getTaskState</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a></pre>
<p>Returns the current state of the <code><a href="/docs/reference/kotlin/com/google/firebase/firestore/LoadBundleTask.html">LoadBundleTask</a></code>.</p>
</div>
<div><a name="getTotalBytes--"></a><a name="gettotalbytes"></a> --- /home/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/firestore/Query.html 2023-01-18 21:40:03.234343041 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/firestore/Query.html 2023-01-18 21:32:23.538157144 +0000
@@ -165,7 +165,7 @@
<tr>
<td width="40%"><code><a href="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/kotlin/com/google/firebase/firestore/QuerySnapshot.html">QuerySnapshot</a>!></code></td>
<td>
- <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#get(com.google.firebase.firestore.Source)">get</a>(source: <a href="/docs/reference/kotlin/com/google/firebase/firestore/Source.html">Source</a>)</code></div>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#get(com.google.firebase.firestore.Source)">get</a>(source: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>)</code></div>
<p>Executes the query and returns the results as a <code>QuerySnapshot</code>.</p>
</td>
</tr>
@@ -890,7 +890,7 @@
</div>
<div><a name="get-com.google.firebase.firestore.Source-"></a><a name="get"></a>
<h3 class="api-name" id="get(com.google.firebase.firestore.Source)">get</h3>
- <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#get(com.google.firebase.firestore.Source)">get</a>(source: <a href="/docs/reference/kotlin/com/google/firebase/firestore/Source.html">Source</a>): <a href="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/kotlin/com/google/firebase/firestore/QuerySnapshot.html">QuerySnapshot</a>!></pre>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/Query.html#get(com.google.firebase.firestore.Source)">get</a>(source: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>): <a href="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/kotlin/com/google/firebase/firestore/QuerySnapshot.html">QuerySnapshot</a>!></pre>
<p>Executes the query and returns the results as a <code>QuerySnapshot</code>. </p>
<p>By default, <code>get()</code> attempts to provide up-to-date data when possible by waiting for data from the server, but it may return cached data or fail if you are offline and the server cannot be reached. This behavior can be altered via the <code>Source</code> parameter.</p>
<div class="devsite-table-wrapper">
@@ -902,7 +902,7 @@
</thead>
<tbody class="list">
<tr>
- <td width="40%"><code>source: <a href="/docs/reference/kotlin/com/google/firebase/firestore/Source.html">Source</a></code></td>
+ <td width="40%"><code>source: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a></code></td>
<td>
<p>A value to configure the get behavior.</p>
</td> --- /home/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/ml/modeldownloader/FirebaseModelDownloader.html 2023-01-18 21:40:25.230346869 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/ml/modeldownloader/FirebaseModelDownloader.html 2023-01-18 21:32:46.770175579 +0000
@@ -59,7 +59,7 @@
<tr>
<td width="40%"><code><a href="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/kotlin/com/google/firebase/ml/modeldownloader/CustomModel.html">CustomModel</a>!></code></td>
<td>
- <div><code><a href="/docs/reference/kotlin/com/google/firebase/ml/modeldownloader/FirebaseModelDownloader.html#getModel(java.lang.String,com.google.firebase.ml.modeldownloader.DownloadType,com.google.firebase.ml.modeldownloader.CustomModelDownloadConditions)">getModel</a>(<br> modelName: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>,<br> downloadType: <a href="/docs/reference/kotlin/com/google/firebase/ml/modeldownloader/DownloadType.html">DownloadType</a>,<br> conditions: <a href="/docs/reference/kotlin/com/google/firebase/ml/modeldownloader/CustomModelDownloadConditions.html">CustomModelDownloadConditions</a>?<br>)</code></div>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/ml/modeldownloader/FirebaseModelDownloader.html#getModel(java.lang.String,com.google.firebase.ml.modeldownloader.DownloadType,com.google.firebase.ml.modeldownloader.CustomModelDownloadConditions)">getModel</a>(<br> modelName: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>,<br> downloadType: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>,<br> conditions: <a href="/docs/reference/kotlin/com/google/firebase/ml/modeldownloader/CustomModelDownloadConditions.html">CustomModelDownloadConditions</a>?<br>)</code></div>
<p>Gets the downloaded model file based on download type and conditions.</p>
</td>
</tr>
@@ -178,7 +178,7 @@
</div>
<div><a name="getModel(java.lang.String, com.google.firebase.ml.modeldownloader.DownloadType, com.google.firebase.ml.modeldownloader.CustomModelDownloadConditions)"></a><a name="getModel-java.lang.String-com.google.firebase.ml.modeldownloader.DownloadType-com.google.firebase.ml.modeldownloader.CustomModelDownloadConditions-"></a><a name="getmodel"></a>
<h3 class="api-name" id="getModel(java.lang.String,com.google.firebase.ml.modeldownloader.DownloadType,com.google.firebase.ml.modeldownloader.CustomModelDownloadConditions)">getModel</h3>
- <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/ml/modeldownloader/FirebaseModelDownloader.html#getModel(java.lang.String,com.google.firebase.ml.modeldownloader.DownloadType,com.google.firebase.ml.modeldownloader.CustomModelDownloadConditions)">getModel</a>(<br> modelName: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>,<br> downloadType: <a href="/docs/reference/kotlin/com/google/firebase/ml/modeldownloader/DownloadType.html">DownloadType</a>,<br> conditions: <a href="/docs/reference/kotlin/com/google/firebase/ml/modeldownloader/CustomModelDownloadConditions.html">CustomModelDownloadConditions</a>?<br>): <a href="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/kotlin/com/google/firebase/ml/modeldownloader/CustomModel.html">CustomModel</a>!></pre>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/ml/modeldownloader/FirebaseModelDownloader.html#getModel(java.lang.String,com.google.firebase.ml.modeldownloader.DownloadType,com.google.firebase.ml.modeldownloader.CustomModelDownloadConditions)">getModel</a>(<br> modelName: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>,<br> downloadType: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>,<br> conditions: <a href="/docs/reference/kotlin/com/google/firebase/ml/modeldownloader/CustomModelDownloadConditions.html">CustomModelDownloadConditions</a>?<br>): <a href="https://developers.google.com/android/reference/com/google/android/gms/tasks/Task.html">Task</a><<a href="/docs/reference/kotlin/com/google/firebase/ml/modeldownloader/CustomModel.html">CustomModel</a>!></pre>
<p>Gets the downloaded model file based on download type and conditions. DownloadType behaviours: </p>
<ul>
<li><code><a href="/docs/reference/kotlin/com/google/firebase/ml/modeldownloader/DownloadType.html#LOCAL_MODEL">DownloadType#LOCAL_MODEL</a></code>: returns the current model if present, otherwise triggers new download (or finds one in progress) and only completes when download is finished </li>
@@ -207,7 +207,7 @@
</td>
</tr>
<tr>
- <td width="40%"><code>downloadType: <a href="/docs/reference/kotlin/com/google/firebase/ml/modeldownloader/DownloadType.html">DownloadType</a></code></td>
+ <td width="40%"><code>downloadType: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a></code></td>
<td>
<p><code><a href="/docs/reference/kotlin/com/google/firebase/ml/modeldownloader/DownloadType.html">DownloadType</a></code> to determine which model to return.</p>
</td> |
Coverage Report 1Affected Products
Test Logs |
* Migrate vendor plugin to new transform api. Additionally disable vendoring for the debug variant since unit tests and integ tests don't work when dagger is vendored in, since the dagger compiler enforces that all module and component annotations live under the `dagger` java package, not the vendered package like `com.example.dagger`. * fix classpath * Cleanup manifests, run tests in debug mode on CI * Remove unused manifests. * Add tests that build an app and fail on missing symbols. * Upgrade from rc01 to stable. * remove unused variant config.
Additionally disable vendoring for the debug variant since unit tests and integ tests don't work when dagger is vendored in, since the dagger compiler enforces that all module and component annotations live under the
dagger
java package, not the vendered package likecom.example.dagger
.