Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2483)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Mar 21, 2024
1 parent b91cca7 commit 9599561
Show file tree
Hide file tree
Showing 38 changed files with 5,287 additions and 1,973 deletions.
12 changes: 6 additions & 6 deletions adsense/v2/adsense-api.json
Expand Up @@ -324,7 +324,7 @@
"adunits": {
"methods": {
"create": {
"description": "Creates an ad unit. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product. Note that ad units can only be created for ad clients with an \"AFC\" product code. For more info see the [AdClient resource](/adsense/management/reference/rest/v2/accounts.adclients). For now, this method can only be used to create `DISPLAY` ad units. See: https://support.google.com/adsense/answer/9183566",
"description": "Creates an ad unit. This method can be called only by a restricted set of projects, which are usually owned by [AdSense for Platforms](https://developers.google.com/adsense/platforms/) publishers. Contact your account manager if you need to use this method. Note that ad units can only be created for ad clients with an \"AFC\" product code. For more info see the [AdClient resource](/adsense/management/reference/rest/v2/accounts.adclients). For now, this method can only be used to create `DISPLAY` ad units. See: https://support.google.com/adsense/answer/9183566",
"flatPath": "v2/accounts/{accountsId}/adclients/{adclientsId}/adunits",
"httpMethod": "POST",
"id": "adsense.accounts.adclients.adunits.create",
Expand Down Expand Up @@ -478,7 +478,7 @@
]
},
"patch": {
"description": "Updates an ad unit. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product. For now, this method can only be used to update `DISPLAY` ad units. See: https://support.google.com/adsense/answer/9183566",
"description": "Updates an ad unit. This method can be called only by a restricted set of projects, which are usually owned by [AdSense for Platforms](https://developers.google.com/adsense/platforms/) publishers. Contact your account manager if you need to use this method. For now, this method can only be used to update `DISPLAY` ad units. See: https://support.google.com/adsense/answer/9183566",
"flatPath": "v2/accounts/{accountsId}/adclients/{adclientsId}/adunits/{adunitsId}",
"httpMethod": "PATCH",
"id": "adsense.accounts.adclients.adunits.patch",
Expand Down Expand Up @@ -516,7 +516,7 @@
"customchannels": {
"methods": {
"create": {
"description": "Creates a custom channel. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product.",
"description": "Creates a custom channel. This method can be called only by a restricted set of projects, which are usually owned by [AdSense for Platforms](https://developers.google.com/adsense/platforms/) publishers. Contact your account manager if you need to use this method.",
"flatPath": "v2/accounts/{accountsId}/adclients/{adclientsId}/customchannels",
"httpMethod": "POST",
"id": "adsense.accounts.adclients.customchannels.create",
Expand Down Expand Up @@ -544,7 +544,7 @@
]
},
"delete": {
"description": "Deletes a custom channel. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product.",
"description": "Deletes a custom channel. This method can be called only by a restricted set of projects, which are usually owned by [AdSense for Platforms](https://developers.google.com/adsense/platforms/) publishers. Contact your account manager if you need to use this method.",
"flatPath": "v2/accounts/{accountsId}/adclients/{adclientsId}/customchannels/{customchannelsId}",
"httpMethod": "DELETE",
"id": "adsense.accounts.adclients.customchannels.delete",
Expand Down Expand Up @@ -669,7 +669,7 @@
]
},
"patch": {
"description": "Updates a custom channel. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product.",
"description": "Updates a custom channel. This method can be called only by a restricted set of projects, which are usually owned by [AdSense for Platforms](https://developers.google.com/adsense/platforms/) publishers. Contact your account manager if you need to use this method.",
"flatPath": "v2/accounts/{accountsId}/adclients/{adclientsId}/customchannels/{customchannelsId}",
"httpMethod": "PATCH",
"id": "adsense.accounts.adclients.customchannels.patch",
Expand Down Expand Up @@ -1845,7 +1845,7 @@
}
}
},
"revision": "20240306",
"revision": "20240320",
"rootUrl": "https://adsense.googleapis.com/",
"schemas": {
"Account": {
Expand Down
56 changes: 32 additions & 24 deletions adsense/v2/adsense-gen.go

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

8 changes: 5 additions & 3 deletions checks/v1alpha/checks-api.json
Expand Up @@ -414,7 +414,7 @@
}
}
},
"revision": "20240314",
"revision": "20240319",
"rootUrl": "https://checks.googleapis.com/",
"schemas": {
"CancelOperationRequest": {
Expand Down Expand Up @@ -797,7 +797,8 @@
"QUEBEC_BILL_64",
"CHINA_PIPL",
"SOUTH_KOREA_PIPA",
"SOUTH_AFRICA_POPIA"
"SOUTH_AFRICA_POPIA",
"JAPAN_APPI"
],
"enumDescriptions": [
"Not specified.",
Expand All @@ -821,7 +822,8 @@
"Quebec Bill 64: An Act to Modernize Legislative Provisions as Regards the Protection of Personal Information.",
"China Personal Information Protection Law.",
"South Korea Personal Information Protection Act.",
"South Africa Protection of Personal Information Act."
"South Africa Protection of Personal Information Act.",
"Japan Act on the Protection of Personal Information."
],
"type": "string"
}
Expand Down
1 change: 1 addition & 0 deletions checks/v1alpha/checks-gen.go

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

0 comments on commit 9599561

Please sign in to comment.