|
955 | 955 | } |
956 | 956 | } |
957 | 957 | }, |
958 | | - "revision": "20230905", |
| 958 | + "revision": "20230914", |
959 | 959 | "rootUrl": "https://chat.googleapis.com/", |
960 | 960 | "schemas": { |
961 | 961 | "ActionParameter": { |
|
2565 | 2565 | "$ref": "GoogleAppsCardV1Action", |
2566 | 2566 | "description": "What to do when a change occurs in the text input field. For example, a user adding to the field or deleting text. Examples of actions to take include running a custom function or opening a [dialog](https://developers.google.com/chat/how-tos/dialogs) in Google Chat." |
2567 | 2567 | }, |
| 2568 | + "placeholderText": { |
| 2569 | + "description": "Text that appears in the text input field when the field is empty. Use this text to prompt users to enter a value. For example, `Enter a number from 0 to 100`. Supported by Google Chat apps, but not Google Workspace Add-ons.", |
| 2570 | + "type": "string" |
| 2571 | + }, |
2568 | 2572 | "type": { |
2569 | 2573 | "description": "How a text input field appears in the user interface. For example, whether the field is single or multi-line.", |
2570 | 2574 | "enum": [ |
|
3385 | 3389 | "type": "string" |
3386 | 3390 | }, |
3387 | 3391 | "externalUserAllowed": { |
3388 | | - "description": "Immutable. Whether this space permits any Google Chat user as a member. Input when creating a space in a Google Workspace organization. For Google Chat users that use a Google Account, omit this field when creating a space (By default, the space permits any Google Chat user). For existing spaces, this field is output only.", |
| 3392 | + "description": "Immutable. Whether this space permits any Google Chat user as a member. Input when creating a space in a Google Workspace organization. Omit this field when creating spaces in the following conditions: * The authenticated user uses a Google Account. By default, the space permits any Google Chat user. * The space is used to [import data to Google Chat] (https://developers.google.com/chat/api/guides/import-data-overview). Import mode spaces must only permit members from the same Google Workspace organization. For existing spaces, this field is output only.", |
3389 | 3393 | "type": "boolean" |
3390 | 3394 | }, |
3391 | 3395 | "name": { |
|
3651 | 3655 | "type": "boolean" |
3652 | 3656 | }, |
3653 | 3657 | "name": { |
3654 | | - "description": "Resource name for a Google Chat user. Format: `users/{user}`. `users/app` can be used as an alias for the calling app bot user. For human users, `{user}` is the same user identifier as: - the `{person_id`} for the [Person](https://developers.google.com/people/api/rest/v1/people) in the People API, where the Person `resource_name` is `people/{person_id}`. For example, `users/123456789` in Chat API represents the same person as `people/123456789` in People API. - the `id` for a [user](https://developers.google.com/admin-sdk/directory/reference/rest/v1/users) in the Admin SDK Directory API.", |
| 3658 | + "description": "Resource name for a Google Chat user. Format: `users/{user}`. `users/app` can be used as an alias for the calling app bot user. For human users, `{user}` is the same user identifier as: - the `{person_id`} for the [Person](https://developers.google.com/people/api/rest/v1/people) in the People API, where the Person `resource_name` is `people/{person_id}`. For example, `users/123456789` in Chat API represents the same person as `people/123456789` in People API. - the `id` for a [user](https://developers.google.com/admin-sdk/directory/reference/rest/v1/users) in the Admin SDK Directory API. - the user's email address can be used as an alias for `{user}` in API requests. For example, if the People API Person `resourceName` for `[email protected]` is `people/123456789`, you can use `users/[email protected]` as an alias to reference `users/123456789`. Only the canonical resource name (for example `users/123456789`) will be returned from the API.", |
3655 | 3659 | "type": "string" |
3656 | 3660 | }, |
3657 | 3661 | "type": { |
|
0 commit comments