Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #1955

Merged
merged 1 commit into from Apr 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions adexchangebuyer2/v2beta1/adexchangebuyer2-api.json
Expand Up @@ -2568,7 +2568,7 @@
}
}
},
"revision": "20220914",
"revision": "20230419",
"rootUrl": "https://adexchangebuyer.googleapis.com/",
"schemas": {
"AbsoluteDateRange": {
Expand Down Expand Up @@ -2732,7 +2732,7 @@
},
"billedImpressions": {
"$ref": "MetricValue",
"description": "The number of bids for which the buyer was billed."
"description": "The number of bids for which the buyer was billed. Also called valid impressions as invalid impressions are not billed."
},
"impressionsWon": {
"$ref": "MetricValue",
Expand Down
1 change: 1 addition & 0 deletions adexchangebuyer2/v2beta1/adexchangebuyer2-gen.go

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

10 changes: 5 additions & 5 deletions alertcenter/v1beta1/alertcenter-api.json
Expand Up @@ -423,7 +423,7 @@
}
}
},
"revision": "20230403",
"revision": "20230417",
"rootUrl": "https://alertcenter.googleapis.com/",
"schemas": {
"AccountSuspensionDetails": {
Expand Down Expand Up @@ -733,20 +733,20 @@
"type": "object"
},
"ApnsCertificateExpirationInfo": {
"description": "The explanation message associated with ApnsCertificationExpiring and ApnsCertificationExpired alerts.",
"description": "The explanation message associated with \"APNS certificate is expiring soon\" and \"APNS certificate has expired\" alerts.",
"id": "ApnsCertificateExpirationInfo",
"properties": {
"appleId": {
"description": "The Apple ID used for the certificate may be blank if admins didn't enter it.",
"description": "The Apple ID used to create the certificate. It may be blank if admins didn't enter it.",
"type": "string"
},
"expirationTime": {
"description": "The expiration date of the APNS Certificate.",
"description": "The expiration date of the APNS certificate.",
"format": "google-datetime",
"type": "string"
},
"uid": {
"description": "The UID for the certificate.",
"description": "The UID of the certificate.",
"type": "string"
}
},
Expand Down
11 changes: 6 additions & 5 deletions alertcenter/v1beta1/alertcenter-gen.go

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

24 changes: 14 additions & 10 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 subscriptions).",
"description": "Deletes an in-app product (i.e. a managed product or a subscription).",
"flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
"httpMethod": "DELETE",
"id": "androidpublisher.inappproducts.delete",
Expand Down Expand Up @@ -2158,7 +2158,7 @@
]
},
"insert": {
"description": "Creates an in-app product (i.e. a managed product or a subscriptions).",
"description": "Creates an in-app product (i.e. a managed product or a subscription).",
"flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts",
"httpMethod": "POST",
"id": "androidpublisher.inappproducts.insert",
Expand Down Expand Up @@ -2211,7 +2211,7 @@
"type": "string"
},
"startIndex": {
"description": "Deprecated and ignored. Set the `token` parameter to rertieve the next page.",
"description": "Deprecated and ignored. Set the `token` parameter to retrieve the next page.",
"format": "uint32",
"location": "query",
"type": "integer"
Expand All @@ -2231,7 +2231,7 @@
]
},
"patch": {
"description": "Patches an in-app product (i.e. a managed product or a subscriptions).",
"description": "Patches an in-app product (i.e. a managed product or a subscription).",
"flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
"httpMethod": "PATCH",
"id": "androidpublisher.inappproducts.patch",
Expand Down Expand Up @@ -2270,7 +2270,7 @@
]
},
"update": {
"description": "Updates an in-app product (i.e. a managed product or a subscriptions).",
"description": "Updates an in-app product (i.e. a managed product or a subscription).",
"flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
"httpMethod": "PUT",
"id": "androidpublisher.inappproducts.update",
Expand Down Expand Up @@ -4045,7 +4045,7 @@
}
}
},
"revision": "20230406",
"revision": "20230418",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"AcquisitionTargetingRule": {
Expand Down Expand Up @@ -5191,7 +5191,8 @@
"CAN_MANAGE_TRACK_USERS",
"CAN_MANAGE_PUBLIC_LISTING",
"CAN_MANAGE_DRAFT_APPS",
"CAN_MANAGE_ORDERS"
"CAN_MANAGE_ORDERS",
"CAN_MANAGE_APP_CONTENT"
],
"enumDescriptions": [
"Unknown or unspecified permission.",
Expand All @@ -5204,7 +5205,8 @@
"Manage testing tracks and edit tester lists.",
"Manage store presence.",
"Edit and delete draft apps.",
"Manage orders and subscriptions."
"Manage orders and subscriptions.",
"Manage policy related pages."
],
"type": "string"
},
Expand Down Expand Up @@ -7112,7 +7114,8 @@
"CAN_MANAGE_DRAFT_APPS_GLOBAL",
"CAN_CREATE_MANAGED_PLAY_APPS_GLOBAL",
"CAN_CHANGE_MANAGED_PLAY_SETTING_GLOBAL",
"CAN_MANAGE_ORDERS_GLOBAL"
"CAN_MANAGE_ORDERS_GLOBAL",
"CAN_MANAGE_APP_CONTENT_GLOBAL"
],
"enumDescriptions": [
"Unknown or unspecified permission.",
Expand All @@ -7129,7 +7132,8 @@
"Create, edit, and delete draft apps.",
"Create and publish private apps to your organization.",
"Choose whether apps are public, or only available to your organization.",
"Manage orders and subscriptions."
"Manage orders and subscriptions.",
"Manage policy related pages on all apps for the developer."
],
"type": "string"
},
Expand Down
23 changes: 13 additions & 10 deletions androidpublisher/v3/androidpublisher-gen.go

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

Expand Up @@ -417,7 +417,7 @@
}
}
},
"revision": "20230416",
"revision": "20230419",
"rootUrl": "https://businessprofileperformance.googleapis.com/",
"schemas": {
"DailyMetricTimeSeries": {
Expand Down Expand Up @@ -533,7 +533,7 @@
"description": "The date that the datapoint corresponds to. This represents a month value if the day field is not set."
},
"value": {
"description": "The value of the datapoint.",
"description": "The value of the datapoint. This will not be present when the value is zero.",
"format": "int64",
"type": "string"
}
Expand Down

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