Skip to content

Commit ac94a0f

Browse files
feat(all): auto-regenerate discovery clients (#1939)
1 parent 8019ef6 commit ac94a0f

Some content is hidden

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

46 files changed

+13564
-8173
lines changed

adexperiencereport/v1/adexperiencereport-api.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"description": "Views Ad Experience Report data, and gets a list of sites that have a significant number of annoying ads.",
77
"discoveryVersion": "v1",
88
"documentationLink": "https://developers.google.com/ad-experience-report/",
9+
"fullyEncodeReservedExpansion": true,
910
"icons": {
1011
"x16": "http://www.google.com/images/icons/product/search-16.gif",
1112
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -138,7 +139,7 @@
138139
}
139140
}
140141
},
141-
"revision": "20200823",
142+
"revision": "20230403",
142143
"rootUrl": "https://adexperiencereport.googleapis.com/",
143144
"schemas": {
144145
"PlatformSummary": {

analyticsadmin/v1alpha/analyticsadmin-api.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3274,7 +3274,7 @@
32743274
],
32753275
"parameters": {
32763276
"name": {
3277-
"description": "Required. The name of the Audience to get. Example format: properties/1234/expandedDataSets/5678",
3277+
"description": "Required. The name of the ExpandedDataSet to get. Example format: properties/1234/expandedDataSets/5678",
32783278
"location": "path",
32793279
"pattern": "^properties/[^/]+/expandedDataSets/[^/]+$",
32803280
"required": true,
@@ -4040,7 +4040,7 @@
40404040
}
40414041
}
40424042
},
4043-
"revision": "20230405",
4043+
"revision": "20230410",
40444044
"rootUrl": "https://analyticsadmin.googleapis.com/",
40454045
"schemas": {
40464046
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
@@ -5743,20 +5743,22 @@
57435743
"type": "string"
57445744
},
57455745
"parameterName": {
5746-
"description": "Required. Immutable. Tagging parameter name for this custom dimension. If this is a user-scoped dimension, then this is the user property name. If this is an event-scoped dimension, then this is the event parameter name. May only contain alphanumeric and underscore characters, starting with a letter. Max length of 24 characters for user-scoped dimensions, 40 characters for event-scoped dimensions.",
5746+
"description": "Required. Immutable. Tagging parameter name for this custom dimension. If this is a user-scoped dimension, then this is the user property name. If this is an event-scoped dimension, then this is the event parameter name. If this is an item-scoped dimension, then this is the parameter name found in the eCommerce items array. May only contain alphanumeric and underscore characters, starting with a letter. Max length of 24 characters for user-scoped dimensions, 40 characters for event-scoped dimensions.",
57475747
"type": "string"
57485748
},
57495749
"scope": {
57505750
"description": "Required. Immutable. The scope of this dimension.",
57515751
"enum": [
57525752
"DIMENSION_SCOPE_UNSPECIFIED",
57535753
"EVENT",
5754-
"USER"
5754+
"USER",
5755+
"ITEM"
57555756
],
57565757
"enumDescriptions": [
57575758
"Scope unknown or not specified.",
57585759
"Dimension scoped to an event.",
5759-
"Dimension scoped to a user."
5760+
"Dimension scoped to a user.",
5761+
"Dimension scoped to eCommerce items"
57605762
],
57615763
"type": "string"
57625764
}

analyticsadmin/v1alpha/analyticsadmin-gen.go

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

analyticsadmin/v1beta/analyticsadmin-api.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@
15941594
}
15951595
}
15961596
},
1597-
"revision": "20230330",
1597+
"revision": "20230410",
15981598
"rootUrl": "https://analyticsadmin.googleapis.com/",
15991599
"schemas": {
16001600
"GoogleAnalyticsAdminV1betaAccessBetweenFilter": {
@@ -2232,20 +2232,22 @@
22322232
"type": "string"
22332233
},
22342234
"parameterName": {
2235-
"description": "Required. Immutable. Tagging parameter name for this custom dimension. If this is a user-scoped dimension, then this is the user property name. If this is an event-scoped dimension, then this is the event parameter name. May only contain alphanumeric and underscore characters, starting with a letter. Max length of 24 characters for user-scoped dimensions, 40 characters for event-scoped dimensions.",
2235+
"description": "Required. Immutable. Tagging parameter name for this custom dimension. If this is a user-scoped dimension, then this is the user property name. If this is an event-scoped dimension, then this is the event parameter name. If this is an item-scoped dimension, then this is the parameter name found in the eCommerce items array. May only contain alphanumeric and underscore characters, starting with a letter. Max length of 24 characters for user-scoped dimensions, 40 characters for event-scoped dimensions.",
22362236
"type": "string"
22372237
},
22382238
"scope": {
22392239
"description": "Required. Immutable. The scope of this dimension.",
22402240
"enum": [
22412241
"DIMENSION_SCOPE_UNSPECIFIED",
22422242
"EVENT",
2243-
"USER"
2243+
"USER",
2244+
"ITEM"
22442245
],
22452246
"enumDescriptions": [
22462247
"Scope unknown or not specified.",
22472248
"Dimension scoped to an event.",
2248-
"Dimension scoped to a user."
2249+
"Dimension scoped to a user.",
2250+
"Dimension scoped to eCommerce items"
22492251
],
22502252
"type": "string"
22512253
}

analyticsadmin/v1beta/analyticsadmin-gen.go

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-list.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5404,7 +5404,7 @@
54045404
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
54055405
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
54065406
},
5407-
"documentationLink": "https://developers.google.com/storage/docs/json_api/v1/",
5407+
"documentationLink": "https://cloud.google.com/storage/docs/apis",
54085408
"preferred": true
54095409
},
54105410
{

0 commit comments

Comments
 (0)