You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/chat_v1.spaces.members.html
+4-4
Original file line number
Diff line number
Diff line change
@@ -108,15 +108,15 @@ <h3>Method Details</h3>
108
108
109
109
{ # Represents a membership relation in Google Chat.
110
110
"createTime": "A String", # Output only. The creation time of the membership a.k.a. the time at which the member joined the space, if applicable.
111
-
"member": { # A user in Google Chat. # A user in Google Chat. Represents a person in the People API. Formatted as `users/person_id` where `person_id` is available from the [People API](https://developers.google.com/people/api/rest/v1/people).
111
+
"member": { # A user in Google Chat. # A user in Google Chat. Represents a [person](https://developers.google.com/people/api/rest/v1/people) in the People API. Format: `users/{person}`
112
112
"displayName": "A String", # The user's display name.
113
113
"domainId": "A String", # Unique identifier of the user's Google Workspace domain.
114
114
"isAnonymous": True or False, # True when the user is deleted or the user's profile is not visible.
115
115
"name": "A String", # Resource name for a Google Chat user. Formatted as `users/AAAAAAAAAAA`. Represents a [person](https://developers.google.com/people/api/rest/v1/people#Person) in the People API.
116
116
"type": "A String", # User type.
117
117
},
118
118
"name": "A String",
119
-
"state": "A String", # State of the membership. Required for `CreateMembership`. Read-only for other usage.
119
+
"state": "A String", # Output only. State of the membership.
120
120
}</pre>
121
121
</div>
122
122
@@ -140,15 +140,15 @@ <h3>Method Details</h3>
140
140
"memberships": [ # List of memberships in the requested (or first) page.
141
141
{ # Represents a membership relation in Google Chat.
142
142
"createTime": "A String", # Output only. The creation time of the membership a.k.a. the time at which the member joined the space, if applicable.
143
-
"member": { # A user in Google Chat. # A user in Google Chat. Represents a person in the People API. Formatted as `users/person_id` where `person_id` is available from the [People API](https://developers.google.com/people/api/rest/v1/people).
143
+
"member": { # A user in Google Chat. # A user in Google Chat. Represents a [person](https://developers.google.com/people/api/rest/v1/people) in the People API. Format: `users/{person}`
144
144
"displayName": "A String", # The user's display name.
145
145
"domainId": "A String", # Unique identifier of the user's Google Workspace domain.
146
146
"isAnonymous": True or False, # True when the user is deleted or the user's profile is not visible.
147
147
"name": "A String", # Resource name for a Google Chat user. Formatted as `users/AAAAAAAAAAA`. Represents a [person](https://developers.google.com/people/api/rest/v1/people#Person) in the People API.
148
148
"type": "A String", # User type.
149
149
},
150
150
"name": "A String",
151
-
"state": "A String", # State of the membership. Required for `CreateMembership`. Read-only for other usage.
151
+
"state": "A String", # Output only. State of the membership.
152
152
},
153
153
],
154
154
"nextPageToken": "A String", # Continuation token to retrieve the next page of results. It will be empty for the last page of results.
Copy file name to clipboardexpand all lines: googleapiclient/discovery_cache/documents/chat.v1.json
+4-3
Original file line number
Diff line number
Diff line change
@@ -642,7 +642,7 @@
642
642
}
643
643
}
644
644
},
645
-
"revision": "20220116",
645
+
"revision": "20220129",
646
646
"rootUrl": "https://chat.googleapis.com/",
647
647
"schemas": {
648
648
"ActionParameter": {
@@ -2366,13 +2366,13 @@
2366
2366
},
2367
2367
"member": {
2368
2368
"$ref": "User",
2369
-
"description": "A user in Google Chat. Represents a person in the People API. Formatted as `users/person_id` where `person_id` is available from the [People API](https://developers.google.com/people/api/rest/v1/people)."
2369
+
"description": "A user in Google Chat. Represents a [person](https://developers.google.com/people/api/rest/v1/people) in the People API. Format: `users/{person}`"
2370
2370
},
2371
2371
"name": {
2372
2372
"type": "string"
2373
2373
},
2374
2374
"state": {
2375
-
"description": "State of the membership. Required for `CreateMembership`. Read-only for other usage.",
2375
+
"description": "Output only. State of the membership.",
2376
2376
"enum": [
2377
2377
"MEMBERSHIP_STATE_UNSPECIFIED",
2378
2378
"JOINED",
@@ -2385,6 +2385,7 @@
2385
2385
"The user has been invited, is able to join the space, but currently has not joined.",
2386
2386
"The user is not a member of the space, has not been invited and is not able to join the space."
0 commit comments