Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2028)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jun 16, 2023
1 parent f06cac5 commit 922fc6a
Show file tree
Hide file tree
Showing 36 changed files with 360 additions and 239 deletions.
10 changes: 5 additions & 5 deletions analyticsadmin/v1alpha/analyticsadmin-api.json
Expand Up @@ -4322,7 +4322,7 @@
}
}
},
"revision": "20230612",
"revision": "20230615",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
Expand Down Expand Up @@ -4902,10 +4902,10 @@
"Reporting attribution model unspecified.",
"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.",
"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.",
"Gives all credit for the conversion to the first channel that a customer clicked (or engaged view through for YouTube) before converting.",
"Distributes the credit for the conversion equally across all the channels a customer clicked (or engaged view through for YouTube) before converting.",
"Attributes 40% credit to the first and last interaction, and the remaining 20% credit is distributed evenly to the middle interactions.",
"Gives more credit to the touchpoints that happened closer in time to the conversion.",
"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.",
"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.",
"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.",
"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.",
"Attributes 100% of the conversion value to the last Google Ads channel that the customer clicked through before converting."
],
"type": "string"
Expand Down
34 changes: 25 additions & 9 deletions analyticsadmin/v1alpha/analyticsadmin-gen.go

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

14 changes: 7 additions & 7 deletions androidpublisher/v3/androidpublisher-api.json
Expand Up @@ -2099,7 +2099,7 @@
"inappproducts": {
"methods": {
"delete": {
"description": "Deletes an in-app product (i.e. a managed product or a subscription).",
"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.",
"flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
"httpMethod": "DELETE",
"id": "androidpublisher.inappproducts.delete",
Expand Down Expand Up @@ -2127,7 +2127,7 @@
]
},
"get": {
"description": "Gets an in-app product, which can be a managed product or a subscription.",
"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.",
"flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
"httpMethod": "GET",
"id": "androidpublisher.inappproducts.get",
Expand Down Expand Up @@ -2158,7 +2158,7 @@
]
},
"insert": {
"description": "Creates an in-app product (i.e. a managed product or a subscription).",
"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.",
"flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts",
"httpMethod": "POST",
"id": "androidpublisher.inappproducts.insert",
Expand Down Expand Up @@ -2190,7 +2190,7 @@
]
},
"list": {
"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.",
"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.",
"flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts",
"httpMethod": "GET",
"id": "androidpublisher.inappproducts.list",
Expand Down Expand Up @@ -2233,7 +2233,7 @@
]
},
"patch": {
"description": "Patches an in-app product (i.e. a managed product or a subscription).",
"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.",
"flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
"httpMethod": "PATCH",
"id": "androidpublisher.inappproducts.patch",
Expand Down Expand Up @@ -2272,7 +2272,7 @@
]
},
"update": {
"description": "Updates an in-app product (i.e. a managed product or a subscription).",
"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.",
"flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
"httpMethod": "PUT",
"id": "androidpublisher.inappproducts.update",
Expand Down Expand Up @@ -4047,7 +4047,7 @@
}
}
},
"revision": "20230612",
"revision": "20230615",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"AcquisitionTargetingRule": {
Expand Down
42 changes: 30 additions & 12 deletions androidpublisher/v3/androidpublisher-gen.go

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

19 changes: 16 additions & 3 deletions civicinfo/v2/civicinfo-api.json
Expand Up @@ -125,7 +125,14 @@
"httpMethod": "GET",
"id": "civicinfo.elections.electionQuery",
"parameterOrder": [],
"parameters": {},
"parameters": {
"productionDataOnly": {
"default": "true",
"description": "Whether to include data that has not been allowlisted yet",
"location": "query",
"type": "boolean"
}
},
"path": "civicinfo/v2/elections",
"response": {
"$ref": "ElectionsQueryResponse"
Expand Down Expand Up @@ -159,6 +166,12 @@
"location": "query",
"type": "boolean"
},
"productionDataOnly": {
"default": "true",
"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.",
"location": "query",
"type": "boolean"
},
"returnAllAvailableData": {
"default": "false",
"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.",
Expand Down Expand Up @@ -352,7 +365,7 @@
}
}
},
"revision": "20230606",
"revision": "20230613",
"rootUrl": "https://civicinfo.googleapis.com/",
"schemas": {
"AdministrationRegion": {
Expand Down Expand Up @@ -1341,7 +1354,7 @@
"type": "string"
},
"precincts": {
"description": "The precincts that match this voter's address. Will only be returned for project IDs which have been whitelisted as \"partner projects\".",
"description": "The precincts that match this voter's address. Will only be returned for project IDs which have been allowlisted as \"partner projects\".",
"items": {
"$ref": "Precinct"
},
Expand Down

0 comments on commit 922fc6a

Please sign in to comment.