Skip to content

Commit 59f18fd

Browse files
feat(all): auto-regenerate discovery clients (#3280)
1 parent 71f2c5f commit 59f18fd

12 files changed

+2835
-38
lines changed

bigquerydatatransfer/v1/bigquerydatatransfer-api.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@
418418
],
419419
"parameters": {
420420
"extraLocationTypes": {
421-
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
421+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
422422
"location": "query",
423423
"repeated": true,
424424
"type": "string"
@@ -1488,7 +1488,7 @@
14881488
}
14891489
}
14901490
},
1491-
"revision": "20250603",
1491+
"revision": "20250813",
14921492
"rootUrl": "https://bigquerydatatransfer.googleapis.com/",
14931493
"schemas": {
14941494
"CheckValidCredsRequest": {
@@ -1665,6 +1665,11 @@
16651665
"description": "Cannot be changed after initial creation.",
16661666
"type": "boolean"
16671667
},
1668+
"maxListSize": {
1669+
"description": "For list parameters, the max size of the list.",
1670+
"format": "int64",
1671+
"type": "string"
1672+
},
16681673
"maxValue": {
16691674
"description": "For integer and double values specifies maximum allowed value.",
16701675
"format": "double",

bigquerydatatransfer/v1/bigquerydatatransfer-gen.go

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

manufacturers/v1/manufacturers-api.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@
416416
}
417417
}
418418
},
419-
"revision": "20240809",
419+
"revision": "20250815",
420420
"rootUrl": "https://manufacturers.googleapis.com/",
421421
"schemas": {
422422
"Attributes": {
@@ -658,7 +658,7 @@
658658
"type": "string"
659659
},
660660
"code": {
661-
"description": "Required. A unique code to identify the certification.",
661+
"description": "Optional. A unique code to identify the certification.",
662662
"type": "string"
663663
},
664664
"link": {
@@ -801,12 +801,28 @@
801801
"type": "string"
802802
},
803803
"code": {
804-
"description": "Required. A unique code to identify the certification.",
804+
"description": "Optional. A unique code to identify the certification.",
805+
"type": "string"
806+
},
807+
"link": {
808+
"description": "Optional. A URL link to the certification.",
809+
"type": "string"
810+
},
811+
"logo": {
812+
"description": "Optional. A URL link to the certification logo.",
805813
"type": "string"
806814
},
807815
"name": {
808816
"description": "Required. Name of the certification.",
809817
"type": "string"
818+
},
819+
"validUntil": {
820+
"description": "Optional. The expiration date (UTC).",
821+
"type": "string"
822+
},
823+
"value": {
824+
"description": "Optional. A custom value of the certification.",
825+
"type": "string"
810826
}
811827
},
812828
"type": "object"

manufacturers/v1/manufacturers-gen.go

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

migrationcenter/v1/migrationcenter-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
],
170170
"parameters": {
171171
"extraLocationTypes": {
172-
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
172+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
173173
"location": "query",
174174
"repeated": true,
175175
"type": "string"
@@ -2407,7 +2407,7 @@
24072407
}
24082408
}
24092409
},
2410-
"revision": "20250429",
2410+
"revision": "20250814",
24112411
"rootUrl": "https://migrationcenter.googleapis.com/",
24122412
"schemas": {
24132413
"AddAssetsToGroupRequest": {

migrationcenter/v1/migrationcenter-gen.go

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

migrationcenter/v1alpha1/migrationcenter-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
],
170170
"parameters": {
171171
"extraLocationTypes": {
172-
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
172+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
173173
"location": "query",
174174
"repeated": true,
175175
"type": "string"
@@ -2554,7 +2554,7 @@
25542554
}
25552555
}
25562556
},
2557-
"revision": "20250724",
2557+
"revision": "20250814",
25582558
"rootUrl": "https://migrationcenter.googleapis.com/",
25592559
"schemas": {
25602560
"AddAssetsToGroupRequest": {

migrationcenter/v1alpha1/migrationcenter-gen.go

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

0 commit comments

Comments
 (0)