Skip to content

Commit 02abe6b

Browse files
yoshi-automationsofisl
authored andcommitted
feat(adsenseplatform)!: update the API
BREAKING CHANGE: This release has breaking changes. #### adsenseplatform:v1alpha The following keys were deleted: - schemas.PlatformGroup.properties.description.readOnly The following keys were added: - schemas.PlatformGroup.properties.revshareMillipercent.readOnly The following keys were changed: - schemas.PlatformGroup.properties.description.description - schemas.PlatformGroup.properties.revshareMillipercent.description
1 parent a553bb3 commit 02abe6b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

src/apis/adsenseplatform/v1alpha.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,15 +368,15 @@ export namespace adsenseplatform_v1alpha {
368368
*/
369369
export interface Schema$PlatformGroup {
370370
/**
371-
* Output only. Description of the PlatformGroup.
371+
* Required. Description of the PlatformGroup.
372372
*/
373373
description?: string | null;
374374
/**
375375
* Identifier. Format: accounts/{account\}/platforms/{platform\}/groups/{platform_group\}
376376
*/
377377
name?: string | null;
378378
/**
379-
* The revenue share of the PlatformGroup, in millipercent (e.g. 15000 = 15%).
379+
* Output only. The revenue share of the PlatformGroup, in millipercent (e.g. 15000 = 15%).
380380
*/
381381
revshareMillipercent?: Schema$Decimal;
382382
}

0 commit comments

Comments
 (0)