|
2 | 2 | "auth": {
|
3 | 3 | "oauth2": {
|
4 | 4 | "scopes": {
|
| 5 | +"https://www.googleapis.com/auth/chat.admin.delete": { |
| 6 | +"description": "Delete conversations and spaces owned by your organization and remove access to associated files in Google Chat" |
| 7 | +}, |
| 8 | +"https://www.googleapis.com/auth/chat.admin.memberships": { |
| 9 | +"description": "View, add, update and remove members and managers in conversations owned by your organization" |
| 10 | +}, |
| 11 | +"https://www.googleapis.com/auth/chat.admin.memberships.readonly": { |
| 12 | +"description": "View members and managers in conversations owned by your organization" |
| 13 | +}, |
| 14 | +"https://www.googleapis.com/auth/chat.admin.spaces": { |
| 15 | +"description": "View or edit display name, description, and other metadata for all Google Chat conversations owned by your organization" |
| 16 | +}, |
| 17 | +"https://www.googleapis.com/auth/chat.admin.spaces.readonly": { |
| 18 | +"description": "View display name, description, and other metadata for all Google Chat conversations owned by your organization" |
| 19 | +}, |
5 | 20 | "https://www.googleapis.com/auth/chat.bot": {
|
6 | 21 | "description": "Private Service: https://www.googleapis.com/auth/chat.bot"
|
7 | 22 | },
|
|
310 | 325 | "$ref": "Empty"
|
311 | 326 | },
|
312 | 327 | "scopes": [
|
| 328 | +"https://www.googleapis.com/auth/chat.admin.delete", |
313 | 329 | "https://www.googleapis.com/auth/chat.delete",
|
314 | 330 | "https://www.googleapis.com/auth/chat.import"
|
315 | 331 | ]
|
|
359 | 375 | "$ref": "Space"
|
360 | 376 | },
|
361 | 377 | "scopes": [
|
| 378 | +"https://www.googleapis.com/auth/chat.admin.spaces", |
| 379 | +"https://www.googleapis.com/auth/chat.admin.spaces.readonly", |
362 | 380 | "https://www.googleapis.com/auth/chat.bot",
|
363 | 381 | "https://www.googleapis.com/auth/chat.spaces",
|
364 | 382 | "https://www.googleapis.com/auth/chat.spaces.readonly"
|
365 | 383 | ]
|
366 | 384 | },
|
367 | 385 | "list": {
|
368 |
| -"description": "Lists spaces the caller is a member of. Group chats and DMs aren't listed until the first message is sent. For an example, see [List spaces](https://developers.google.com/workspace/chat/list-spaces). Requires [authentication](https://developers.google.com/workspace/chat/authenticate-authorize). Supports [app authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) and [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user). Lists spaces visible to the caller or authenticated user. Group chats and DMs aren't listed until the first message is sent. To list all named spaces by Google Workspace organization, use the `spaces.search()` method using Workspace administrator privileges instead.", |
| 386 | +"description": "Lists spaces the caller is a member of. Group chats and DMs aren't listed until the first message is sent. For an example, see [List spaces](https://developers.google.com/workspace/chat/list-spaces). Requires [authentication](https://developers.google.com/workspace/chat/authenticate-authorize). Supports [app authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) and [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user). Lists spaces visible to the caller or authenticated user. Group chats and DMs aren't listed until the first message is sent. To list all named spaces by Google Workspace organization, use the [`spaces.search()`](https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces/search) method using Workspace administrator privileges instead.", |
369 | 387 | "flatPath": "v1/spaces",
|
370 | 388 | "httpMethod": "GET",
|
371 | 389 | "id": "chat.spaces.list",
|
|
429 | 447 | "$ref": "Space"
|
430 | 448 | },
|
431 | 449 | "scopes": [
|
| 450 | +"https://www.googleapis.com/auth/chat.admin.spaces", |
432 | 451 | "https://www.googleapis.com/auth/chat.import",
|
433 | 452 | "https://www.googleapis.com/auth/chat.spaces"
|
434 | 453 | ]
|
|
481 | 500 | "$ref": "Membership"
|
482 | 501 | },
|
483 | 502 | "scopes": [
|
| 503 | +"https://www.googleapis.com/auth/chat.admin.memberships", |
484 | 504 | "https://www.googleapis.com/auth/chat.import",
|
485 | 505 | "https://www.googleapis.com/auth/chat.memberships",
|
486 | 506 | "https://www.googleapis.com/auth/chat.memberships.app"
|
|
508 | 528 | "$ref": "Membership"
|
509 | 529 | },
|
510 | 530 | "scopes": [
|
| 531 | +"https://www.googleapis.com/auth/chat.admin.memberships", |
511 | 532 | "https://www.googleapis.com/auth/chat.import",
|
512 | 533 | "https://www.googleapis.com/auth/chat.memberships",
|
513 | 534 | "https://www.googleapis.com/auth/chat.memberships.app"
|
|
535 | 556 | "$ref": "Membership"
|
536 | 557 | },
|
537 | 558 | "scopes": [
|
| 559 | +"https://www.googleapis.com/auth/chat.admin.memberships", |
| 560 | +"https://www.googleapis.com/auth/chat.admin.memberships.readonly", |
538 | 561 | "https://www.googleapis.com/auth/chat.bot",
|
539 | 562 | "https://www.googleapis.com/auth/chat.memberships",
|
540 | 563 | "https://www.googleapis.com/auth/chat.memberships.readonly"
|
|
588 | 611 | "$ref": "ListMembershipsResponse"
|
589 | 612 | },
|
590 | 613 | "scopes": [
|
| 614 | +"https://www.googleapis.com/auth/chat.admin.memberships", |
| 615 | +"https://www.googleapis.com/auth/chat.admin.memberships.readonly", |
591 | 616 | "https://www.googleapis.com/auth/chat.bot",
|
592 | 617 | "https://www.googleapis.com/auth/chat.import",
|
593 | 618 | "https://www.googleapis.com/auth/chat.memberships",
|
|
625 | 650 | "$ref": "Membership"
|
626 | 651 | },
|
627 | 652 | "scopes": [
|
| 653 | +"https://www.googleapis.com/auth/chat.admin.memberships", |
628 | 654 | "https://www.googleapis.com/auth/chat.import",
|
629 | 655 | "https://www.googleapis.com/auth/chat.memberships"
|
630 | 656 | ]
|
|
1215 | 1241 | }
|
1216 | 1242 | }
|
1217 | 1243 | },
|
1218 |
| -"revision": "20240521", |
| 1244 | +"revision": "20240604", |
1219 | 1245 | "rootUrl": "https://chat.googleapis.com/",
|
1220 | 1246 | "schemas": {
|
1221 | 1247 | "AccessoryWidget": {
|
|
1665 | 1691 | "The add-on launches from Google Sheets.",
|
1666 | 1692 | "The add-on launches from Google Slides.",
|
1667 | 1693 | "The add-on launches from Google Drawings.",
|
1668 |
| -"A Google Chat app. Not used for Google Workspace Add-ons." |
| 1694 | +"A Google Chat app." |
1669 | 1695 | ],
|
1670 | 1696 | "type": "string"
|
1671 | 1697 | },
|
|
2692 | 2718 | "description": "A data source shared by all Google Workspace applications, such as users in a Google Workspace organization.",
|
2693 | 2719 | "enum": [
|
2694 | 2720 | "UNKNOWN",
|
2695 |
| -"USER" |
| 2721 | +"USER", |
| 2722 | +"DRIVE" |
2696 | 2723 | ],
|
2697 | 2724 | "enumDescriptions": [
|
2698 | 2725 | "Default value. Don't use.",
|
2699 |
| -"Google Workspace users. The user can only view and select users from their Google Workspace organization." |
| 2726 | +"Google Workspace users. The user can only view and select users from their Google Workspace organization.", |
| 2727 | +"Represents a data source from Google Drive OnePick." |
2700 | 2728 | ],
|
2701 | 2729 | "type": "string"
|
2702 | 2730 | },
|
|
0 commit comments