-
Notifications
You must be signed in to change notification settings - Fork 624
remove javax.annotation.Nonnull from files containing a different Non… #6141
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
Javadoc Changes:--- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/firestore/AggregateQuerySnapshot.html 2024-09-24 16:08:42.021900821 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/firestore/AggregateQuerySnapshot.html 2024-09-24 16:05:55.588345237 +0000
@@ -27,9 +27,9 @@
</thead>
<tbody class="list">
<tr>
- <td><code>final <a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuery.html">AggregateQuery</a></code></td>
+ <td><code>final @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuery.html">AggregateQuery</a></code></td>
<td>
- <div><code>@<a href="/docs/reference/android/javax/annotation/Nonnull.html">Nonnull</a><br><a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuerySnapshot.html#query()">query</a></code></div>
+ <div><code><a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuerySnapshot.html#query()">query</a></code></div>
</td>
</tr>
</tbody>
@@ -57,21 +57,21 @@
<tr>
<td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</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/AggregateQuerySnapshot.html#get(com.google.firebase.firestore.AggregateField)">get</a>(@<a href="/docs/reference/android/javax/annotation/Nonnull.html">Nonnull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.html">AggregateField</a> aggregateField)</code></div>
+ <div><code><a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuerySnapshot.html#get(com.google.firebase.firestore.AggregateField)">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/AggregateField.html">AggregateField</a> aggregateField)</code></div>
<p>Returns the result of the given aggregation from the server without coercion of data types.</p>
</td>
</tr>
<tr>
<td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Double.html">Double</a></code></td>
<td>
- <div><code><a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuerySnapshot.html#get(com.google.firebase.firestore.AggregateField.AverageAggregateField)">get</a>(@<a href="/docs/reference/android/javax/annotation/Nonnull.html">Nonnull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.AverageAggregateField.html">AggregateField.AverageAggregateField</a> averageAggregateField)</code></div>
+ <div><code><a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuerySnapshot.html#get(com.google.firebase.firestore.AggregateField.AverageAggregateField)">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/AggregateField.AverageAggregateField.html">AggregateField.AverageAggregateField</a> averageAggregateField)</code></div>
<p>Returns the result of the given average aggregation.</p>
</td>
</tr>
<tr>
<td><code>long</code></td>
<td>
- <div><code><a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuerySnapshot.html#get(com.google.firebase.firestore.AggregateField.CountAggregateField)">get</a>(@<a href="/docs/reference/android/javax/annotation/Nonnull.html">Nonnull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.CountAggregateField.html">AggregateField.CountAggregateField</a> countAggregateField)</code></div>
+ <div><code><a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuerySnapshot.html#get(com.google.firebase.firestore.AggregateField.CountAggregateField)">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/AggregateField.CountAggregateField.html">AggregateField.CountAggregateField</a> countAggregateField)</code></div>
<p>Returns the number of documents in the result set of the underlying query.</p>
</td>
</tr>
@@ -85,14 +85,14 @@
<tr>
<td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Double.html">Double</a></code></td>
<td>
- <div><code><a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuerySnapshot.html#getDouble(com.google.firebase.firestore.AggregateField)">getDouble</a>(@<a href="/docs/reference/android/javax/annotation/Nonnull.html">Nonnull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.html">AggregateField</a> aggregateField)</code></div>
+ <div><code><a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuerySnapshot.html#getDouble(com.google.firebase.firestore.AggregateField)">getDouble</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.html">AggregateField</a> aggregateField)</code></div>
<p>Returns the result of the given aggregation as a double.</p>
</td>
</tr>
<tr>
<td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Long.html">Long</a></code></td>
<td>
- <div><code><a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuerySnapshot.html#getLong(com.google.firebase.firestore.AggregateField)">getLong</a>(@<a href="/docs/reference/android/javax/annotation/Nonnull.html">Nonnull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.html">AggregateField</a> aggregateField)</code></div>
+ <div><code><a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuerySnapshot.html#getLong(com.google.firebase.firestore.AggregateField)">getLong</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.html">AggregateField</a> aggregateField)</code></div>
<p>Returns the result of the given aggregation as a long.</p>
</td>
</tr>
@@ -117,7 +117,7 @@
<h2>Public fields</h2>
<div class="api-item"><a name="getQuery()"></a><a name="setQuery()"></a><a name="getQuery--"></a><a name="setQuery--"></a>
<h3 class="api-name" id="query()">query</h3>
- <pre class="api-signature no-pretty-print">@<a href="/docs/reference/android/javax/annotation/Nonnull.html">Nonnull</a><br>public final <a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuery.html">AggregateQuery</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuerySnapshot.html#query()">query</a></pre>
+ <pre class="api-signature no-pretty-print">public final @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuery.html">AggregateQuery</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuerySnapshot.html#query()">query</a></pre>
</div>
</div>
<div class="list">
@@ -178,7 +178,7 @@
</div>
<div class="api-item"><a name="get-com.google.firebase.firestore.AggregateField-"></a><a name="get"></a>
<h3 class="api-name" id="get(com.google.firebase.firestore.AggregateField)">get</h3>
- <pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuerySnapshot.html#get(com.google.firebase.firestore.AggregateField)">get</a>(@<a href="/docs/reference/android/javax/annotation/Nonnull.html">Nonnull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.html">AggregateField</a> aggregateField)</pre>
+ <pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">Object</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuerySnapshot.html#get(com.google.firebase.firestore.AggregateField)">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/AggregateField.html">AggregateField</a> aggregateField)</pre>
<p>Returns the result of the given aggregation from the server without coercion of data types. Throws java.lang.RuntimeException if the `aggregateField` was not requested when calling `query.aggregate(...)`.</p>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -193,7 +193,7 @@
</thead>
<tbody class="list">
<tr>
- <td><code>@<a href="/docs/reference/android/javax/annotation/Nonnull.html">Nonnull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.html">AggregateField</a> aggregateField</code></td>
+ <td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.html">AggregateField</a> aggregateField</code></td>
<td>
<p>The aggregation for which the value is requested.</p>
</td>
@@ -225,7 +225,7 @@
</div>
<div class="api-item"><a name="get-com.google.firebase.firestore.AggregateField.AverageAggregateField-"></a><a name="get"></a>
<h3 class="api-name" id="get(com.google.firebase.firestore.AggregateField.AverageAggregateField)">get</h3>
- <pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Double.html">Double</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuerySnapshot.html#get(com.google.firebase.firestore.AggregateField.AverageAggregateField)">get</a>(@<a href="/docs/reference/android/javax/annotation/Nonnull.html">Nonnull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.AverageAggregateField.html">AggregateField.AverageAggregateField</a> averageAggregateField)</pre>
+ <pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Double.html">Double</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuerySnapshot.html#get(com.google.firebase.firestore.AggregateField.AverageAggregateField)">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/AggregateField.AverageAggregateField.html">AggregateField.AverageAggregateField</a> averageAggregateField)</pre>
<p>Returns the result of the given average aggregation. Since the result of an average aggregation performed by the server is always a double, this convenience overload can be used in lieu of the above `get` method. Throws java.lang.RuntimeException if the `aggregateField` was not requested when calling `query.aggregate(...)`.</p>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -240,7 +240,7 @@
</thead>
<tbody class="list">
<tr>
- <td><code>@<a href="/docs/reference/android/javax/annotation/Nonnull.html">Nonnull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.AverageAggregateField.html">AggregateField.AverageAggregateField</a> averageAggregateField</code></td>
+ <td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.AverageAggregateField.html">AggregateField.AverageAggregateField</a> averageAggregateField</code></td>
<td>
<p>The average aggregation for which the value is requested.</p>
</td>
@@ -272,7 +272,7 @@
</div>
<div class="api-item"><a name="get-com.google.firebase.firestore.AggregateField.CountAggregateField-"></a><a name="get"></a>
<h3 class="api-name" id="get(com.google.firebase.firestore.AggregateField.CountAggregateField)">get</h3>
- <pre class="api-signature no-pretty-print">public long <a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuerySnapshot.html#get(com.google.firebase.firestore.AggregateField.CountAggregateField)">get</a>(@<a href="/docs/reference/android/javax/annotation/Nonnull.html">Nonnull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.CountAggregateField.html">AggregateField.CountAggregateField</a> countAggregateField)</pre>
+ <pre class="api-signature no-pretty-print">public long <a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuerySnapshot.html#get(com.google.firebase.firestore.AggregateField.CountAggregateField)">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/AggregateField.CountAggregateField.html">AggregateField.CountAggregateField</a> countAggregateField)</pre>
<p>Returns the number of documents in the result set of the underlying query.</p>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -287,7 +287,7 @@
</thead>
<tbody class="list">
<tr>
- <td><code>@<a href="/docs/reference/android/javax/annotation/Nonnull.html">Nonnull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.CountAggregateField.html">AggregateField.CountAggregateField</a> countAggregateField</code></td>
+ <td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.CountAggregateField.html">AggregateField.CountAggregateField</a> countAggregateField</code></td>
<td>
<p>The count aggregation for which the value is requested.</p>
</td>
@@ -324,7 +324,7 @@
</div>
<div class="api-item"><a name="getDouble-com.google.firebase.firestore.AggregateField-"></a><a name="getdouble"></a>
<h3 class="api-name" id="getDouble(com.google.firebase.firestore.AggregateField)">getDouble</h3>
- <pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Double.html">Double</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuerySnapshot.html#getDouble(com.google.firebase.firestore.AggregateField)">getDouble</a>(@<a href="/docs/reference/android/javax/annotation/Nonnull.html">Nonnull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.html">AggregateField</a> aggregateField)</pre>
+ <pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Double.html">Double</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuerySnapshot.html#getDouble(com.google.firebase.firestore.AggregateField)">getDouble</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.html">AggregateField</a> aggregateField)</pre>
<p>Returns the result of the given aggregation as a double. Coerces all numeric values and throws a RuntimeException if the result of the aggregate is non-numeric. In the case of coercion of long to double, uses java.lang.Long.doubleValue to perform the conversion, and may result in a loss of precision.</p>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -339,7 +339,7 @@
</thead>
<tbody class="list">
<tr>
- <td><code>@<a href="/docs/reference/android/javax/annotation/Nonnull.html">Nonnull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.html">AggregateField</a> aggregateField</code></td>
+ <td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.html">AggregateField</a> aggregateField</code></td>
<td>
<p>The aggregation for which the value is requested.</p>
</td>
@@ -371,7 +371,7 @@
</div>
<div class="api-item"><a name="getLong-com.google.firebase.firestore.AggregateField-"></a><a name="getlong"></a>
<h3 class="api-name" id="getLong(com.google.firebase.firestore.AggregateField)">getLong</h3>
- <pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Long.html">Long</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuerySnapshot.html#getLong(com.google.firebase.firestore.AggregateField)">getLong</a>(@<a href="/docs/reference/android/javax/annotation/Nonnull.html">Nonnull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.html">AggregateField</a> aggregateField)</pre>
+ <pre class="api-signature no-pretty-print">public @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/Nullable.html">Nullable</a> <a href="https://developer.android.com/reference/kotlin/java/lang/Long.html">Long</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateQuerySnapshot.html#getLong(com.google.firebase.firestore.AggregateField)">getLong</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.html">AggregateField</a> aggregateField)</pre>
<p>Returns the result of the given aggregation as a long. Coerces all numeric values and throws a RuntimeException if the result of the aggregate is non-numeric. In case of coercion of double to long, uses java.lang.Double.longValue to perform the conversion.</p>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -386,7 +386,7 @@
</thead>
<tbody class="list">
<tr>
- <td><code>@<a href="/docs/reference/android/javax/annotation/Nonnull.html">Nonnull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.html">AggregateField</a> aggregateField</code></td>
+ <td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/firestore/AggregateField.html">AggregateField</a> aggregateField</code></td>
<td>
<p>The aggregation for which the value is requested.</p>
</td> --- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/remoteconfig/ConfigUpdateListener.html 2024-09-24 16:07:49.063434180 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/remoteconfig/ConfigUpdateListener.html 2024-09-24 16:04:47.315789806 +0000
@@ -29,7 +29,7 @@
<tr>
<td><code>abstract void</code></td>
<td>
- <div><code><a href="/docs/reference/android/com/google/firebase/remoteconfig/ConfigUpdateListener.html#onError(com.google.firebase.remoteconfig.FirebaseRemoteConfigException)">onError</a>(@<a href="/docs/reference/android/javax/annotation/Nonnull.html">Nonnull</a> <a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.html">FirebaseRemoteConfigException</a> error)</code></div>
+ <div><code><a href="/docs/reference/android/com/google/firebase/remoteconfig/ConfigUpdateListener.html#onError(com.google.firebase.remoteconfig.FirebaseRemoteConfigException)">onError</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.html">FirebaseRemoteConfigException</a> error)</code></div>
<p>Callback for when an error occurs while listening for updates or fetching the latest version of the config.</p>
</td>
</tr>
@@ -47,7 +47,7 @@
<h2>Public methods</h2>
<div class="api-item"><a name="onError-com.google.firebase.remoteconfig.FirebaseRemoteConfigException-"></a><a name="onerror"></a>
<h3 class="api-name" id="onError(com.google.firebase.remoteconfig.FirebaseRemoteConfigException)">onError</h3>
- <pre class="api-signature no-pretty-print">abstract void <a href="/docs/reference/android/com/google/firebase/remoteconfig/ConfigUpdateListener.html#onError(com.google.firebase.remoteconfig.FirebaseRemoteConfigException)">onError</a>(@<a href="/docs/reference/android/javax/annotation/Nonnull.html">Nonnull</a> <a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.html">FirebaseRemoteConfigException</a> error)</pre>
+ <pre class="api-signature no-pretty-print">abstract void <a href="/docs/reference/android/com/google/firebase/remoteconfig/ConfigUpdateListener.html#onError(com.google.firebase.remoteconfig.FirebaseRemoteConfigException)">onError</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.html">FirebaseRemoteConfigException</a> error)</pre>
<p>Callback for when an error occurs while listening for updates or fetching the latest version of the config.</p>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -62,7 +62,7 @@
</thead>
<tbody class="list">
<tr>
- <td><code>@<a href="/docs/reference/android/javax/annotation/Nonnull.html">Nonnull</a> <a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.html">FirebaseRemoteConfigException</a> error</code></td>
+ <td><code>@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.html">FirebaseRemoteConfigException</a> error</code></td>
<td>
<p>A <code><a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.html">FirebaseRemoteConfigException</a></code> with information about the error.</p>
</td> --- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigServerException.html 2024-09-24 16:07:49.070434243 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigServerException.html 2024-09-24 16:04:47.316789814 +0000
@@ -87,7 +87,7 @@
<tbody class="list">
<tr>
<td>
- <div><code><a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigServerException.html#FirebaseRemoteConfigServerException(java.lang.String,com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)">FirebaseRemoteConfigServerException</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> detailMessage,<br> @<a href="/docs/reference/android/javax/annotation/Nonnull.html">Nonnull</a> <a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.Code.html">FirebaseRemoteConfigException.Code</a> code<br>)</code></div>
+ <div><code><a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigServerException.html#FirebaseRemoteConfigServerException(java.lang.String,com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)">FirebaseRemoteConfigServerException</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> detailMessage,<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.Code.html">FirebaseRemoteConfigException.Code</a> code<br>)</code></div>
<p>Creates a Firebase Remote Config server exception with the given message and <code>
FirebaseRemoteConfigException</code> code.</p>
</td>
@@ -112,7 +112,7 @@
</tr>
<tr>
<td>
- <div><code><a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigServerException.html#FirebaseRemoteConfigServerException(int,java.lang.String,com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)">FirebaseRemoteConfigServerException</a>(<br> int httpStatusCode,<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> detailMessage,<br> @<a href="/docs/reference/android/javax/annotation/Nonnull.html">Nonnull</a> <a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.Code.html">FirebaseRemoteConfigException.Code</a> code<br>)</code></div>
+ <div><code><a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigServerException.html#FirebaseRemoteConfigServerException(int,java.lang.String,com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)">FirebaseRemoteConfigServerException</a>(<br> int httpStatusCode,<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> detailMessage,<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.Code.html">FirebaseRemoteConfigException.Code</a> code<br>)</code></div>
<p>Creates a Firebase Remote Config server exception with the HTTP status code, given message, and <code>FirebaseRemoteConfigException</code> code.</p>
</td>
</tr>
@@ -302,7 +302,7 @@
<h2>Public constructors</h2>
<div class="api-item"><a name="FirebaseRemoteConfigServerException(java.lang.String, com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)"></a><a name="FirebaseRemoteConfigServerException-java.lang.String-com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code-"></a><a name="firebaseremoteconfigserverexception"></a>
<h3 class="api-name" id="FirebaseRemoteConfigServerException(java.lang.String,com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)">FirebaseRemoteConfigServerException</h3>
- <pre class="api-signature no-pretty-print">public <a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigServerException.html#FirebaseRemoteConfigServerException(java.lang.String,com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)">FirebaseRemoteConfigServerException</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> detailMessage,<br> @<a href="/docs/reference/android/javax/annotation/Nonnull.html">Nonnull</a> <a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.Code.html">FirebaseRemoteConfigException.Code</a> code<br>)</pre>
+ <pre class="api-signature no-pretty-print">public <a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigServerException.html#FirebaseRemoteConfigServerException(java.lang.String,com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)">FirebaseRemoteConfigServerException</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> detailMessage,<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.Code.html">FirebaseRemoteConfigException.Code</a> code<br>)</pre>
<p>Creates a Firebase Remote Config server exception with the given message and <code>
FirebaseRemoteConfigException</code> code.</p>
</div>
@@ -323,7 +323,7 @@
</div>
<div class="api-item"><a name="FirebaseRemoteConfigServerException(int, java.lang.String, com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)"></a><a name="FirebaseRemoteConfigServerException-int-java.lang.String-com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code-"></a><a name="firebaseremoteconfigserverexception"></a>
<h3 class="api-name" id="FirebaseRemoteConfigServerException(int,java.lang.String,com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)">FirebaseRemoteConfigServerException</h3>
- <pre class="api-signature no-pretty-print">public <a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigServerException.html#FirebaseRemoteConfigServerException(int,java.lang.String,com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)">FirebaseRemoteConfigServerException</a>(<br> int httpStatusCode,<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> detailMessage,<br> @<a href="/docs/reference/android/javax/annotation/Nonnull.html">Nonnull</a> <a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.Code.html">FirebaseRemoteConfigException.Code</a> code<br>)</pre>
+ <pre class="api-signature no-pretty-print">public <a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigServerException.html#FirebaseRemoteConfigServerException(int,java.lang.String,com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)">FirebaseRemoteConfigServerException</a>(<br> int httpStatusCode,<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> detailMessage,<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.Code.html">FirebaseRemoteConfigException.Code</a> code<br>)</pre>
<p>Creates a Firebase Remote Config server exception with the HTTP status code, given message, and <code>FirebaseRemoteConfigException</code> code.</p>
</div>
<div class="api-item"><a name="FirebaseRemoteConfigServerException(int, java.lang.String, java.lang.Throwable, com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)"></a><a name="FirebaseRemoteConfigServerException-int-java.lang.String-java.lang.Throwable-com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code-"></a><a name="firebaseremoteconfigserverexception"></a> --- /home/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/firestore/AggregateQuerySnapshot.html 2024-09-24 16:08:42.010900721 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/firestore/AggregateQuerySnapshot.html 2024-09-24 16:05:55.537344787 +0000
@@ -36,21 +36,21 @@
<tr>
<td><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/AggregateQuerySnapshot.html#get(com.google.firebase.firestore.AggregateField)">get</a>(@<a href="/docs/reference/kotlin/javax/annotation/Nonnull.html">Nonnull</a> aggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.html">AggregateField</a>!)</code></div>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuerySnapshot.html#get(com.google.firebase.firestore.AggregateField)">get</a>(aggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.html">AggregateField</a>)</code></div>
<p>Returns the result of the given aggregation from the server without coercion of data types.</p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>?</code></td>
<td>
- <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuerySnapshot.html#get(com.google.firebase.firestore.AggregateField.AverageAggregateField)">get</a>(@<a href="/docs/reference/kotlin/javax/annotation/Nonnull.html">Nonnull</a> averageAggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.AverageAggregateField.html">AggregateField.AverageAggregateField</a>!)</code></div>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuerySnapshot.html#get(com.google.firebase.firestore.AggregateField.AverageAggregateField)">get</a>(averageAggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.AverageAggregateField.html">AggregateField.AverageAggregateField</a>)</code></div>
<p>Returns the result of the given average aggregation.</p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a></code></td>
<td>
- <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuerySnapshot.html#get(com.google.firebase.firestore.AggregateField.CountAggregateField)">get</a>(@<a href="/docs/reference/kotlin/javax/annotation/Nonnull.html">Nonnull</a> countAggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.CountAggregateField.html">AggregateField.CountAggregateField</a>!)</code></div>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuerySnapshot.html#get(com.google.firebase.firestore.AggregateField.CountAggregateField)">get</a>(countAggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.CountAggregateField.html">AggregateField.CountAggregateField</a>)</code></div>
<p>Returns the number of documents in the result set of the underlying query.</p>
</td>
</tr>
@@ -64,14 +64,14 @@
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>?</code></td>
<td>
- <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuerySnapshot.html#getDouble(com.google.firebase.firestore.AggregateField)">getDouble</a>(@<a href="/docs/reference/kotlin/javax/annotation/Nonnull.html">Nonnull</a> aggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.html">AggregateField</a>!)</code></div>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuerySnapshot.html#getDouble(com.google.firebase.firestore.AggregateField)">getDouble</a>(aggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.html">AggregateField</a>)</code></div>
<p>Returns the result of the given aggregation as a double.</p>
</td>
</tr>
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a>?</code></td>
<td>
- <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuerySnapshot.html#getLong(com.google.firebase.firestore.AggregateField)">getLong</a>(@<a href="/docs/reference/kotlin/javax/annotation/Nonnull.html">Nonnull</a> aggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.html">AggregateField</a>!)</code></div>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuerySnapshot.html#getLong(com.google.firebase.firestore.AggregateField)">getLong</a>(aggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.html">AggregateField</a>)</code></div>
<p>Returns the result of the given aggregation as a long.</p>
</td>
</tr>
@@ -98,9 +98,9 @@
</thead>
<tbody class="list">
<tr>
- <td><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuery.html">AggregateQuery</a>!</code></td>
+ <td><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuery.html">AggregateQuery</a></code></td>
<td>
- <div><code>@<a href="/docs/reference/kotlin/javax/annotation/Nonnull.html">Nonnull</a><br><a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuerySnapshot.html#query()">query</a></code></div>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuerySnapshot.html#query()">query</a></code></div>
</td>
</tr>
</tbody>
@@ -164,7 +164,7 @@
</div>
<div class="api-item"><a name="get-com.google.firebase.firestore.AggregateField-"></a><a name="get"></a>
<h3 class="api-name" id="get(com.google.firebase.firestore.AggregateField)">get</h3>
- <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuerySnapshot.html#get(com.google.firebase.firestore.AggregateField)">get</a>(@<a href="/docs/reference/kotlin/javax/annotation/Nonnull.html">Nonnull</a> aggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.html">AggregateField</a>!): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>?</pre>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuerySnapshot.html#get(com.google.firebase.firestore.AggregateField)">get</a>(aggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.html">AggregateField</a>): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a>?</pre>
<p>Returns the result of the given aggregation from the server without coercion of data types. Throws java.lang.RuntimeException if the `aggregateField` was not requested when calling `query.aggregate(...)`.</p>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -179,7 +179,7 @@
</thead>
<tbody class="list">
<tr>
- <td><code>@<a href="/docs/reference/kotlin/javax/annotation/Nonnull.html">Nonnull</a> aggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.html">AggregateField</a>!</code></td>
+ <td><code>aggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.html">AggregateField</a></code></td>
<td>
<p>The aggregation for which the value is requested.</p>
</td>
@@ -211,7 +211,7 @@
</div>
<div class="api-item"><a name="get-com.google.firebase.firestore.AggregateField.AverageAggregateField-"></a><a name="get"></a>
<h3 class="api-name" id="get(com.google.firebase.firestore.AggregateField.AverageAggregateField)">get</h3>
- <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuerySnapshot.html#get(com.google.firebase.firestore.AggregateField.AverageAggregateField)">get</a>(@<a href="/docs/reference/kotlin/javax/annotation/Nonnull.html">Nonnull</a> averageAggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.AverageAggregateField.html">AggregateField.AverageAggregateField</a>!): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>?</pre>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuerySnapshot.html#get(com.google.firebase.firestore.AggregateField.AverageAggregateField)">get</a>(averageAggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.AverageAggregateField.html">AggregateField.AverageAggregateField</a>): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>?</pre>
<p>Returns the result of the given average aggregation. Since the result of an average aggregation performed by the server is always a double, this convenience overload can be used in lieu of the above `get` method. Throws java.lang.RuntimeException if the `aggregateField` was not requested when calling `query.aggregate(...)`.</p>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -226,7 +226,7 @@
</thead>
<tbody class="list">
<tr>
- <td><code>@<a href="/docs/reference/kotlin/javax/annotation/Nonnull.html">Nonnull</a> averageAggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.AverageAggregateField.html">AggregateField.AverageAggregateField</a>!</code></td>
+ <td><code>averageAggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.AverageAggregateField.html">AggregateField.AverageAggregateField</a></code></td>
<td>
<p>The average aggregation for which the value is requested.</p>
</td>
@@ -258,7 +258,7 @@
</div>
<div class="api-item"><a name="get-com.google.firebase.firestore.AggregateField.CountAggregateField-"></a><a name="get"></a>
<h3 class="api-name" id="get(com.google.firebase.firestore.AggregateField.CountAggregateField)">get</h3>
- <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuerySnapshot.html#get(com.google.firebase.firestore.AggregateField.CountAggregateField)">get</a>(@<a href="/docs/reference/kotlin/javax/annotation/Nonnull.html">Nonnull</a> countAggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.CountAggregateField.html">AggregateField.CountAggregateField</a>!): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a></pre>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuerySnapshot.html#get(com.google.firebase.firestore.AggregateField.CountAggregateField)">get</a>(countAggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.CountAggregateField.html">AggregateField.CountAggregateField</a>): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a></pre>
<p>Returns the number of documents in the result set of the underlying query.</p>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -273,7 +273,7 @@
</thead>
<tbody class="list">
<tr>
- <td><code>@<a href="/docs/reference/kotlin/javax/annotation/Nonnull.html">Nonnull</a> countAggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.CountAggregateField.html">AggregateField.CountAggregateField</a>!</code></td>
+ <td><code>countAggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.CountAggregateField.html">AggregateField.CountAggregateField</a></code></td>
<td>
<p>The count aggregation for which the value is requested.</p>
</td>
@@ -310,7 +310,7 @@
</div>
<div class="api-item"><a name="getDouble-com.google.firebase.firestore.AggregateField-"></a><a name="getdouble"></a>
<h3 class="api-name" id="getDouble(com.google.firebase.firestore.AggregateField)">getDouble</h3>
- <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuerySnapshot.html#getDouble(com.google.firebase.firestore.AggregateField)">getDouble</a>(@<a href="/docs/reference/kotlin/javax/annotation/Nonnull.html">Nonnull</a> aggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.html">AggregateField</a>!): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>?</pre>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuerySnapshot.html#getDouble(com.google.firebase.firestore.AggregateField)">getDouble</a>(aggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.html">AggregateField</a>): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html">Double</a>?</pre>
<p>Returns the result of the given aggregation as a double. Coerces all numeric values and throws a RuntimeException if the result of the aggregate is non-numeric. In the case of coercion of long to double, uses java.lang.Long.doubleValue to perform the conversion, and may result in a loss of precision.</p>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -325,7 +325,7 @@
</thead>
<tbody class="list">
<tr>
- <td><code>@<a href="/docs/reference/kotlin/javax/annotation/Nonnull.html">Nonnull</a> aggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.html">AggregateField</a>!</code></td>
+ <td><code>aggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.html">AggregateField</a></code></td>
<td>
<p>The aggregation for which the value is requested.</p>
</td>
@@ -357,7 +357,7 @@
</div>
<div class="api-item"><a name="getLong-com.google.firebase.firestore.AggregateField-"></a><a name="getlong"></a>
<h3 class="api-name" id="getLong(com.google.firebase.firestore.AggregateField)">getLong</h3>
- <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuerySnapshot.html#getLong(com.google.firebase.firestore.AggregateField)">getLong</a>(@<a href="/docs/reference/kotlin/javax/annotation/Nonnull.html">Nonnull</a> aggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.html">AggregateField</a>!): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a>?</pre>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuerySnapshot.html#getLong(com.google.firebase.firestore.AggregateField)">getLong</a>(aggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.html">AggregateField</a>): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html">Long</a>?</pre>
<p>Returns the result of the given aggregation as a long. Coerces all numeric values and throws a RuntimeException if the result of the aggregate is non-numeric. In case of coercion of double to long, uses java.lang.Double.longValue to perform the conversion.</p>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -372,7 +372,7 @@
</thead>
<tbody class="list">
<tr>
- <td><code>@<a href="/docs/reference/kotlin/javax/annotation/Nonnull.html">Nonnull</a> aggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.html">AggregateField</a>!</code></td>
+ <td><code>aggregateField: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateField.html">AggregateField</a></code></td>
<td>
<p>The aggregation for which the value is requested.</p>
</td>
@@ -433,7 +433,7 @@
<h2>Public properties</h2>
<div class="api-item"><a name="getQuery()"></a><a name="setQuery()"></a><a name="getQuery--"></a><a name="setQuery--"></a>
<h3 class="api-name" id="query()">query</h3>
- <pre class="api-signature no-pretty-print">@<a href="/docs/reference/kotlin/javax/annotation/Nonnull.html">Nonnull</a><br>val <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuerySnapshot.html#query()">query</a>: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuery.html">AggregateQuery</a>!</pre>
+ <pre class="api-signature no-pretty-print">val <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuerySnapshot.html#query()">query</a>: <a href="/docs/reference/kotlin/com/google/firebase/firestore/AggregateQuery.html">AggregateQuery</a></pre>
</div>
</div>
</body> --- /home/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/remoteconfig/ConfigUpdateListener.html 2024-09-24 16:07:49.060434153 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/remoteconfig/ConfigUpdateListener.html 2024-09-24 16:04:47.305789725 +0000
@@ -29,7 +29,7 @@
<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/remoteconfig/ConfigUpdateListener.html#onError(com.google.firebase.remoteconfig.FirebaseRemoteConfigException)">onError</a>(@<a href="/docs/reference/kotlin/javax/annotation/Nonnull.html">Nonnull</a> error: <a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.html">FirebaseRemoteConfigException</a>!)</code></div>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/ConfigUpdateListener.html#onError(com.google.firebase.remoteconfig.FirebaseRemoteConfigException)">onError</a>(error: <a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.html">FirebaseRemoteConfigException</a>)</code></div>
<p>Callback for when an error occurs while listening for updates or fetching the latest version of the config.</p>
</td>
</tr>
@@ -47,7 +47,7 @@
<h2>Public functions</h2>
<div class="api-item"><a name="onError-com.google.firebase.remoteconfig.FirebaseRemoteConfigException-"></a><a name="onerror"></a>
<h3 class="api-name" id="onError(com.google.firebase.remoteconfig.FirebaseRemoteConfigException)">onError</h3>
- <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/ConfigUpdateListener.html#onError(com.google.firebase.remoteconfig.FirebaseRemoteConfigException)">onError</a>(@<a href="/docs/reference/kotlin/javax/annotation/Nonnull.html">Nonnull</a> error: <a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.html">FirebaseRemoteConfigException</a>!): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></pre>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/ConfigUpdateListener.html#onError(com.google.firebase.remoteconfig.FirebaseRemoteConfigException)">onError</a>(error: <a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.html">FirebaseRemoteConfigException</a>): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></pre>
<p>Callback for when an error occurs while listening for updates or fetching the latest version of the config.</p>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -62,7 +62,7 @@
</thead>
<tbody class="list">
<tr>
- <td><code>@<a href="/docs/reference/kotlin/javax/annotation/Nonnull.html">Nonnull</a> error: <a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.html">FirebaseRemoteConfigException</a>!</code></td>
+ <td><code>error: <a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.html">FirebaseRemoteConfigException</a></code></td>
<td>
<p>A <code><a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.html">FirebaseRemoteConfigException</a></code> with information about the error.</p>
</td> --- /home/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfigServerException.html 2024-09-24 16:07:49.060434153 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfigServerException.html 2024-09-24 16:04:47.307789742 +0000
@@ -66,7 +66,7 @@
<tbody class="list">
<tr>
<td>
- <div><code><a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfigServerException.html#FirebaseRemoteConfigServerException(java.lang.String,com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)">FirebaseRemoteConfigServerException</a>(<br> detailMessage: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>,<br> @<a href="/docs/reference/kotlin/javax/annotation/Nonnull.html">Nonnull</a> code: <a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.Code.html">FirebaseRemoteConfigException.Code</a>!<br>)</code></div>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfigServerException.html#FirebaseRemoteConfigServerException(java.lang.String,com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)">FirebaseRemoteConfigServerException</a>(<br> detailMessage: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>,<br> code: <a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.Code.html">FirebaseRemoteConfigException.Code</a><br>)</code></div>
<p>Creates a Firebase Remote Config server exception with the given message and <code>
FirebaseRemoteConfigException</code> code.</p>
</td>
@@ -91,7 +91,7 @@
</tr>
<tr>
<td>
- <div><code><a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfigServerException.html#FirebaseRemoteConfigServerException(int,java.lang.String,com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)">FirebaseRemoteConfigServerException</a>(<br> httpStatusCode: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,<br> detailMessage: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>,<br> @<a href="/docs/reference/kotlin/javax/annotation/Nonnull.html">Nonnull</a> code: <a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.Code.html">FirebaseRemoteConfigException.Code</a>!<br>)</code></div>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfigServerException.html#FirebaseRemoteConfigServerException(int,java.lang.String,com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)">FirebaseRemoteConfigServerException</a>(<br> httpStatusCode: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,<br> detailMessage: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>,<br> code: <a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.Code.html">FirebaseRemoteConfigException.Code</a><br>)</code></div>
<p>Creates a Firebase Remote Config server exception with the HTTP status code, given message, and <code>FirebaseRemoteConfigException</code> code.</p>
</td>
</tr>
@@ -273,7 +273,7 @@
<h2>Public constructors</h2>
<div class="api-item"><a name="FirebaseRemoteConfigServerException(java.lang.String, com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)"></a><a name="FirebaseRemoteConfigServerException-java.lang.String-com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code-"></a><a name="firebaseremoteconfigserverexception"></a>
<h3 class="api-name" id="FirebaseRemoteConfigServerException(java.lang.String,com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)">FirebaseRemoteConfigServerException</h3>
- <pre class="api-signature no-pretty-print"><a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfigServerException.html#FirebaseRemoteConfigServerException(java.lang.String,com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)">FirebaseRemoteConfigServerException</a>(<br> detailMessage: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>,<br> @<a href="/docs/reference/kotlin/javax/annotation/Nonnull.html">Nonnull</a> code: <a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.Code.html">FirebaseRemoteConfigException.Code</a>!<br>)</pre>
+ <pre class="api-signature no-pretty-print"><a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfigServerException.html#FirebaseRemoteConfigServerException(java.lang.String,com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)">FirebaseRemoteConfigServerException</a>(<br> detailMessage: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>,<br> code: <a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.Code.html">FirebaseRemoteConfigException.Code</a><br>)</pre>
<p>Creates a Firebase Remote Config server exception with the given message and <code>
FirebaseRemoteConfigException</code> code.</p>
</div>
@@ -294,7 +294,7 @@
</div>
<div class="api-item"><a name="FirebaseRemoteConfigServerException(int, java.lang.String, com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)"></a><a name="FirebaseRemoteConfigServerException-int-java.lang.String-com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code-"></a><a name="firebaseremoteconfigserverexception"></a>
<h3 class="api-name" id="FirebaseRemoteConfigServerException(int,java.lang.String,com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)">FirebaseRemoteConfigServerException</h3>
- <pre class="api-signature no-pretty-print"><a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfigServerException.html#FirebaseRemoteConfigServerException(int,java.lang.String,com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)">FirebaseRemoteConfigServerException</a>(<br> httpStatusCode: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,<br> detailMessage: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>,<br> @<a href="/docs/reference/kotlin/javax/annotation/Nonnull.html">Nonnull</a> code: <a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.Code.html">FirebaseRemoteConfigException.Code</a>!<br>)</pre>
+ <pre class="api-signature no-pretty-print"><a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfigServerException.html#FirebaseRemoteConfigServerException(int,java.lang.String,com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)">FirebaseRemoteConfigServerException</a>(<br> httpStatusCode: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>,<br> detailMessage: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>,<br> code: <a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfigException.Code.html">FirebaseRemoteConfigException.Code</a><br>)</pre>
<p>Creates a Firebase Remote Config server exception with the HTTP status code, given message, and <code>FirebaseRemoteConfigException</code> code.</p>
</div>
<div class="api-item"><a name="FirebaseRemoteConfigServerException(int, java.lang.String, java.lang.Throwable, com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code)"></a><a name="FirebaseRemoteConfigServerException-int-java.lang.String-java.lang.Throwable-com.google.firebase.remoteconfig.FirebaseRemoteConfigException.Code-"></a><a name="firebaseremoteconfigserverexception"></a> |
Generated by 🚫 Danger |
Coverage Report 1Affected Products
Test Logs |
Unit Test Results 290 files + 274 290 suites +274 8m 26s ⏱️ + 8m 11s Results for commit f055c2c. ± Comparison against base commit bd157db. This pull request removes 108 and adds 1862 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Size Report 1Affected Products
Test Logs |
Startup Time Report 1Note: Layout is sometimes suboptimal due to limited formatting support on GitHub. Please check this report on GCS. Notes
Startup Times
|
This is more widespread, as reported by running this command
could you also fix those instances? thanks |
done |
is this change still pending? |
…Null annotation
NO_RELEASE_CHANGE