Skip to content

Commit 2657039

Browse files
feat(all): auto-regenerate discovery clients (#2893)
1 parent 22e0d11 commit 2657039

File tree

6 files changed

+17
-13
lines changed

6 files changed

+17
-13
lines changed

‎chat/v1/chat-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
]
291291
},
292292
"create": {
293-
"description": "Creates a space with no members. Can be used to create a named space, or a group chat in `Import mode`. Spaces grouped by topics aren't supported. For an example, see [Create a space](https://developers.google.com/workspace/chat/create-spaces). If you receive the error message `ALREADY_EXISTS` when creating a space, try a different `displayName`. An existing space within the Google Workspace organization might already use this display name. Supports the following types of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer Preview](https://developers.google.com/workspace/preview) - [User authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user) When authenticating as an app, the `space.customer` field must be set in the request.",
293+
"description": "Creates a space with no members. Can be used to create a named space, or a group chat in `Import mode`. For an example, see [Create a space](https://developers.google.com/workspace/chat/create-spaces). If you receive the error message `ALREADY_EXISTS` when creating a space, try a different `displayName`. An existing space within the Google Workspace organization might already use this display name. Supports the following types of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer Preview](https://developers.google.com/workspace/preview) - [User authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user) When authenticating as an app, the `space.customer` field must be set in the request.",
294294
"flatPath": "v1/spaces",
295295
"httpMethod": "POST",
296296
"id": "chat.spaces.create",
@@ -1344,7 +1344,7 @@
13441344
}
13451345
}
13461346
},
1347-
"revision": "20241110",
1347+
"revision": "20241124",
13481348
"rootUrl": "https://chat.googleapis.com/",
13491349
"schemas": {
13501350
"AccessSettings": {

‎chat/v1/chat-gen.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎firebasedynamiclinks/v1/firebasedynamiclinks-api.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"description": "Programmatically creates and manages Firebase Dynamic Links.",
1616
"discoveryVersion": "v1",
1717
"documentationLink": "https://firebase.google.com/docs/dynamic-links/",
18+
"fullyEncodeReservedExpansion": true,
1819
"icons": {
1920
"x16": "http://www.google.com/images/icons/product/search-16.gif",
2021
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -224,7 +225,7 @@
224225
}
225226
}
226227
},
227-
"revision": "20240821",
228+
"revision": "20241125",
228229
"rootUrl": "https://firebasedynamiclinks.googleapis.com/",
229230
"schemas": {
230231
"AnalyticsInfo": {

‎osconfig/v1/osconfig-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@
10831083
}
10841084
}
10851085
},
1086-
"revision": "20241124",
1086+
"revision": "20241126",
10871087
"rootUrl": "https://osconfig.googleapis.com/",
10881088
"schemas": {
10891089
"AptSettings": {
@@ -3571,11 +3571,11 @@
35713571
"id": "TimeZone",
35723572
"properties": {
35733573
"id": {
3574-
"description": "IANA Time Zone Database time zone. For example \"America/New_York\".",
3574+
"description": "IANA Time Zone Database time zone, e.g. \"America/New_York\".",
35753575
"type": "string"
35763576
},
35773577
"version": {
3578-
"description": "Optional. IANA Time Zone Database version number. For example \"2019a\".",
3578+
"description": "Optional. IANA Time Zone Database version number, e.g. \"2019a\".",
35793579
"type": "string"
35803580
}
35813581
},

‎osconfig/v1/osconfig-gen.go

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

‎youtube/v3/youtube-api.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4122,7 +4122,12 @@
41224122
"path": "youtube/v3/liveChat/messages/stream",
41234123
"response": {
41244124
"$ref": "LiveChatMessageListResponse"
4125-
}
4125+
},
4126+
"scopes": [
4127+
"https://www.googleapis.com/auth/youtube",
4128+
"https://www.googleapis.com/auth/youtube.force-ssl",
4129+
"https://www.googleapis.com/auth/youtube.readonly"
4130+
]
41264131
}
41274132
}
41284133
}
@@ -4133,7 +4138,7 @@
41334138
}
41344139
}
41354140
},
4136-
"revision": "20241117",
4141+
"revision": "20241126",
41374142
"rootUrl": "https://youtube.googleapis.com/",
41384143
"schemas": {
41394144
"AbuseReport": {

0 commit comments

Comments
 (0)