Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2624

Merged
merged 3 commits into from
Jun 12, 2024
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
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