Skip to content

Commit be62e50

Browse files
authored
Merge branch 'main' into autodisco
2 parents 5389d43 + ff4bf3b commit be62e50

File tree

642 files changed

+4298
-640
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

642 files changed

+4298
-640
lines changed

.release-please-manifest.json

Lines changed: 319 additions & 319 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
[1]: https://www.npmjs.com/package/googleapis?activeTab=versions
66

7+
## [163.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v162.0.0...googleapis-v163.0.0) (2025-10-15)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* This release has breaking changes.
13+
* This release has breaking changes.
14+
15+
### Features
16+
17+
* run the generator ([#3811](https://github.com/googleapis/google-api-nodejs-client/issues/3811)) ([78b9203](https://github.com/googleapis/google-api-nodejs-client/commit/78b9203251a7e2d48bf29657ebd53dcdaba15acf))
18+
* run the generator ([#3814](https://github.com/googleapis/google-api-nodejs-client/issues/3814)) ([4ba19d0](https://github.com/googleapis/google-api-nodejs-client/commit/4ba19d068b2b8deb28d773ebc6a3418f5e4a7162))
19+
* run the generator ([#3816](https://github.com/googleapis/google-api-nodejs-client/issues/3816)) ([ba630d0](https://github.com/googleapis/google-api-nodejs-client/commit/ba630d0f6c822f3f9ca40583c528cfc96e5e3651))
20+
721
## [162.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v161.0.0...googleapis-v162.0.0) (2025-10-09)
822

923

discovery/dialogflow-v3beta1.json

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5446,7 +5446,7 @@
54465446
}
54475447
}
54485448
},
5449-
"revision": "20250929",
5449+
"revision": "20251009",
54505450
"rootUrl": "https://dialogflow.googleapis.com/",
54515451
"schemas": {
54525452
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -12534,13 +12534,61 @@
1253412534
"description": "The selected LLM model.",
1253512535
"type": "string"
1253612536
},
12537+
"parameters": {
12538+
"$ref": "GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters",
12539+
"description": "Generative model parameters."
12540+
},
1253712541
"promptText": {
1253812542
"description": "The custom prompt to use.",
1253912543
"type": "string"
1254012544
}
1254112545
},
1254212546
"type": "object"
1254312547
},
12548+
"GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters": {
12549+
"description": "Generative model parameters to control the model behavior.",
12550+
"id": "GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters",
12551+
"properties": {
12552+
"inputTokenLimit": {
12553+
"description": "The input token limit. This setting is currently only supported by playbooks.",
12554+
"enum": [
12555+
"INPUT_TOKEN_LIMIT_UNSPECIFIED",
12556+
"INPUT_TOKEN_LIMIT_SHORT",
12557+
"INPUT_TOKEN_LIMIT_MEDIUM",
12558+
"INPUT_TOKEN_LIMIT_LONG"
12559+
],
12560+
"enumDescriptions": [
12561+
"Limit not specified. Treated as 'INPUT_TOKEN_LIMIT_SHORT'.",
12562+
"Input token limit up to 8k.",
12563+
"Input token limit up to 32k.",
12564+
"Input token limit up to 100k."
12565+
],
12566+
"type": "string"
12567+
},
12568+
"outputTokenLimit": {
12569+
"description": "The output token limit. This setting is currently only supported by playbooks. Only one of output_token_limit and max_output_tokens is allowed to be set.",
12570+
"enum": [
12571+
"OUTPUT_TOKEN_LIMIT_UNSPECIFIED",
12572+
"OUTPUT_TOKEN_LIMIT_SHORT",
12573+
"OUTPUT_TOKEN_LIMIT_MEDIUM",
12574+
"OUTPUT_TOKEN_LIMIT_LONG"
12575+
],
12576+
"enumDescriptions": [
12577+
"Limit not specified.",
12578+
"Input token limit up to 512 tokens.",
12579+
"Input token limit up to 1k.",
12580+
"Input token limit up to 2k."
12581+
],
12582+
"type": "string"
12583+
},
12584+
"temperature": {
12585+
"description": "The temperature used for sampling during response generation. Value ranges from 0 to 1. Temperature controls the degree of randomness in token selection. Lower temperature means less randomness, while higher temperature means more randomness. Valid range: [0.0, 1.0]",
12586+
"format": "float",
12587+
"type": "number"
12588+
}
12589+
},
12590+
"type": "object"
12591+
},
1254412592
"GoogleCloudDialogflowCxV3beta1LoadVersionRequest": {
1254512593
"description": "The request message for Versions.LoadVersion.",
1254612594
"id": "GoogleCloudDialogflowCxV3beta1LoadVersionRequest",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "googleapis",
3-
"version": "162.0.0",
3+
"version": "163.0.0",
44
"repository": "googleapis/google-api-nodejs-client",
55
"license": "Apache-2.0",
66
"description": "Google APIs Client Library for Node.js",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@google-cloud/local-auth": "^3.0.0",
2020
"express": "^5.0.0",
21-
"googleapis": "^162.0.0",
21+
"googleapis": "^163.0.0",
2222
"googleapis-common": "^8.0.2-rc.0",
2323
"nconf": "^0.13.0",
2424
"open": "^8.0.0",

src/apis/abusiveexperiencereport/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/abusiveexperiencereport-v3.0.2...abusiveexperiencereport-v4.0.0) (2025-10-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* This release has breaking changes.
9+
10+
### Features
11+
12+
* run the generator ([#3814](https://github.com/googleapis/google-api-nodejs-client/issues/3814)) ([4ba19d0](https://github.com/googleapis/google-api-nodejs-client/commit/4ba19d068b2b8deb28d773ebc6a3418f5e4a7162))
13+
314
## [3.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/abusiveexperiencereport-v3.0.1...abusiveexperiencereport-v3.0.2) (2025-08-07)
415

516

src/apis/abusiveexperiencereport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/abusiveexperiencereport",
3-
"version": "3.0.2",
3+
"version": "4.0.0",
44
"description": "abusiveexperiencereport",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/apis/acceleratedmobilepageurl/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/acceleratedmobilepageurl-v3.0.2...acceleratedmobilepageurl-v4.0.0) (2025-10-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* This release has breaking changes.
9+
10+
### Features
11+
12+
* run the generator ([#3814](https://github.com/googleapis/google-api-nodejs-client/issues/3814)) ([4ba19d0](https://github.com/googleapis/google-api-nodejs-client/commit/4ba19d068b2b8deb28d773ebc6a3418f5e4a7162))
13+
314
## [3.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/acceleratedmobilepageurl-v3.0.1...acceleratedmobilepageurl-v3.0.2) (2025-08-07)
415

516

src/apis/acceleratedmobilepageurl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/acceleratedmobilepageurl",
3-
"version": "3.0.2",
3+
"version": "4.0.0",
44
"description": "acceleratedmobilepageurl",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/apis/accessapproval/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/accessapproval-v3.0.0...accessapproval-v4.0.0) (2025-10-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* This release has breaking changes.
9+
* This release has breaking changes.
10+
11+
### Features
12+
13+
* run the generator ([#3795](https://github.com/googleapis/google-api-nodejs-client/issues/3795)) ([c47e53a](https://github.com/googleapis/google-api-nodejs-client/commit/c47e53adc5fabc62081bfcec5c5d5642a0fdbbb2))
14+
* run the generator ([#3814](https://github.com/googleapis/google-api-nodejs-client/issues/3814)) ([4ba19d0](https://github.com/googleapis/google-api-nodejs-client/commit/4ba19d068b2b8deb28d773ebc6a3418f5e4a7162))
15+
16+
17+
### Bug Fixes
18+
19+
* upgrade googleapis-common to 8.0.0 ([#3731](https://github.com/googleapis/google-api-nodejs-client/issues/3731)) ([c9fdf4b](https://github.com/googleapis/google-api-nodejs-client/commit/c9fdf4b34d6c9bcf608eee35dd281d4680be9797))
20+
321
## [3.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/accessapproval-v2.0.0...accessapproval-v3.0.0) (2025-10-09)
422

523

0 commit comments

Comments
 (0)