Update documentation

This commit is contained in:
Sebastian Thiel
2022-03-08 15:36:16 +08:00
parent b84384c010
commit a20241b241
10471 changed files with 1934132 additions and 64947 deletions

View File

@@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Patch - Firebase Management v2.0.4+20210329</title>
<title>Patch - Firebase Management v3.0.0+20220304</title>
@@ -34,7 +34,7 @@
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
<div class="wy-side-nav-search">
<a href=".." class="icon icon-home"> Firebase Management v2.0.4+20210329</a>
<a href=".." class="icon icon-home"> Firebase Management v3.0.0+20220304</a>
</div>
@@ -307,42 +307,42 @@ In the latter case it is advised to set the field-cursor to the data-structure's
<p>can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time.</p>
<ul>
<li><code>-r . display-name=est</code><ul>
<li><code>-r . display-name=lorem</code><ul>
<li>The user-assigned display name of the Project.</li>
</ul>
</li>
<li><code>name=gubergren</code><ul>
<li><code>name=eos</code><ul>
<li>The resource name of the Project, in the format: projects/PROJECT_IDENTIFIER PROJECT_IDENTIFIER: the Project&#39;s <a href="../../projects#FirebaseProject.FIELDS.project_number"><code>ProjectNumber</code></a> <strong><em>(recommended)</em></strong> or its <a href="../../projects#FirebaseProject.FIELDS.project_id"><code>ProjectId</code></a>. Learn more about using project identifiers in Google&#39;s <a href="https://google.aip.dev/cloud/2510">AIP 2510 standard</a>. Note that the value for PROJECT_IDENTIFIER in any response body will be the <code>ProjectId</code>.</li>
</ul>
</li>
<li><code>project-id=ea</code><ul>
<li><code>project-id=labore</code><ul>
<li>Immutable. A user-assigned unique identifier for the Project. This identifier may appear in URLs or names for some Firebase resources associated with the Project, but it should generally be treated as a convenience alias to reference the Project.</li>
</ul>
</li>
<li><code>project-number=dolor</code><ul>
<li><code>project-number=sed</code><ul>
<li>Immutable. The globally unique, Google-assigned canonical identifier for the Project. Use this identifier when configuring integrations and/or making API calls to Firebase or third-party services.</li>
</ul>
</li>
<li><code>resources hosting-site=lorem</code><ul>
<li><code>resources hosting-site=duo</code><ul>
<li>The default Firebase Hosting site name, in the format: PROJECT_ID Though rare, your <code>projectId</code> might already be used as the name for an existing Hosting site in another project (learn more about creating non-default, <a href="https://firebase.google.com/docs/hosting/multisites">additional sites</a>). In these cases, your <code>projectId</code> is appended with a hyphen then five alphanumeric characters to create your default Hosting site name. For example, if your <code>projectId</code> is <code>myproject123</code>, your default Hosting site name might be: <code>myproject123-a5c16</code></li>
</ul>
</li>
<li><code>location-id=eos</code><ul>
<li><code>location-id=sed</code><ul>
<li>The ID of the Project&#39;s default GCP resource location. The location is one of the available <a href="https://firebase.google.com/docs/projects/locations">GCP resource locations</a>. This field is omitted if the default GCP resource location has not been finalized yet. To set a Project&#39;s default GCP resource location, call <a href="../../projects.defaultLocation/finalize"><code>FinalizeDefaultLocation</code></a> after you add Firebase resources to the Project.</li>
</ul>
</li>
<li><code>realtime-database-instance=labore</code><ul>
<li><code>realtime-database-instance=no</code><ul>
<li>The default Firebase Realtime Database instance name, in the format: PROJECT_ID Though rare, your <code>projectId</code> might already be used as the name for an existing Realtime Database instance in another project (learn more about <a href="https://firebase.google.com/docs/database/usage/sharding">database sharding</a>). In these cases, your <code>projectId</code> is appended with a hyphen then five alphanumeric characters to create your default Realtime Database instance name. For example, if your <code>projectId</code> is <code>myproject123</code>, your default database instance name might be: <code>myproject123-a5c16</code></li>
</ul>
</li>
<li>
<p><code>storage-bucket=sed</code></p>
<p><code>storage-bucket=stet</code></p>
<ul>
<li>The default Cloud Storage for Firebase storage bucket, in the format: PROJECT_ID.appspot.com</li>
</ul>
</li>
<li>
<p><code>.. state=duo</code></p>
<p><code>.. state=kasd</code></p>
<ul>
<li>Output only. The lifecycle state of the Project. Updates to the state must be performed via com.google.cloudresourcemanager.v1.Projects.DeleteProject and com.google.cloudresourcemanager.v1.Projects.UndeleteProject</li>
</ul>