-
Notifications
You must be signed in to change notification settings - Fork 624
Lowercase "server(s)" in Remote Config docs. #4970
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Javadoc Changes:--- /Users/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html 2023-05-02 16:52:41.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html 2023-05-02 16:46:02.000000000 +0000
@@ -12,7 +12,7 @@
</p>
<hr>
<p>Entry point for the Firebase Remote Config API. </p>
- <p>Callers should first get the singleton object using <code><a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#getInstance()">getInstance</a></code>, and then call operations on that singleton object. The singleton contains the complete set of Remote Config parameter values available to your app. The singleton also stores values fetched from the Remote Config Server until they are made available for use with a call to <code><a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#activate()">activate</a></code>.</p>
+ <p>Callers should first get the singleton object using <code><a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#getInstance()">getInstance</a></code>, and then call operations on that singleton object. The singleton contains the complete set of Remote Config parameter values available to your app. The singleton also stores values fetched from the Remote Config server until they are made available for use with a call to <code><a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#activate()">activate</a></code>.</p>
<h2>Summary</h2>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -65,28 +65,28 @@
<td><code>static final int</code></td>
<td>
<div><code><a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#LAST_FETCH_STATUS_FAILURE()">LAST_FETCH_STATUS_FAILURE</a> = 1</code></div>
- <p>Indicates that the most recent attempt to fetch parameter values from the Firebase Remote Config Server has failed.</p>
+ <p>Indicates that the most recent attempt to fetch parameter values from the Firebase Remote Config server has failed.</p>
</td>
</tr>
<tr>
<td><code>static final int</code></td>
<td>
<div><code><a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#LAST_FETCH_STATUS_NO_FETCH_YET()">LAST_FETCH_STATUS_NO_FETCH_YET</a> = 0</code></div>
- <p>Indicates that the FirebaseRemoteConfig singleton object has not yet attempted to fetch parameter values from the Firebase Remote Config Server.</p>
+ <p>Indicates that the FirebaseRemoteConfig singleton object has not yet attempted to fetch parameter values from the Firebase Remote Config server.</p>
</td>
</tr>
<tr>
<td><code>static final int</code></td>
<td>
<div><code><a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#LAST_FETCH_STATUS_SUCCESS()">LAST_FETCH_STATUS_SUCCESS</a> = -1</code></div>
- <p>Indicates that the most recent fetch of parameter values from the Firebase Remote Config Server was completed successfully.</p>
+ <p>Indicates that the most recent fetch of parameter values from the Firebase Remote Config server was completed successfully.</p>
</td>
</tr>
<tr>
<td><code>static final int</code></td>
<td>
<div><code><a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#LAST_FETCH_STATUS_THROTTLED()">LAST_FETCH_STATUS_THROTTLED</a> = 2</code></div>
- <p>Indicates that the most recent attempt to fetch parameter values from the Firebase Remote Config Server was throttled.</p>
+ <p>Indicates that the most recent attempt to fetch parameter values from the Firebase Remote Config server was throttled.</p>
</td>
</tr>
<tr>
@@ -100,7 +100,7 @@
<td><code>static final int</code></td>
<td>
<div><code><a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#VALUE_SOURCE_REMOTE()">VALUE_SOURCE_REMOTE</a> = 2</code></div>
- <p>Indicates that the value returned was retrieved from the Firebase Remote Config Server.</p>
+ <p>Indicates that the value returned was retrieved from the Firebase Remote Config server.</p>
</td>
</tr>
<tr>
@@ -298,22 +298,22 @@
<div class="api-item"><a name="getLAST_FETCH_STATUS_FAILURE()"></a><a name="setLAST_FETCH_STATUS_FAILURE()"></a><a name="getLAST_FETCH_STATUS_FAILURE--"></a><a name="setLAST_FETCH_STATUS_FAILURE--"></a>
<h3 class="api-name" id="LAST_FETCH_STATUS_FAILURE()">LAST_FETCH_STATUS_FAILURE</h3>
<pre class="api-signature no-pretty-print">public static final int <a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#LAST_FETCH_STATUS_FAILURE()">LAST_FETCH_STATUS_FAILURE</a> = 1</pre>
- <p>Indicates that the most recent attempt to fetch parameter values from the Firebase Remote Config Server has failed.</p>
+ <p>Indicates that the most recent attempt to fetch parameter values from the Firebase Remote Config server has failed.</p>
</div>
<div class="api-item"><a name="getLAST_FETCH_STATUS_NO_FETCH_YET()"></a><a name="setLAST_FETCH_STATUS_NO_FETCH_YET()"></a><a name="getLAST_FETCH_STATUS_NO_FETCH_YET--"></a><a name="setLAST_FETCH_STATUS_NO_FETCH_YET--"></a>
<h3 class="api-name" id="LAST_FETCH_STATUS_NO_FETCH_YET()">LAST_FETCH_STATUS_NO_FETCH_YET</h3>
<pre class="api-signature no-pretty-print">public static final int <a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#LAST_FETCH_STATUS_NO_FETCH_YET()">LAST_FETCH_STATUS_NO_FETCH_YET</a> = 0</pre>
- <p>Indicates that the FirebaseRemoteConfig singleton object has not yet attempted to fetch parameter values from the Firebase Remote Config Server.</p>
+ <p>Indicates that the FirebaseRemoteConfig singleton object has not yet attempted to fetch parameter values from the Firebase Remote Config server.</p>
</div>
<div class="api-item"><a name="getLAST_FETCH_STATUS_SUCCESS()"></a><a name="setLAST_FETCH_STATUS_SUCCESS()"></a><a name="getLAST_FETCH_STATUS_SUCCESS--"></a><a name="setLAST_FETCH_STATUS_SUCCESS--"></a>
<h3 class="api-name" id="LAST_FETCH_STATUS_SUCCESS()">LAST_FETCH_STATUS_SUCCESS</h3>
<pre class="api-signature no-pretty-print">public static final int <a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#LAST_FETCH_STATUS_SUCCESS()">LAST_FETCH_STATUS_SUCCESS</a> = -1</pre>
- <p>Indicates that the most recent fetch of parameter values from the Firebase Remote Config Server was completed successfully.</p>
+ <p>Indicates that the most recent fetch of parameter values from the Firebase Remote Config server was completed successfully.</p>
</div>
<div class="api-item"><a name="getLAST_FETCH_STATUS_THROTTLED()"></a><a name="setLAST_FETCH_STATUS_THROTTLED()"></a><a name="getLAST_FETCH_STATUS_THROTTLED--"></a><a name="setLAST_FETCH_STATUS_THROTTLED--"></a>
<h3 class="api-name" id="LAST_FETCH_STATUS_THROTTLED()">LAST_FETCH_STATUS_THROTTLED</h3>
<pre class="api-signature no-pretty-print">public static final int <a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#LAST_FETCH_STATUS_THROTTLED()">LAST_FETCH_STATUS_THROTTLED</a> = 2</pre>
- <p>Indicates that the most recent attempt to fetch parameter values from the Firebase Remote Config Server was throttled.</p>
+ <p>Indicates that the most recent attempt to fetch parameter values from the Firebase Remote Config server was throttled.</p>
</div>
<div class="api-item"><a name="getVALUE_SOURCE_DEFAULT()"></a><a name="setVALUE_SOURCE_DEFAULT()"></a><a name="getVALUE_SOURCE_DEFAULT--"></a><a name="setVALUE_SOURCE_DEFAULT--"></a>
<h3 class="api-name" id="VALUE_SOURCE_DEFAULT()">VALUE_SOURCE_DEFAULT</h3>
@@ -323,7 +323,7 @@
<div class="api-item"><a name="getVALUE_SOURCE_REMOTE()"></a><a name="setVALUE_SOURCE_REMOTE()"></a><a name="getVALUE_SOURCE_REMOTE--"></a><a name="setVALUE_SOURCE_REMOTE--"></a>
<h3 class="api-name" id="VALUE_SOURCE_REMOTE()">VALUE_SOURCE_REMOTE</h3>
<pre class="api-signature no-pretty-print">public static final int <a href="/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#VALUE_SOURCE_REMOTE()">VALUE_SOURCE_REMOTE</a> = 2</pre>
- <p>Indicates that the value returned was retrieved from the Firebase Remote Config Server.</p>
+ <p>Indicates that the value returned was retrieved from the Firebase Remote Config server.</p>
</div>
<div class="api-item"><a name="getVALUE_SOURCE_STATIC()"></a><a name="setVALUE_SOURCE_STATIC()"></a><a name="getVALUE_SOURCE_STATIC--"></a><a name="setVALUE_SOURCE_STATIC--"></a>
<h3 class="api-name" id="VALUE_SOURCE_STATIC()">VALUE_SOURCE_STATIC</h3> --- /Users/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html 2023-05-02 16:52:41.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html 2023-05-02 16:46:02.000000000 +0000
@@ -12,7 +12,7 @@
</p>
<hr>
<p>Entry point for the Firebase Remote Config API. </p>
- <p>Callers should first get the singleton object using <code><a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#getInstance()">getInstance</a></code>, and then call operations on that singleton object. The singleton contains the complete set of Remote Config parameter values available to your app. The singleton also stores values fetched from the Remote Config Server until they are made available for use with a call to <code><a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#activate()">activate</a></code>.</p>
+ <p>Callers should first get the singleton object using <code><a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#getInstance()">getInstance</a></code>, and then call operations on that singleton object. The singleton contains the complete set of Remote Config parameter values available to your app. The singleton also stores values fetched from the Remote Config server until they are made available for use with a call to <code><a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#activate()">activate</a></code>.</p>
<h2>Summary</h2>
<div class="devsite-table-wrapper">
<table class="responsive">
@@ -65,28 +65,28 @@
<td><code>const <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#LAST_FETCH_STATUS_FAILURE()">LAST_FETCH_STATUS_FAILURE</a> = 1</code></div>
- <p>Indicates that the most recent attempt to fetch parameter values from the Firebase Remote Config Server has failed.</p>
+ <p>Indicates that the most recent attempt to fetch parameter values from the Firebase Remote Config server has failed.</p>
</td>
</tr>
<tr>
<td><code>const <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#LAST_FETCH_STATUS_NO_FETCH_YET()">LAST_FETCH_STATUS_NO_FETCH_YET</a> = 0</code></div>
- <p>Indicates that the FirebaseRemoteConfig singleton object has not yet attempted to fetch parameter values from the Firebase Remote Config Server.</p>
+ <p>Indicates that the FirebaseRemoteConfig singleton object has not yet attempted to fetch parameter values from the Firebase Remote Config server.</p>
</td>
</tr>
<tr>
<td><code>const <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#LAST_FETCH_STATUS_SUCCESS()">LAST_FETCH_STATUS_SUCCESS</a> = -1</code></div>
- <p>Indicates that the most recent fetch of parameter values from the Firebase Remote Config Server was completed successfully.</p>
+ <p>Indicates that the most recent fetch of parameter values from the Firebase Remote Config server was completed successfully.</p>
</td>
</tr>
<tr>
<td><code>const <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#LAST_FETCH_STATUS_THROTTLED()">LAST_FETCH_STATUS_THROTTLED</a> = 2</code></div>
- <p>Indicates that the most recent attempt to fetch parameter values from the Firebase Remote Config Server was throttled.</p>
+ <p>Indicates that the most recent attempt to fetch parameter values from the Firebase Remote Config server was throttled.</p>
</td>
</tr>
<tr>
@@ -100,7 +100,7 @@
<td><code>const <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#VALUE_SOURCE_REMOTE()">VALUE_SOURCE_REMOTE</a> = 2</code></div>
- <p>Indicates that the value returned was retrieved from the Firebase Remote Config Server.</p>
+ <p>Indicates that the value returned was retrieved from the Firebase Remote Config server.</p>
</td>
</tr>
<tr>
@@ -298,22 +298,22 @@
<div class="api-item"><a name="getLAST_FETCH_STATUS_FAILURE()"></a><a name="setLAST_FETCH_STATUS_FAILURE()"></a><a name="getLAST_FETCH_STATUS_FAILURE--"></a><a name="setLAST_FETCH_STATUS_FAILURE--"></a>
<h3 class="api-name" id="LAST_FETCH_STATUS_FAILURE()">LAST_FETCH_STATUS_FAILURE</h3>
<pre class="api-signature no-pretty-print">const val <a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#LAST_FETCH_STATUS_FAILURE()">LAST_FETCH_STATUS_FAILURE</a> = 1: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></pre>
- <p>Indicates that the most recent attempt to fetch parameter values from the Firebase Remote Config Server has failed.</p>
+ <p>Indicates that the most recent attempt to fetch parameter values from the Firebase Remote Config server has failed.</p>
</div>
<div class="api-item"><a name="getLAST_FETCH_STATUS_NO_FETCH_YET()"></a><a name="setLAST_FETCH_STATUS_NO_FETCH_YET()"></a><a name="getLAST_FETCH_STATUS_NO_FETCH_YET--"></a><a name="setLAST_FETCH_STATUS_NO_FETCH_YET--"></a>
<h3 class="api-name" id="LAST_FETCH_STATUS_NO_FETCH_YET()">LAST_FETCH_STATUS_NO_FETCH_YET</h3>
<pre class="api-signature no-pretty-print">const val <a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#LAST_FETCH_STATUS_NO_FETCH_YET()">LAST_FETCH_STATUS_NO_FETCH_YET</a> = 0: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></pre>
- <p>Indicates that the FirebaseRemoteConfig singleton object has not yet attempted to fetch parameter values from the Firebase Remote Config Server.</p>
+ <p>Indicates that the FirebaseRemoteConfig singleton object has not yet attempted to fetch parameter values from the Firebase Remote Config server.</p>
</div>
<div class="api-item"><a name="getLAST_FETCH_STATUS_SUCCESS()"></a><a name="setLAST_FETCH_STATUS_SUCCESS()"></a><a name="getLAST_FETCH_STATUS_SUCCESS--"></a><a name="setLAST_FETCH_STATUS_SUCCESS--"></a>
<h3 class="api-name" id="LAST_FETCH_STATUS_SUCCESS()">LAST_FETCH_STATUS_SUCCESS</h3>
<pre class="api-signature no-pretty-print">const val <a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#LAST_FETCH_STATUS_SUCCESS()">LAST_FETCH_STATUS_SUCCESS</a> = -1: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></pre>
- <p>Indicates that the most recent fetch of parameter values from the Firebase Remote Config Server was completed successfully.</p>
+ <p>Indicates that the most recent fetch of parameter values from the Firebase Remote Config server was completed successfully.</p>
</div>
<div class="api-item"><a name="getLAST_FETCH_STATUS_THROTTLED()"></a><a name="setLAST_FETCH_STATUS_THROTTLED()"></a><a name="getLAST_FETCH_STATUS_THROTTLED--"></a><a name="setLAST_FETCH_STATUS_THROTTLED--"></a>
<h3 class="api-name" id="LAST_FETCH_STATUS_THROTTLED()">LAST_FETCH_STATUS_THROTTLED</h3>
<pre class="api-signature no-pretty-print">const val <a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#LAST_FETCH_STATUS_THROTTLED()">LAST_FETCH_STATUS_THROTTLED</a> = 2: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></pre>
- <p>Indicates that the most recent attempt to fetch parameter values from the Firebase Remote Config Server was throttled.</p>
+ <p>Indicates that the most recent attempt to fetch parameter values from the Firebase Remote Config server was throttled.</p>
</div>
<div class="api-item"><a name="getVALUE_SOURCE_DEFAULT()"></a><a name="setVALUE_SOURCE_DEFAULT()"></a><a name="getVALUE_SOURCE_DEFAULT--"></a><a name="setVALUE_SOURCE_DEFAULT--"></a>
<h3 class="api-name" id="VALUE_SOURCE_DEFAULT()">VALUE_SOURCE_DEFAULT</h3>
@@ -323,7 +323,7 @@
<div class="api-item"><a name="getVALUE_SOURCE_REMOTE()"></a><a name="setVALUE_SOURCE_REMOTE()"></a><a name="getVALUE_SOURCE_REMOTE--"></a><a name="setVALUE_SOURCE_REMOTE--"></a>
<h3 class="api-name" id="VALUE_SOURCE_REMOTE()">VALUE_SOURCE_REMOTE</h3>
<pre class="api-signature no-pretty-print">const val <a href="/docs/reference/kotlin/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#VALUE_SOURCE_REMOTE()">VALUE_SOURCE_REMOTE</a> = 2: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></pre>
- <p>Indicates that the value returned was retrieved from the Firebase Remote Config Server.</p>
+ <p>Indicates that the value returned was retrieved from the Firebase Remote Config server.</p>
</div>
<div class="api-item"><a name="getVALUE_SOURCE_STATIC()"></a><a name="setVALUE_SOURCE_STATIC()"></a><a name="getVALUE_SOURCE_STATIC--"></a><a name="setVALUE_SOURCE_STATIC--"></a>
<h3 class="api-name" id="VALUE_SOURCE_STATIC()">VALUE_SOURCE_STATIC</h3> |
Coverage Report 1Affected ProductsNo changes between base commit (8f1a33f) and merge commit (bd5d88c).Test Logs |
Size Report 1Affected ProductsNo changes between base commit (8f1a33f) and merge commit (bd5d88c).Test Logs |
karenyz
approved these changes
May 2, 2023
Startup Time Report 1Note: Layout is sometimes suboptimal due to limited formatting support on GitHub. Please check this report on GCS. Notes
Startup Times
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Internal: b/280307873