Skip to content

Commit 922fc6a

Browse files
authoredJun 16, 2023
feat(all): auto-regenerate discovery clients (#2028)
1 parent f06cac5 commit 922fc6a

36 files changed

+360
-239
lines changed
 

‎analyticsadmin/v1alpha/analyticsadmin-api.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -4322,7 +4322,7 @@
43224322
}
43234323
}
43244324
},
4325-
"revision": "20230612",
4325+
"revision": "20230615",
43264326
"rootUrl": "https://analyticsadmin.googleapis.com/",
43274327
"schemas": {
43284328
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
@@ -4902,10 +4902,10 @@
49024902
"Reporting attribution model unspecified.",
49034903
"Data-driven attribution distributes credit for the conversion based on data for each conversion event. Each Data-driven model is specific to each advertiser and each conversion event.",
49044904
"Ignores direct traffic and attributes 100% of the conversion value to the last channel that the customer clicked through (or engaged view through for YouTube) before converting.",
4905-
"Gives all credit for the conversion to the first channel that a customer clicked (or engaged view through for YouTube) before converting.",
4906-
"Distributes the credit for the conversion equally across all the channels a customer clicked (or engaged view through for YouTube) before converting.",
4907-
"Attributes 40% credit to the first and last interaction, and the remaining 20% credit is distributed evenly to the middle interactions.",
4908-
"Gives more credit to the touchpoints that happened closer in time to the conversion.",
4905+
"Starting in June 2023, new properties can no longer use this model. See [Analytics Help](https://support.google.com/analytics/answer/9164320?hl=en#040623) for more details. Starting in September 2023, we will sunset this model for all properties. Gives all credit for the conversion to the first channel that a customer clicked (or engaged view through for YouTube) before converting.",
4906+
"Starting in June 2023, new properties can no longer use this model. See [Analytics Help](https://support.google.com/analytics/answer/9164320?hl=en#040623) for more details. Starting in September 2023, we will sunset this model for all properties. Distributes the credit for the conversion equally across all the channels a customer clicked (or engaged view through for YouTube) before converting.",
4907+
"Starting in June 2023, new properties can no longer use this model. See [Analytics Help](https://support.google.com/analytics/answer/9164320?hl=en#040623) for more details. Starting in September 2023, we will sunset this model for all properties. Attributes 40% credit to the first and last interaction, and the remaining 20% credit is distributed evenly to the middle interactions.",
4908+
"Starting in June 2023, new properties can no longer use this model. See [Analytics Help](https://support.google.com/analytics/answer/9164320?hl=en#040623) for more details. Starting in September 2023, we will sunset this model for all properties. Gives more credit to the touchpoints that happened closer in time to the conversion.",
49094909
"Attributes 100% of the conversion value to the last Google Ads channel that the customer clicked through before converting."
49104910
],
49114911
"type": "string"

‎analyticsadmin/v1alpha/analyticsadmin-gen.go

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

