Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions adsenseplatform/v1alpha/adsenseplatform-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@
}
}
},
"revision": "20250703",
"revision": "20250707",
"rootUrl": "https://adsenseplatform.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -1046,8 +1046,7 @@
"id": "PlatformGroup",
"properties": {
"description": {
"description": "Output only. Description of the PlatformGroup.",
"readOnly": true,
"description": "Required. Description of the PlatformGroup.",
"type": "string"
},
"name": {
Expand All @@ -1056,7 +1055,8 @@
},
"revshareMillipercent": {
"$ref": "Decimal",
"description": "The revenue share of the PlatformGroup, in millipercent (e.g. 15000 = 15%)."
"description": "Output only. The revenue share of the PlatformGroup, in millipercent (e.g. 15000 = 15%).",
"readOnly": true
}
},
"type": "object"
Expand Down
6 changes: 3 additions & 3 deletions adsenseplatform/v1alpha/adsenseplatform-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@
}
}
},
"revision": "20250414",
"revision": "20250703",
"rootUrl": "https://contactcenteraiplatform.googleapis.com/",
"schemas": {
"AdminUser": {
Expand Down Expand Up @@ -633,6 +633,11 @@
"readOnly": true,
"type": "array"
},
"releaseVersion": {
"description": "Output only. UJET release version, unique for each new release.",
"readOnly": true,
"type": "string"
},
"samlParams": {
"$ref": "SAMLParams",
"description": "Optional. Params that sets up Google as IdP."
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 38 additions & 7 deletions discoveryengine/v1/discoveryengine-api.json

Large diffs are not rendered by default.

55 changes: 48 additions & 7 deletions discoveryengine/v1/discoveryengine-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading