Skip to content

Commit c6a8850

Browse files
feat(all): auto-regenerate discovery clients (#2176)
1 parent 68d92d4 commit c6a8850

File tree

14 files changed

+7946
-5344
lines changed

14 files changed

+7946
-5344
lines changed

chat/v1/chat-api.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@
955955
}
956956
}
957957
},
958-
"revision": "20230905",
958+
"revision": "20230914",
959959
"rootUrl": "https://chat.googleapis.com/",
960960
"schemas": {
961961
"ActionParameter": {
@@ -2565,6 +2565,10 @@
25652565
"$ref": "GoogleAppsCardV1Action",
25662566
"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."
25672567
},
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+
},
25682572
"type": {
25692573
"description": "How a text input field appears in the user interface. For example, whether the field is single or multi-line.",
25702574
"enum": [
@@ -3385,7 +3389,7 @@
33853389
"type": "string"
33863390
},
33873391
"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.",
33893393
"type": "boolean"
33903394
},
33913395
"name": {
@@ -3651,7 +3655,7 @@
36513655
"type": "boolean"
36523656
},
36533657
"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.",
36553659
"type": "string"
36563660
},
36573661
"type": {

chat/v1/chat-gen.go

Lines changed: 20 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)