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 - appengine v2.0.4+20210324</title>
<title>Patch - appengine v3.0.0+20220226</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"> appengine v2.0.4+20210324</a>
<a href=".." class="icon icon-home"> appengine v3.0.0+20220226</a>
</div>
@@ -294,7 +294,7 @@
</div>
<div role="main">
<div class="section">
<p>Updates the specified Application resource. You can update the following fields: auth_domain - Google authentication domain for controlling user access to the application. default_cookie_expiration - Cookie expiration policy for the application.</p>
<p>Updates the specified Application resource. You can update the following fields: auth_domain - Google authentication domain for controlling user access to the application. default_cookie_expiration - Cookie expiration policy for the application. iap - Identity-Aware Proxy properties for the application.</p>
<h1 id="scopes">Scopes</h1>
<p>You will need authorization for the <em>https://www.googleapis.com/auth/cloud-platform</em> scope to make a valid call.</p>
<p>If unset, the scope for this method defaults to <em>https://www.googleapis.com/auth/cloud-platform</em>.
@@ -329,13 +329,14 @@ In the latter case it is advised to set the field-cursor to the data-structure's
id: string
location-id: string
name: string
service-account: string
serving-status: string
</code></pre>
<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 . auth-domain=dolor</code><ul>
<li><code>-r . auth-domain=et</code><ul>
<li>Google Apps authentication domain that controls which users can access this application.Defaults to open access for any Google Account.</li>
</ul>
</li>
@@ -343,19 +344,19 @@ In the latter case it is advised to set the field-cursor to the data-structure's
<li>Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated with the application and can be used by the gcloud deployment commands.@OutputOnly</li>
</ul>
</li>
<li><code>database-type=et</code><ul>
<li><code>database-type=sadipscing</code><ul>
<li>The type of the Cloud Firestore or Cloud Datastore database associated with this application.</li>
</ul>
</li>
<li><code>default-bucket=sadipscing</code><ul>
<li><code>default-bucket=stet</code><ul>
<li>Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly</li>
</ul>
</li>
<li><code>default-cookie-expiration=stet</code><ul>
<li><code>default-cookie-expiration=dolor</code><ul>
<li>Cookie expiration policy for this application.</li>
</ul>
</li>
<li><code>default-hostname=dolor</code><ul>
<li><code>default-hostname=duo</code><ul>
<li>Hostname used to reach this application, as resolved by App Engine.@OutputOnly</li>
</ul>
</li>
@@ -407,7 +408,11 @@ In the latter case it is advised to set the field-cursor to the data-structure's
<li>Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly</li>
</ul>
</li>
<li><code>serving-status=accusam</code><ul>
<li><code>service-account=accusam</code><ul>
<li>The service account associated with the application. This is the app-level default identity. If no identity provided during create version, Admin API will fallback to this one.</li>
</ul>
</li>
<li><code>serving-status=takimata</code><ul>
<li>Serving status of this application.</li>
</ul>
</li>
@@ -437,7 +442,7 @@ or more key-value-pairs, and is called like this <code>-p k1=v1 k2=v2</code> eve
<code>-p</code> for completeness.</p>
<ul>
<li><strong>-p update-mask=string</strong><ul>
<li>Standard field mask for the set of fields to be updated.</li>
<li>Required. Standard field mask for the set of fields to be updated.</li>
</ul>
</li>
</ul>