Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1939)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Apr 11, 2023
1 parent 8019ef6 commit ac94a0f
Show file tree
Hide file tree
Showing 46 changed files with 13,564 additions and 8,173 deletions.
3 changes: 2 additions & 1 deletion adexperiencereport/v1/adexperiencereport-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"description": "Views Ad Experience Report data, and gets a list of sites that have a significant number of annoying ads.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/ad-experience-report/",
"fullyEncodeReservedExpansion": true,
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
Expand Down Expand Up @@ -138,7 +139,7 @@
}
}
},
"revision": "20200823",
"revision": "20230403",
"rootUrl": "https://adexperiencereport.googleapis.com/",
"schemas": {
"PlatformSummary": {
Expand Down
12 changes: 7 additions & 5 deletions analyticsadmin/v1alpha/analyticsadmin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3274,7 +3274,7 @@
],
"parameters": {
"name": {
"description": "Required. The name of the Audience to get. Example format: properties/1234/expandedDataSets/5678",
"description": "Required. The name of the ExpandedDataSet to get. Example format: properties/1234/expandedDataSets/5678",
"location": "path",
"pattern": "^properties/[^/]+/expandedDataSets/[^/]+$",
"required": true,
Expand Down Expand Up @@ -4040,7 +4040,7 @@
}
}
},
"revision": "20230405",
"revision": "20230410",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
Expand Down Expand Up @@ -5743,20 +5743,22 @@
"type": "string"
},
"parameterName": {
"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.",
"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.",
"type": "string"
},
"scope": {
"description": "Required. Immutable. The scope of this dimension.",
"enum": [
"DIMENSION_SCOPE_UNSPECIFIED",
"EVENT",
"USER"
"USER",
"ITEM"
],
"enumDescriptions": [
"Scope unknown or not specified.",
"Dimension scoped to an event.",
"Dimension scoped to a user."
"Dimension scoped to a user.",
"Dimension scoped to eCommerce items"
],
"type": "string"
}
Expand Down
14 changes: 8 additions & 6 deletions analyticsadmin/v1alpha/analyticsadmin-gen.go

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

10 changes: 6 additions & 4 deletions analyticsadmin/v1beta/analyticsadmin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,7 @@
}
}
},
"revision": "20230330",
"revision": "20230410",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1betaAccessBetweenFilter": {
Expand Down Expand Up @@ -2232,20 +2232,22 @@
"type": "string"
},
"parameterName": {
"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.",
"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.",
"type": "string"
},
"scope": {
"description": "Required. Immutable. The scope of this dimension.",
"enum": [
"DIMENSION_SCOPE_UNSPECIFIED",
"EVENT",
"USER"
"USER",
"ITEM"
],
"enumDescriptions": [
"Scope unknown or not specified.",
"Dimension scoped to an event.",
"Dimension scoped to a user."
"Dimension scoped to a user.",
"Dimension scoped to eCommerce items"
],
"type": "string"
}
Expand Down
10 changes: 6 additions & 4 deletions analyticsadmin/v1beta/analyticsadmin-gen.go

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

2 changes: 1 addition & 1 deletion api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -5404,7 +5404,7 @@
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://developers.google.com/storage/docs/json_api/v1/",
"documentationLink": "https://cloud.google.com/storage/docs/apis",
"preferred": true
},
{
Expand Down
Loading

0 comments on commit ac94a0f

Please sign in to comment.