‎androidpublisher/v3/androidpublisher-api.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -2099,7 +2099,7 @@
20992099
"inappproducts": {
21002100
"methods": {
21012101
"delete": {
2102-
"description": "Deletes an in-app product (i.e. a managed product or a subscription).",
2102+
"description": "Deletes an in-app product (i.e. a managed product or a subscription). This method should no longer be used to delete subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.",
21032103
"flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
21042104
"httpMethod": "DELETE",
21052105
"id": "androidpublisher.inappproducts.delete",
@@ -2127,7 +2127,7 @@
21272127
]
21282128
},
21292129
"get": {
2130-
"description": "Gets an in-app product, which can be a managed product or a subscription.",
2130+
"description": "Gets an in-app product, which can be a managed product or a subscription. This method should no longer be used to retrieve subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.",
21312131
"flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
21322132
"httpMethod": "GET",
21332133
"id": "androidpublisher.inappproducts.get",
@@ -2158,7 +2158,7 @@
21582158
]
21592159
},
21602160
"insert": {
2161-
"description": "Creates an in-app product (i.e. a managed product or a subscription).",
2161+
"description": "Creates an in-app product (i.e. a managed product or a subscription). This method should no longer be used to create subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.",
21622162
"flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts",
21632163
"httpMethod": "POST",
21642164
"id": "androidpublisher.inappproducts.insert",
@@ -2190,7 +2190,7 @@
21902190
]
21912191
},
21922192
"list": {
2193-
"description": "Lists all in-app products - both managed products and subscriptions. If an app has a large number of in-app products, the response may be paginated. In this case the response field `tokenPagination.nextPageToken` will be set and the caller should provide its value as a `token` request parameter to retrieve the next page.",
2193+
"description": "Lists all in-app products - both managed products and subscriptions. If an app has a large number of in-app products, the response may be paginated. In this case the response field `tokenPagination.nextPageToken` will be set and the caller should provide its value as a `token` request parameter to retrieve the next page. This method should no longer be used to retrieve subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.",
21942194
"flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts",
21952195
"httpMethod": "GET",
21962196
"id": "androidpublisher.inappproducts.list",
@@ -2233,7 +2233,7 @@
22332233
]
22342234
},
22352235
"patch": {
2236-
"description": "Patches an in-app product (i.e. a managed product or a subscription).",
2236+
"description": "Patches an in-app product (i.e. a managed product or a subscription). This method should no longer be used to update subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.",
22372237
"flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
22382238
"httpMethod": "PATCH",
22392239
"id": "androidpublisher.inappproducts.patch",
@@ -2272,7 +2272,7 @@
22722272
]
22732273
},
22742274
"update": {
2275-
"description": "Updates an in-app product (i.e. a managed product or a subscription).",
2275+
"description": "Updates an in-app product (i.e. a managed product or a subscription). This method should no longer be used to update subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.",
22762276
"flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
22772277
"httpMethod": "PUT",
22782278
"id": "androidpublisher.inappproducts.update",
@@ -4047,7 +4047,7 @@
40474047
}
40484048
}
40494049
},
4050-
"revision": "20230612",
4050+
"revision": "20230615",
40514051
"rootUrl": "https://androidpublisher.googleapis.com/",
40524052
"schemas": {
40534053
"AcquisitionTargetingRule": {

‎androidpublisher/v3/androidpublisher-gen.go

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

‎civicinfo/v2/civicinfo-api.json

+16-3
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,14 @@
125125
"httpMethod": "GET",
126126
"id": "civicinfo.elections.electionQuery",
127127
"parameterOrder": [],
128-
"parameters": {},
128+
"parameters": {
129+
"productionDataOnly": {
130+
"default": "true",
131+
"description": "Whether to include data that has not been allowlisted yet",
132+
"location": "query",
133+
"type": "boolean"
134+
}
135+
},
129136
"path": "civicinfo/v2/elections",
130137
"response": {
131138
"$ref": "ElectionsQueryResponse"
@@ -159,6 +166,12 @@
159166
"location": "query",
160167
"type": "boolean"
161168
},
169+
"productionDataOnly": {
170+
"default": "true",
171+
"description": "Whether to include data that has not been vetted yet. Should only be made available to internal IPs or trusted partners. This is a non-discoverable parameter in the One Platform API config.",
172+
"location": "query",
173+
"type": "boolean"
174+
},
162175
"returnAllAvailableData": {
163176
"default": "false",
164177
"description": "If set to true, the query will return the success code and include any partial information when it is unable to determine a matching address or unable to determine the election for electionId=0 queries.",
@@ -352,7 +365,7 @@
352365
}
353366
}
354367
},
355-
"revision": "20230606",
368+
"revision": "20230613",
356369
"rootUrl": "https://civicinfo.googleapis.com/",
357370
"schemas": {
358371
"AdministrationRegion": {
@@ -1341,7 +1354,7 @@
13411354
"type": "string"
13421355
},
13431356
"precincts": {
1344-
"description": "The precincts that match this voter's address. Will only be returned for project IDs which have been whitelisted as \"partner projects\".",
1357+
"description": "The precincts that match this voter's address. Will only be returned for project IDs which have been allowlisted as \"partner projects\".",
13451358
"items": {
13461359
"$ref": "Precinct"
13471360
},

0 commit comments

Comments
 (0)
Please sign in to comment.