docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/bigtableadmin_v2.projects.instances.appProfiles.html b/docs/dyn/bigtableadmin_v2.projects.instances.appProfiles.html
index daf81af..bd3b126 100644
--- a/docs/dyn/bigtableadmin_v2.projects.instances.appProfiles.html
+++ b/docs/dyn/bigtableadmin_v2.projects.instances.appProfiles.html
@@ -90,7 +90,7 @@
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
- <code><a href="#patch">patch(name, body=None, updateMask=None, ignoreWarnings=None, x__xgafv=None)</a></code></p>
+ <code><a href="#patch">patch(name, body=None, ignoreWarnings=None, updateMask=None, x__xgafv=None)</a></code></p>
<p class="firstline">Updates an app profile within an instance.</p>
<h3>Method Details</h3>
<div class="method">
@@ -280,15 +280,6 @@
An object of the form:
{ # Response message for BigtableInstanceAdmin.ListAppProfiles.
- "nextPageToken": "A String", # Set if not all app profiles could be returned in a single response.
- # Pass this value to `page_token` in another request to get the next
- # page of results.
- "failedLocations": [ # Locations from which AppProfile information could not be retrieved,
- # due to an outage or some other transient condition.
- # AppProfiles from these locations may be missing from `app_profiles`.
- # Values are of the form `projects/<project>/locations/<zone_id>`
- "A String",
- ],
"appProfiles": [ # The list of requested app profiles.
{ # A configuration object describing how Cloud Bigtable should treat traffic
# from a particular end user application.
@@ -320,6 +311,15 @@
},
},
],
+ "nextPageToken": "A String", # Set if not all app profiles could be returned in a single response.
+ # Pass this value to `page_token` in another request to get the next
+ # page of results.
+ "failedLocations": [ # Locations from which AppProfile information could not be retrieved,
+ # due to an outage or some other transient condition.
+ # AppProfiles from these locations may be missing from `app_profiles`.
+ # Values are of the form `projects/<project>/locations/<zone_id>`
+ "A String",
+ ],
}</pre>
</div>
@@ -338,7 +338,7 @@
</div>
<div class="method">
- <code class="details" id="patch">patch(name, body=None, updateMask=None, ignoreWarnings=None, x__xgafv=None)</code>
+ <code class="details" id="patch">patch(name, body=None, ignoreWarnings=None, updateMask=None, x__xgafv=None)</code>
<pre>Updates an app profile within an instance.
Args:
@@ -378,9 +378,9 @@
},
}
+ ignoreWarnings: boolean, If true, ignore safety checks when updating the app profile.
updateMask: string, Required. The subset of app profile fields which should be replaced.
If unset, all fields will be replaced.
- ignoreWarnings: boolean, If true, ignore safety checks when updating the app profile.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -391,15 +391,6 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
- "metadata": { # Service-specific metadata associated with the operation. It typically
- # contains progress information and common metadata such as create time.
- # Some services might not provide such metadata. Any method that returns a
- # long-running operation should document the metadata type, if any.
- "a_key": "", # Properties of the object. Contains field @type with type URL.
- },
- "done": True or False, # If the value is `false`, it means the operation is still in progress.
- # If `true`, the operation is completed, and either `error` or `response` is
- # available.
"response": { # The normal response of the operation in case of success. If the original
# method returns no data on success, such as `Delete`, the response is
# `google.protobuf.Empty`. If the original method is standard
@@ -420,7 +411,6 @@
#
# You can find out more about this error model and how to work with it in the
# [API Design Guide](https://cloud.google.com/apis/design/errors).
- "code": 42, # The status code, which should be an enum value of google.rpc.Code.
"message": "A String", # A developer-facing error message, which should be in English. Any
# user-facing error message should be localized and sent in the
# google.rpc.Status.details field, or localized by the client.
@@ -430,7 +420,17 @@
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
],
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
},
+ "metadata": { # Service-specific metadata associated with the operation. It typically
+ # contains progress information and common metadata such as create time.
+ # Some services might not provide such metadata. Any method that returns a
+ # long-running operation should document the metadata type, if any.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ "done": True or False, # If the value is `false`, it means the operation is still in progress.
+ # If `true`, the operation is completed, and either `error` or `response` is
+ # available.
}</pre>
</div>