Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 75d4d89

Browse files
committedNov 1, 2022
feat(chat): update the api
#### chat:v1 The following keys were added: - schemas.GoogleAppsCardV1Action.properties.interaction.type (Total Keys: 1)
1 parent 04b23d9 commit 75d4d89

8 files changed

+858
-48
lines changed
 

‎docs/dyn/chat_v1.dms.conversations.html

+86-2
Large diffs are not rendered by default.

‎docs/dyn/chat_v1.dms.html

+172-4
Large diffs are not rendered by default.

‎docs/dyn/chat_v1.rooms.conversations.html

+86-2
Large diffs are not rendered by default.

‎docs/dyn/chat_v1.rooms.html

+172-4
Large diffs are not rendered by default.

‎docs/dyn/chat_v1.spaces.html

+86-2
Large diffs are not rendered by default.

‎docs/dyn/chat_v1.spaces.members.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>Instance Methods</h2>
8282
<p class="firstline">Returns a membership. Requires [service account authentication](https://developers.google.com/chat/api/guides/auth/service-accounts).</p>
8383
<p class="toc_element">
8484
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
85-
<p class="firstline">Lists human memberships in a space for joined members. Requires [service account authentication](https://developers.google.com/chat/api/guides/auth/service-accounts).</p>
85+
<p class="firstline">Lists memberships in a space. Requires [service account authentication](https://developers.google.com/chat/api/guides/auth/service-accounts).</p>
8686
<p class="toc_element">
8787
<code><a href="#list_next">list_next()</a></code></p>
8888
<p class="firstline">Retrieves the next page of results.</p>
@@ -123,7 +123,7 @@ <h3>Method Details</h3>
123123

124124
<div class="method">
125125
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
126-
<pre>Lists human memberships in a space for joined members. Requires [service account authentication](https://developers.google.com/chat/api/guides/auth/service-accounts).
126+
<pre>Lists memberships in a space. Requires [service account authentication](https://developers.google.com/chat/api/guides/auth/service-accounts).
127127

128128
Args:
129129
parent: string, Required. The resource name of the space for which to fetch a membership list. Format: spaces/{space} (required)

‎docs/dyn/chat_v1.spaces.messages.html

+220-10
Large diffs are not rendered by default.

‎googleapiclient/discovery_cache/documents/chat.v1.json

+34-22
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.