Release v1.6.0 (#324)
* Update version and changelog for v1.6.0
* Update docs
diff --git a/docs/dyn/runtimeconfig_v1beta1.projects.configs.waiters.html b/docs/dyn/runtimeconfig_v1beta1.projects.configs.waiters.html
index 90e131b..01ec336 100644
--- a/docs/dyn/runtimeconfig_v1beta1.projects.configs.waiters.html
+++ b/docs/dyn/runtimeconfig_v1beta1.projects.configs.waiters.html
@@ -89,6 +89,9 @@
<p class="toc_element">
<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="#testIamPermissions">testIamPermissions(resource=None, x__xgafv=None, permissions=None)</a></code></p>
+<p class="firstline">Returns permissions that a caller has on the specified resource.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="create">create(parent=None, body, requestId=None, x__xgafv=None)</code>
@@ -256,13 +259,16 @@
# waiter.
}
- requestId: string, An optional unique request_id. If server receives two Create requests with
-the same request_id then second request will be ignored and information
-stored in the backend will be returned. Empty request_id fields are
-ignored.
-It is responsibility of the client to ensure uniqueness of the request_id
-strings.
-The strings are limited to 64 characters.
+ requestId: string, An optional but recommended unique <code>request_id</code>. If the server
+receives two <code>create()</code> requests with the same
+<code>request_id</code>, then the second request will be ignored and the
+first resource created and stored in the backend is returned.
+Empty <code>request_id</code> fields are ignored.
+
+It is responsibility of the client to ensure uniqueness of the
+<code>request_id</code> strings.
+
+<code>request_id</code> strings are limited to 64 characters.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -753,4 +759,34 @@
</pre>
</div>
+<div class="method">
+ <code class="details" id="testIamPermissions">testIamPermissions(resource=None, x__xgafv=None, permissions=None)</code>
+ <pre>Returns permissions that a caller has on the specified resource.
+If the resource does not exist, this will return an empty set of
+permissions, not a NOT_FOUND error.
+
+Args:
+ resource: string, REQUIRED: The resource for which the policy detail is being requested.
+`resource` is usually specified as a path. For example, a Project
+resource is specified as `projects/{project}`. (required)
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+ permissions: string, The set of permissions to check for the `resource`. Permissions with
+wildcards (such as '*' or 'storage.*') are not allowed. For more
+information see
+[IAM Overview](https://cloud.google.com/iam/docs/overview#permissions). (repeated)
+
+Returns:
+ An object of the form:
+
+ { # Response message for `TestIamPermissions` method.
+ "permissions": [ # A subset of `TestPermissionsRequest.permissions` that the caller is
+ # allowed.
+ "A String",
+ ],
+ }</pre>
+</div>
+
</body></html>
\ No newline at end of file