Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2624)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jun 12, 2024
1 parent 953f728 commit 7fccba6
Show file tree
Hide file tree
Showing 26 changed files with 3,975 additions and 154 deletions.
2 changes: 1 addition & 1 deletion api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -4032,7 +4032,7 @@
"name": "marketingplatformadmin",
"version": "v1alpha",
"title": "Google Marketing Platform Admin API",
"description": "The Google Marketing Platform Admin API allows for programmatic access to the Google Marketing Platform configuration data. You can use the Google Marketing Platform Admin API to manage links between your Google Marketing Platform organization and Google Analytics accounts, set the service level of your GA4 properties.",
"description": "The Google Marketing Platform Admin API allows for programmatic access to the Google Marketing Platform configuration data. You can use the Google Marketing Platform Admin API to manage links between your Google Marketing Platform organization and Google Analytics accounts, and to set the service level of your GA4 properties.",
"discoveryRestUrl": "https://marketingplatformadmin.googleapis.com/$discovery/rest?version=v1alpha",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
Expand Down
8 changes: 5 additions & 3 deletions assuredworkloads/v1/assuredworkloads-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@
}
}
},
"revision": "20240523",
"revision": "20240530",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -1074,15 +1074,17 @@
"REMEDIATION_LIST_ALLOWED_VALUES_ORG_POLICY_VIOLATION",
"REMEDIATION_LIST_DENIED_VALUES_ORG_POLICY_VIOLATION",
"REMEDIATION_RESTRICT_CMEK_CRYPTO_KEY_PROJECTS_ORG_POLICY_VIOLATION",
"REMEDIATION_RESOURCE_VIOLATION"
"REMEDIATION_RESOURCE_VIOLATION",
"REMEDIATION_RESOURCE_VIOLATION_NON_CMEK_SERVICES"
],
"enumDescriptions": [
"Unspecified remediation type",
"Remediation type for boolean org policy",
"Remediation type for list org policy which have allowed values in the monitoring rule",
"Remediation type for list org policy which have denied values in the monitoring rule",
"Remediation type for gcp.restrictCmekCryptoKeyProjects",
"Remediation type for resource violation."
"Remediation type for resource violation.",
"Remediation type for resource violation due to gcp.restrictNonCmekServices"
],
"readOnly": true,
"type": "string"
Expand Down
2 changes: 2 additions & 0 deletions assuredworkloads/v1/assuredworkloads-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 assuredworkloads/v1beta1/assuredworkloads-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@
}
}
},
"revision": "20240523",
"revision": "20240530",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -1033,15 +1033,17 @@
"REMEDIATION_LIST_ALLOWED_VALUES_ORG_POLICY_VIOLATION",
"REMEDIATION_LIST_DENIED_VALUES_ORG_POLICY_VIOLATION",
"REMEDIATION_RESTRICT_CMEK_CRYPTO_KEY_PROJECTS_ORG_POLICY_VIOLATION",
"REMEDIATION_RESOURCE_VIOLATION"
"REMEDIATION_RESOURCE_VIOLATION",
"REMEDIATION_RESOURCE_VIOLATION_NON_CMEK_SERVICES"
],
"enumDescriptions": [
"Unspecified remediation type",
"Remediation type for boolean org policy",
"Remediation type for list org policy which have allowed values in the monitoring rule",
"Remediation type for list org policy which have denied values in the monitoring rule",
"Remediation type for gcp.restrictCmekCryptoKeyProjects",
"Remediation type for resource violation."
"Remediation type for resource violation.",
"Remediation type for resource violation due to gcp.restrictNonCmekServices"
],
"readOnly": true,
"type": "string"
Expand Down
2 changes: 2 additions & 0 deletions assuredworkloads/v1beta1/assuredworkloads-gen.go

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

5 changes: 4 additions & 1 deletion cloudbilling/v1beta/cloudbilling-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"billingAccounts": {
"methods": {
"estimateCostScenario": {
"deprecated": true,
"description": "Use custom pricing in the estimate, using a `CostScenario` with a defined `billingAccount`.",
"flatPath": "v1beta/billingAccounts/{billingAccountsId}:estimateCostScenario",
"httpMethod": "POST",
Expand Down Expand Up @@ -734,8 +735,10 @@
}
},
"v1beta": {
"deprecated": true,
"methods": {
"estimateCostScenario": {
"deprecated": true,
"description": "Estimate list prices using a `CostScenario` without a defined `billingAccount`.",
"flatPath": "v1beta:estimateCostScenario",
"httpMethod": "POST",
Expand All @@ -758,7 +761,7 @@
}
}
},
"revision": "20240412",
"revision": "20240531",
"rootUrl": "https://cloudbilling.googleapis.com/",
"schemas": {
"CacheFillRegions": {
Expand Down
Loading

0 comments on commit 7fccba6

Please sign in to comment.