docs: docs update (#911)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/chat_v1.spaces.members.html b/docs/dyn/chat_v1.spaces.members.html
index 590a889..9358b02 100644
--- a/docs/dyn/chat_v1.spaces.members.html
+++ b/docs/dyn/chat_v1.spaces.members.html
@@ -78,7 +78,7 @@
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Returns a membership.</p>
<p class="toc_element">
- <code><a href="#list">list(parent, pageToken=None, x__xgafv=None, pageSize=None)</a></code></p>
+ <code><a href="#list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists human memberships in a space.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -90,7 +90,7 @@
Args:
name: string, Required. Resource name of the membership to be retrieved, in the form
-"spaces/*/members/*".
+"spaces/*/members/*".
Example: spaces/AAAAMpdlehY/members/105115627578887013105 (required)
x__xgafv: string, V1 error format.
@@ -102,60 +102,60 @@
An object of the form:
{ # Represents a membership relation in Hangouts Chat.
- "member": { # A user in Hangouts Chat. # Member details.
- "type": "A String", # User type.
- "domainId": "A String", # Obfuscated domain information.
- "displayName": "A String", # The user's display name.
- "name": "A String", # Resource name, in the format "users/*".
- },
- "state": "A String", # State of the membership.
- "createTime": "A String", # The creation time of the membership a.k.a the time at which the member
- # joined the space, if applicable.
- "name": "A String", # Resource name of the membership, in the form "spaces/*/members/*".
+ "state": "A String", # State of the membership.
+ "name": "A String", # Resource name of the membership, in the form "spaces/*/members/*".
#
# Example: spaces/AAAAMpdlehY/members/105115627578887013105
+ "member": { # A user in Hangouts Chat. # Member details.
+ "type": "A String", # User type.
+ "domainId": "A String", # Obfuscated domain information.
+ "name": "A String", # Resource name, in the format "users/*".
+ "displayName": "A String", # The user's display name.
+ },
+ "createTime": "A String", # The creation time of the membership a.k.a the time at which the member
+ # joined the space, if applicable.
}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(parent, pageToken=None, x__xgafv=None, pageSize=None)</code>
+ <code class="details" id="list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</code>
<pre>Lists human memberships in a space.
Args:
parent: string, Required. The resource name of the space for which membership list is to be
-fetched, in the form "spaces/*".
+fetched, in the form "spaces/*".
Example: spaces/AAAAMpdlehY (required)
pageToken: string, A token identifying a page of results the server should return.
+ pageSize: integer, Requested page size. The value is capped at 1000.
+Server may return fewer results than requested.
+If unspecified, server will default to 100.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
- pageSize: integer, Requested page size. The value is capped at 1000.
-Server may return fewer results than requested.
-If unspecified, server will default to 100.
Returns:
An object of the form:
{
- "memberships": [ # List of memberships in the requested (or first) page.
+ "memberships": [ # List of memberships in the requested (or first) page.
{ # Represents a membership relation in Hangouts Chat.
- "member": { # A user in Hangouts Chat. # Member details.
- "type": "A String", # User type.
- "domainId": "A String", # Obfuscated domain information.
- "displayName": "A String", # The user's display name.
- "name": "A String", # Resource name, in the format "users/*".
- },
- "state": "A String", # State of the membership.
- "createTime": "A String", # The creation time of the membership a.k.a the time at which the member
- # joined the space, if applicable.
- "name": "A String", # Resource name of the membership, in the form "spaces/*/members/*".
+ "state": "A String", # State of the membership.
+ "name": "A String", # Resource name of the membership, in the form "spaces/*/members/*".
#
# Example: spaces/AAAAMpdlehY/members/105115627578887013105
+ "member": { # A user in Hangouts Chat. # Member details.
+ "type": "A String", # User type.
+ "domainId": "A String", # Obfuscated domain information.
+ "name": "A String", # Resource name, in the format "users/*".
+ "displayName": "A String", # The user's display name.
+ },
+ "createTime": "A String", # The creation time of the membership a.k.a the time at which the member
+ # joined the space, if applicable.
},
],
- "nextPageToken": "A String", # Continuation token to retrieve the next page of results. It will be empty
+ "nextPageToken": "A String", # Continuation token to retrieve the next page of results. It will be empty
# for the last page of results.
}</pre>
</div>
@@ -169,7 +169,7 @@
previous_response: The response from the request for the previous page. (required)
Returns:
- A request object that you can call 'execute()' on to request the next
+ A request object that you can call 'execute()' on to request the next
page. Returns None if there are no more items in the collection.
</pre>
</div>