Skip to content

Commit f9e9be1

Browse files
feat(all): auto-regenerate discovery clients (#2912)
1 parent c3b4421 commit f9e9be1

File tree

76 files changed

+2493
-1284
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+2493
-1284
lines changed

adsense/v2/adsense-api.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -971,6 +971,7 @@
971971
"AD_UNIT_SIZE_CODE",
972972
"CUSTOM_CHANNEL_NAME",
973973
"CUSTOM_CHANNEL_ID",
974+
"HOSTED_CUSTOM_CHANNEL_ID",
974975
"OWNED_SITE_DOMAIN_NAME",
975976
"OWNED_SITE_ID",
976977
"PAGE_URL",
@@ -1021,6 +1022,7 @@
10211022
"The size code of an ad unit (e.g. \"728x90\", \"responsive\").",
10221023
"Custom channel name. The members of this dimension match the values from CustomChannel.display_name.",
10231024
"Unique ID of a custom channel. The members of this dimension match the values from CustomChannel.reporting_dimension_id.",
1025+
"Unique ID of a hosted client's custom channel.",
10241026
"Domain name of a verified site (e.g. \"example.com\"). The members of this dimension match the values from Site.domain.",
10251027
"Unique ID of a verified site. The members of this dimension match the values from Site.reporting_dimension_id.",
10261028
"URL of the page upon which the ad was served. This is a complete URL including scheme and query parameters. Note that the URL that appears in this dimension may be a canonicalized version of the one that was used in the original request, and so may not exactly match the URL that a user might have seen. Note that there are also some caveats to be aware of when using this dimension. For more information, see [Page URL breakdown](https://support.google.com/adsense/answer/11988478).",
@@ -1291,6 +1293,7 @@
12911293
"AD_UNIT_SIZE_CODE",
12921294
"CUSTOM_CHANNEL_NAME",
12931295
"CUSTOM_CHANNEL_ID",
1296+
"HOSTED_CUSTOM_CHANNEL_ID",
12941297
"OWNED_SITE_DOMAIN_NAME",
12951298
"OWNED_SITE_ID",
12961299
"PAGE_URL",
@@ -1341,6 +1344,7 @@
13411344
"The size code of an ad unit (e.g. \"728x90\", \"responsive\").",
13421345
"Custom channel name. The members of this dimension match the values from CustomChannel.display_name.",
13431346
"Unique ID of a custom channel. The members of this dimension match the values from CustomChannel.reporting_dimension_id.",
1347+
"Unique ID of a hosted client's custom channel.",
13441348
"Domain name of a verified site (e.g. \"example.com\"). The members of this dimension match the values from Site.domain.",
13451349
"Unique ID of a verified site. The members of this dimension match the values from Site.reporting_dimension_id.",
13461350
"URL of the page upon which the ad was served. This is a complete URL including scheme and query parameters. Note that the URL that appears in this dimension may be a canonicalized version of the one that was used in the original request, and so may not exactly match the URL that a user might have seen. Note that there are also some caveats to be aware of when using this dimension. For more information, see [Page URL breakdown](https://support.google.com/adsense/answer/11988478).",
@@ -1912,7 +1916,7 @@
19121916
}
19131917
}
19141918
},
1915-
"revision": "20241203",
1919+
"revision": "20241211",
19161920
"rootUrl": "https://adsense.googleapis.com/",
19171921
"schemas": {
19181922
"Account": {

adsense/v2/adsense-gen.go

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

artifactregistry/v1/artifactregistry-api.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -2439,7 +2439,7 @@
24392439
}
24402440
}
24412441
},
2442-
"revision": "20241011",
2442+
"revision": "20241205",
24432443
"rootUrl": "https://artifactregistry.googleapis.com/",
24442444
"schemas": {
24452445
"AptArtifact": {
@@ -4145,6 +4145,11 @@
41454145
"description": "The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`. For each location in a project, repository names must be unique.",
41464146
"type": "string"
41474147
},
4148+
"registryUri": {
4149+
"description": "Output only. The repository endpoint, for example: `us-docker.pkg.dev/my-proj/my-repo`.",
4150+
"readOnly": true,
4151+
"type": "string"
4152+
},
41484153
"remoteRepositoryConfig": {
41494154
"$ref": "RemoteRepositoryConfig",
41504155
"description": "Configuration specific for a Remote Repository."

artifactregistry/v1/artifactregistry-gen.go

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

assuredworkloads/v1/assuredworkloads-api.json

+18-9
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@
591591
}
592592
}
593593
},
594-
"revision": "20241107",
594+
"revision": "20241206",
595595
"rootUrl": "https://assuredworkloads.googleapis.com/",
596596
"schemas": {
597597
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
@@ -700,7 +700,8 @@
700700
"REGIONAL_CONTROLS",
701701
"HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS",
702702
"HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_US_SUPPORT",
703-
"IRS_1075"
703+
"IRS_1075",
704+
"CANADA_CONTROLLED_GOODS"
704705
],
705706
"enumDeprecated": [
706707
false,
@@ -726,6 +727,7 @@
726727
false,
727728
false,
728729
false,
730+
false,
729731
false
730732
],
731733
"enumDescriptions": [
@@ -752,7 +754,8 @@
752754
"Assured Workloads for Regional Controls",
753755
"Healthcare and Life Science Controls",
754756
"Healthcare and Life Science Controls with US Support",
755-
"Internal Revenue Service 1075 controls"
757+
"Internal Revenue Service 1075 controls",
758+
"Canada Controlled Goods"
756759
],
757760
"type": "string"
758761
},
@@ -1215,7 +1218,8 @@
12151218
"REGIONAL_CONTROLS",
12161219
"HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS",
12171220
"HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_US_SUPPORT",
1218-
"IRS_1075"
1221+
"IRS_1075",
1222+
"CANADA_CONTROLLED_GOODS"
12191223
],
12201224
"enumDeprecated": [
12211225
false,
@@ -1241,6 +1245,7 @@
12411245
false,
12421246
false,
12431247
false,
1248+
false,
12441249
false
12451250
],
12461251
"enumDescriptions": [
@@ -1267,7 +1272,8 @@
12671272
"Assured Workloads for Regional Controls",
12681273
"Healthcare and Life Science Controls",
12691274
"Healthcare and Life Science Controls with US Support",
1270-
"Internal Revenue Service 1075 controls"
1275+
"Internal Revenue Service 1075 controls",
1276+
"Canada Controlled Goods"
12711277
],
12721278
"type": "string"
12731279
},
@@ -1476,7 +1482,7 @@
14761482
"type": "string"
14771483
},
14781484
"ekmProvisioningState": {
1479-
"description": "Indicates Ekm enrollment Provisioning of a given workload.",
1485+
"description": "Output only. Indicates Ekm enrollment Provisioning of a given workload.",
14801486
"enum": [
14811487
"EKM_PROVISIONING_STATE_UNSPECIFIED",
14821488
"EKM_PROVISIONING_STATE_PENDING",
@@ -1489,6 +1495,7 @@
14891495
"Failed State for Ekm Provisioning",
14901496
"Completed State for Ekm Provisioning"
14911497
],
1498+
"readOnly": true,
14921499
"type": "string"
14931500
}
14941501
},
@@ -1525,7 +1532,7 @@
15251532
"type": "boolean"
15261533
},
15271534
"dataLogsViewer": {
1528-
"description": "Allow the partner to view inspectability logs and monitoring violations.",
1535+
"description": "Optional. Allow the partner to view inspectability logs and monitoring violations.",
15291536
"type": "boolean"
15301537
},
15311538
"serviceAccessApprover": {
@@ -1540,8 +1547,9 @@
15401547
"id": "GoogleCloudAssuredworkloadsV1WorkloadResourceInfo",
15411548
"properties": {
15421549
"resourceId": {
1543-
"description": "Resource identifier. For a project this represents project_number.",
1550+
"description": "Output only. Resource identifier. For a project this represents project_number.",
15441551
"format": "int64",
1552+
"readOnly": true,
15451553
"type": "string"
15461554
},
15471555
"resourceType": {
@@ -1638,7 +1646,7 @@
16381646
"type": "array"
16391647
},
16401648
"setupStatus": {
1641-
"description": "Indicates SAA enrollment status of a given workload.",
1649+
"description": "Output only. Indicates SAA enrollment status of a given workload.",
16421650
"enum": [
16431651
"SETUP_STATE_UNSPECIFIED",
16441652
"STATUS_PENDING",
@@ -1649,6 +1657,7 @@
16491657
"SAA enrollment pending.",
16501658
"SAA enrollment comopleted."
16511659
],
1660+
"readOnly": true,
16521661
"type": "string"
16531662
}
16541663
},

assuredworkloads/v1/assuredworkloads-gen.go

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

assuredworkloads/v1beta1/assuredworkloads-api.json

+18-9
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@
656656
}
657657
}
658658
},
659-
"revision": "20241107",
659+
"revision": "20241206",
660660
"rootUrl": "https://assuredworkloads.googleapis.com/",
661661
"schemas": {
662662
"GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": {
@@ -824,7 +824,8 @@
824824
"REGIONAL_CONTROLS",
825825
"HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS",
826826
"HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_US_SUPPORT",
827-
"IRS_1075"
827+
"IRS_1075",
828+
"CANADA_CONTROLLED_GOODS"
828829
],
829830
"enumDeprecated": [
830831
false,
@@ -850,6 +851,7 @@
850851
false,
851852
false,
852853
false,
854+
false,
853855
false
854856
],
855857
"enumDescriptions": [
@@ -876,7 +878,8 @@
876878
"Assured Workloads for Regional Controls",
877879
"Healthcare and Life Science Controls",
878880
"Healthcare and Life Science Controls with US Support",
879-
"Internal Revenue Service 1075 controls"
881+
"Internal Revenue Service 1075 controls",
882+
"Canada Controlled Goods"
880883
],
881884
"type": "string"
882885
},
@@ -1458,7 +1461,8 @@
14581461
"REGIONAL_CONTROLS",
14591462
"HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS",
14601463
"HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_US_SUPPORT",
1461-
"IRS_1075"
1464+
"IRS_1075",
1465+
"CANADA_CONTROLLED_GOODS"
14621466
],
14631467
"enumDeprecated": [
14641468
false,
@@ -1484,6 +1488,7 @@
14841488
false,
14851489
false,
14861490
false,
1491+
false,
14871492
false
14881493
],
14891494
"enumDescriptions": [
@@ -1510,7 +1515,8 @@
15101515
"Assured Workloads for Regional Controls",
15111516
"Healthcare and Life Science Controls",
15121517
"Healthcare and Life Science Controls with US Support",
1513-
"Internal Revenue Service 1075 controls"
1518+
"Internal Revenue Service 1075 controls",
1519+
"Canada Controlled Goods"
15141520
],
15151521
"type": "string"
15161522
},
@@ -1751,7 +1757,7 @@
17511757
"type": "string"
17521758
},
17531759
"ekmProvisioningState": {
1754-
"description": "Indicates Ekm enrollment Provisioning of a given workload.",
1760+
"description": "Output only. Indicates Ekm enrollment Provisioning of a given workload.",
17551761
"enum": [
17561762
"EKM_PROVISIONING_STATE_UNSPECIFIED",
17571763
"EKM_PROVISIONING_STATE_PENDING",
@@ -1764,6 +1770,7 @@
17641770
"Failed State for Ekm Provisioning",
17651771
"Completed State for Ekm Provisioning"
17661772
],
1773+
"readOnly": true,
17671774
"type": "string"
17681775
}
17691776
},
@@ -1836,7 +1843,7 @@
18361843
"type": "boolean"
18371844
},
18381845
"dataLogsViewer": {
1839-
"description": "Allow the partner to view inspectability logs and monitoring violations.",
1846+
"description": "Optional. Allow the partner to view inspectability logs and monitoring violations.",
18401847
"type": "boolean"
18411848
},
18421849
"serviceAccessApprover": {
@@ -1851,8 +1858,9 @@
18511858
"id": "GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo",
18521859
"properties": {
18531860
"resourceId": {
1854-
"description": "Resource identifier. For a project this represents project_number.",
1861+
"description": "Output only. Resource identifier. For a project this represents project_number.",
18551862
"format": "int64",
1863+
"readOnly": true,
18561864
"type": "string"
18571865
},
18581866
"resourceType": {
@@ -1949,7 +1957,7 @@
19491957
"type": "array"
19501958
},
19511959
"setupStatus": {
1952-
"description": "Indicates SAA enrollment status of a given workload.",
1960+
"description": "Output only. Indicates SAA enrollment status of a given workload.",
19531961
"enum": [
19541962
"SETUP_STATE_UNSPECIFIED",
19551963
"STATUS_PENDING",
@@ -1960,6 +1968,7 @@
19601968
"SAA enrollment pending.",
19611969
"SAA enrollment comopleted."
19621970
],
1971+
"readOnly": true,
19631972
"type": "string"
19641973
}
19651974
},

0 commit comments

Comments
 (0)