Skip to content

Commit 7fccba6

Browse files
feat(all): auto-regenerate discovery clients (#2624)
1 parent 953f728 commit 7fccba6

26 files changed

+3975
-154
lines changed

api-list.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4032,7 +4032,7 @@
40324032
"name": "marketingplatformadmin",
40334033
"version": "v1alpha",
40344034
"title": "Google Marketing Platform Admin API",
4035-
"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.",
4035+
"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.",
40364036
"discoveryRestUrl": "https://marketingplatformadmin.googleapis.com/$discovery/rest?version=v1alpha",
40374037
"icons": {
40384038
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",

assuredworkloads/v1/assuredworkloads-api.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@
591591
}
592592
}
593593
},
594-
"revision": "20240523",
594+
"revision": "20240530",
595595
"rootUrl": "https://assuredworkloads.googleapis.com/",
596596
"schemas": {
597597
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
@@ -1074,15 +1074,17 @@
10741074
"REMEDIATION_LIST_ALLOWED_VALUES_ORG_POLICY_VIOLATION",
10751075
"REMEDIATION_LIST_DENIED_VALUES_ORG_POLICY_VIOLATION",
10761076
"REMEDIATION_RESTRICT_CMEK_CRYPTO_KEY_PROJECTS_ORG_POLICY_VIOLATION",
1077-
"REMEDIATION_RESOURCE_VIOLATION"
1077+
"REMEDIATION_RESOURCE_VIOLATION",
1078+
"REMEDIATION_RESOURCE_VIOLATION_NON_CMEK_SERVICES"
10781079
],
10791080
"enumDescriptions": [
10801081
"Unspecified remediation type",
10811082
"Remediation type for boolean org policy",
10821083
"Remediation type for list org policy which have allowed values in the monitoring rule",
10831084
"Remediation type for list org policy which have denied values in the monitoring rule",
10841085
"Remediation type for gcp.restrictCmekCryptoKeyProjects",
1085-
"Remediation type for resource violation."
1086+
"Remediation type for resource violation.",
1087+
"Remediation type for resource violation due to gcp.restrictNonCmekServices"
10861088
],
10871089
"readOnly": true,
10881090
"type": "string"

assuredworkloads/v1/assuredworkloads-gen.go

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assuredworkloads/v1beta1/assuredworkloads-api.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@
563563
}
564564
}
565565
},
566-
"revision": "20240523",
566+
"revision": "20240530",
567567
"rootUrl": "https://assuredworkloads.googleapis.com/",
568568
"schemas": {
569569
"GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": {
@@ -1033,15 +1033,17 @@
10331033
"REMEDIATION_LIST_ALLOWED_VALUES_ORG_POLICY_VIOLATION",
10341034
"REMEDIATION_LIST_DENIED_VALUES_ORG_POLICY_VIOLATION",
10351035
"REMEDIATION_RESTRICT_CMEK_CRYPTO_KEY_PROJECTS_ORG_POLICY_VIOLATION",
1036-
"REMEDIATION_RESOURCE_VIOLATION"
1036+
"REMEDIATION_RESOURCE_VIOLATION",
1037+
"REMEDIATION_RESOURCE_VIOLATION_NON_CMEK_SERVICES"
10371038
],
10381039
"enumDescriptions": [
10391040
"Unspecified remediation type",
10401041
"Remediation type for boolean org policy",
10411042
"Remediation type for list org policy which have allowed values in the monitoring rule",
10421043
"Remediation type for list org policy which have denied values in the monitoring rule",
10431044
"Remediation type for gcp.restrictCmekCryptoKeyProjects",
1044-
"Remediation type for resource violation."
1045+
"Remediation type for resource violation.",
1046+
"Remediation type for resource violation due to gcp.restrictNonCmekServices"
10451047
],
10461048
"readOnly": true,
10471049
"type": "string"

assuredworkloads/v1beta1/assuredworkloads-gen.go

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudbilling/v1beta/cloudbilling-api.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"billingAccounts": {
115115
"methods": {
116116
"estimateCostScenario": {
117+
"deprecated": true,
117118
"description": "Use custom pricing in the estimate, using a `CostScenario` with a defined `billingAccount`.",
118119
"flatPath": "v1beta/billingAccounts/{billingAccountsId}:estimateCostScenario",
119120
"httpMethod": "POST",
@@ -734,8 +735,10 @@
734735
}
735736
},
736737
"v1beta": {
738+
"deprecated": true,
737739
"methods": {
738740
"estimateCostScenario": {
741+
"deprecated": true,
739742
"description": "Estimate list prices using a `CostScenario` without a defined `billingAccount`.",
740743
"flatPath": "v1beta:estimateCostScenario",
741744
"httpMethod": "POST",
@@ -758,7 +761,7 @@
758761
}
759762
}
760763
},
761-
"revision": "20240412",
764+
"revision": "20240531",
762765
"rootUrl": "https://cloudbilling.googleapis.com/",
763766
"schemas": {
764767
"CacheFillRegions": {

0 commit comments

Comments
 (0)