Skip to content

Commit c33e0d1

Browse files
feat(all): auto-regenerate discovery clients (#3129)
1 parent 673da13 commit c33e0d1

16 files changed

+6479
-5478
lines changed

connectors/v1/connectors-api.json

+30-648
Large diffs are not rendered by default.

connectors/v1/connectors-gen.go

+3,571-4,690
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/v2.1/content-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2294,7 +2294,7 @@
22942294
]
22952295
},
22962296
"setinventoryverificationcontact": {
2297-
"description": "Sets the inventory verification contract for the specified country.",
2297+
"description": "Sets the inventory verification contact for the specified country.",
22982298
"flatPath": "{merchantId}/liasettings/{accountId}/setinventoryverificationcontact",
22992299
"httpMethod": "POST",
23002300
"id": "content.liasettings.setinventoryverificationcontact",
@@ -4570,7 +4570,7 @@
45704570
}
45714571
}
45724572
},
4573-
"revision": "20250408",
4573+
"revision": "20250427",
45744574
"rootUrl": "https://shoppingcontent.googleapis.com/",
45754575
"schemas": {
45764576
"Account": {

content/v2.1/content-gen.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dataplex/v1/dataplex-api.json

+290-17
Large diffs are not rendered by default.

dataplex/v1/dataplex-gen.go

+845-96
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

merchantapi/accounts_v1beta/merchantapi-api.json

+456-3
Large diffs are not rendered by default.

merchantapi/accounts_v1beta/merchantapi-gen.go

+1,239-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

merchantapi/products_v1beta/merchantapi-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
}
282282
}
283283
},
284-
"revision": "20250412",
284+
"revision": "20250427",
285285
"rootUrl": "https://merchantapi.googleapis.com/",
286286
"schemas": {
287287
"Attributes": {
@@ -1465,7 +1465,7 @@
14651465
"type": "string"
14661466
},
14671467
"versionNumber": {
1468-
"description": "Optional. Represents the existing version (freshness) of the product, which can be used to preserve the right order when multiple updates are done at the same time. If set, the insertion is prevented when version number is lower than the current version number of the existing product. Re-insertion (for example, product refresh after 30 days) can be performed with the current `version_number`. Only supported for insertions into primary data sources. If the operation is prevented, the aborted exception will be thrown.",
1468+
"description": "Optional. Immutable. Represents the existing version (freshness) of the product, which can be used to preserve the right order when multiple updates are done at the same time. If set, the insertion is prevented when version number is lower than the current version number of the existing product. Re-insertion (for example, product refresh after 30 days) can be performed with the current `version_number`. Only supported for insertions into primary data sources. Do not set this field for updates. Do not set this field for insertions into supplemental data sources. If the operation is prevented, the aborted exception will be thrown.",
14691469
"format": "int64",
14701470
"type": "string"
14711471
}

merchantapi/products_v1beta/merchantapi-gen.go

+9-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networksecurity/v1beta1/networksecurity-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5070,7 +5070,7 @@
50705070
}
50715071
}
50725072
},
5073-
"revision": "20250326",
5073+
"revision": "20250416",
50745074
"rootUrl": "https://networksecurity.googleapis.com/",
50755075
"schemas": {
50765076
"AddAddressGroupItemsRequest": {
@@ -5209,7 +5209,7 @@
52095209
],
52105210
"enumDescriptions": [
52115211
"Protocol not specified.",
5212-
"SMTP prtocol",
5212+
"SMTP protocol",
52135213
"SMB protocol",
52145214
"POP3 protocol",
52155215
"IMAP protocol",

networksecurity/v1beta1/networksecurity-gen.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

translate/v3/translate-api.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,12 @@
424424
"name"
425425
],
426426
"parameters": {
427+
"extraLocationTypes": {
428+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
429+
"location": "query",
430+
"repeated": true,
431+
"type": "string"
432+
},
427433
"filter": {
428434
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
429435
"location": "query",
@@ -1710,7 +1716,7 @@
17101716
}
17111717
}
17121718
},
1713-
"revision": "20241218",
1719+
"revision": "20250424",
17141720
"rootUrl": "https://translation.googleapis.com/",
17151721
"schemas": {
17161722
"AdaptiveMtDataset": {

translate/v3/translate-gen.go

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

translate/v3beta1/translate-api.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,12 @@
366366
"name"
367367
],
368368
"parameters": {
369+
"extraLocationTypes": {
370+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
371+
"location": "query",
372+
"repeated": true,
373+
"type": "string"
374+
},
369375
"filter": {
370376
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
371377
"location": "query",
@@ -747,7 +753,7 @@
747753
}
748754
}
749755
},
750-
"revision": "20241218",
756+
"revision": "20250424",
751757
"rootUrl": "https://translation.googleapis.com/",
752758
"schemas": {
753759
"BatchDocumentInputConfig": {

translate/v3beta1/translate-gen.go

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)