Skip to content

Commit 8799cd8

Browse files
feat(all): auto-regenerate discovery clients (#3225)
1 parent 3f1f756 commit 8799cd8

20 files changed

+687
-80
lines changed

adsenseplatform/v1alpha/adsenseplatform-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@
725725
}
726726
}
727727
},
728-
"revision": "20250703",
728+
"revision": "20250707",
729729
"rootUrl": "https://adsenseplatform.googleapis.com/",
730730
"schemas": {
731731
"Account": {
@@ -1046,8 +1046,7 @@
10461046
"id": "PlatformGroup",
10471047
"properties": {
10481048
"description": {
1049-
"description": "Output only. Description of the PlatformGroup.",
1050-
"readOnly": true,
1049+
"description": "Required. Description of the PlatformGroup.",
10511050
"type": "string"
10521051
},
10531052
"name": {
@@ -1056,7 +1055,8 @@
10561055
},
10571056
"revshareMillipercent": {
10581057
"$ref": "Decimal",
1059-
"description": "The revenue share of the PlatformGroup, in millipercent (e.g. 15000 = 15%)."
1058+
"description": "Output only. The revenue share of the PlatformGroup, in millipercent (e.g. 15000 = 15%).",
1059+
"readOnly": true
10601060
}
10611061
},
10621062
"type": "object"

adsenseplatform/v1alpha/adsenseplatform-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.

contactcenteraiplatform/v1alpha1/contactcenteraiplatform-api.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@
518518
}
519519
}
520520
},
521-
"revision": "20250414",
521+
"revision": "20250703",
522522
"rootUrl": "https://contactcenteraiplatform.googleapis.com/",
523523
"schemas": {
524524
"AdminUser": {
@@ -633,6 +633,11 @@
633633
"readOnly": true,
634634
"type": "array"
635635
},
636+
"releaseVersion": {
637+
"description": "Output only. UJET release version, unique for each new release.",
638+
"readOnly": true,
639+
"type": "string"
640+
},
636641
"samlParams": {
637642
"$ref": "SAMLParams",
638643
"description": "Optional. Params that sets up Google as IdP."

contactcenteraiplatform/v1alpha1/contactcenteraiplatform-gen.go

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

discoveryengine/v1/discoveryengine-api.json

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

discoveryengine/v1/discoveryengine-gen.go

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

0 commit comments

Comments
 (0)