Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
f370bd6
fix(analyticshub): update the API
yoshi-automation Jan 9, 2026
36a8555
feat(androidpublisher): update the API
yoshi-automation Jan 9, 2026
efdcfa3
fix(appsmarket): update the API
yoshi-automation Jan 9, 2026
e0e919b
feat(backupdr): update the API
yoshi-automation Jan 9, 2026
81a5f70
feat(bigquery): update the API
yoshi-automation Jan 9, 2026
b3fe8e9
fix(chat): update the API
yoshi-automation Jan 9, 2026
b1ca203
fix(cloudbuild): update the API
yoshi-automation Jan 9, 2026
346d9a2
feat(cloudfunctions): update the API
yoshi-automation Jan 9, 2026
e92c9fb
feat(compute): update the API
yoshi-automation Jan 9, 2026
961e372
fix(content): update the API
yoshi-automation Jan 9, 2026
d08f8e6
feat(datacatalog): update the API
yoshi-automation Jan 9, 2026
5fd382e
feat(datamanager): update the API
yoshi-automation Jan 9, 2026
8e705b4
feat(datamigration): update the API
yoshi-automation Jan 9, 2026
31c19aa
fix(dataplex): update the API
yoshi-automation Jan 9, 2026
3f34d55
feat(dataportability): update the API
yoshi-automation Jan 9, 2026
15c6f7e
feat(discoveryengine): update the API
yoshi-automation Jan 9, 2026
4527c1c
fix(displayvideo): update the API
yoshi-automation Jan 9, 2026
d979dfb
feat(docs): update the API
yoshi-automation Jan 9, 2026
d8858f4
feat(documentai): update the API
yoshi-automation Jan 9, 2026
08cf364
fix(merchantapi): update the API
yoshi-automation Jan 9, 2026
9db521e
feat(ml): update the API
yoshi-automation Jan 9, 2026
048f9fb
fix(places): update the API
yoshi-automation Jan 9, 2026
a942487
feat(securitycenter): update the API
yoshi-automation Jan 9, 2026
96f9736
fix(youtube): update the API
yoshi-automation Jan 9, 2026
f38108f
feat: regenerate index files
yoshi-automation Jan 9, 2026
7237b3c
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jan 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions discovery/analyticshub-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@
}
}
},
"revision": "20251020",
"revision": "20251208",
"rootUrl": "https://analyticshub.googleapis.com/",
"schemas": {
"ApproveQueryTemplateRequest": {
Expand Down Expand Up @@ -1823,7 +1823,7 @@
"type": "array"
},
"name": {
"description": "Required. Name of the subscription. Format is `projects/{project}/subscriptions/{sub}`.",
"description": "Required. Identifier. Name of the subscription. Format is `projects/{project}/subscriptions/{sub}`.",
"type": "string"
},
"pushConfig": {
Expand Down
6 changes: 3 additions & 3 deletions discovery/androidmanagement-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@
}
}
},
"revision": "20251120",
"revision": "20260105",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -2461,8 +2461,8 @@
],
"enumDescriptions": [
"No value is set",
"Backup service is enabled",
"Backup service is disabled"
"Backup service is disabled",
"Backup service is enabled"
],
"type": "string"
}
Expand Down
52 changes: 51 additions & 1 deletion discovery/androidpublisher-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -5555,7 +5555,7 @@
}
}
},
"revision": "20251215",
"revision": "20260105",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -8990,6 +8990,13 @@
"description": "Product tax category code to assign to the in-app product. Product tax category determines the transaction tax rates applied to the product. Refer to the [Help Center article](https://support.google.com/googleplay/android-developer/answer/16408159) for more information.",
"type": "string"
},
"regionalProductAgeRatingInfos": {
"description": "Regional age rating information. Currently this field is only supported for region code `US`.",
"items": {
"$ref": "RegionalProductAgeRatingInfo"
},
"type": "array"
},
"taxRateInfoByRegionCode": {
"additionalProperties": {
"$ref": "RegionalTaxRateInfo"
Expand Down Expand Up @@ -9654,6 +9661,13 @@
"description": "Product tax category code to assign to the one-time product. Product tax category determines the transaction tax rates applied to the product. Refer to the [Help Center article](https://support.google.com/googleplay/android-developer/answer/16408159) for more information.",
"type": "string"
},
"regionalProductAgeRatingInfos": {
"description": "Regional age rating information. Currently this field is only supported for region code `US`.",
"items": {
"$ref": "RegionalProductAgeRatingInfo"
},
"type": "array"
},
"regionalTaxConfigs": {
"description": "Regional tax configuration.",
"items": {
Expand Down Expand Up @@ -10603,6 +10617,35 @@
},
"type": "object"
},
"RegionalProductAgeRatingInfo": {
"description": "Details about the age rating for a specific geographic region.",
"id": "RegionalProductAgeRatingInfo",
"properties": {
"productAgeRatingTier": {
"description": "The age rating tier of a product for the given region.",
"enum": [
"PRODUCT_AGE_RATING_TIER_UNKNOWN",
"PRODUCT_AGE_RATING_TIER_EVERYONE",
"PRODUCT_AGE_RATING_TIER_THIRTEEN_AND_ABOVE",
"PRODUCT_AGE_RATING_TIER_SIXTEEN_AND_ABOVE",
"PRODUCT_AGE_RATING_TIER_EIGHTEEN_AND_ABOVE"
],
"enumDescriptions": [
"Unknown age rating tier.",
"Age rating tier for products that are appropriate for all ages.",
"Age rating tier for products that are appropriate for 13 years and above.",
"Age rating tier for products that are appropriate for 16 years and above.",
"Age rating tier for products that are appropriate for 18 years and above."
],
"type": "string"
},
"regionCode": {
"description": "Region code this configuration applies to, as defined by ISO 3166-2, e.g. \"US\".",
"type": "string"
}
},
"type": "object"
},
"RegionalSubscriptionOfferConfig": {
"description": "Configuration for a subscription offer in a single region.",
"id": "RegionalSubscriptionOfferConfig",
Expand Down Expand Up @@ -11878,6 +11921,13 @@
"description": "Product tax category code to assign to the subscription. Product tax category determines the transaction tax rates applied to the subscription. Refer to the [Help Center article](https://support.google.com/googleplay/android-developer/answer/16408159) for more information.",
"type": "string"
},
"regionalProductAgeRatingInfos": {
"description": "Regional age rating information. Currently this field is only supported for region code `US`.",
"items": {
"$ref": "RegionalProductAgeRatingInfo"
},
"type": "array"
},
"taxRateInfoByRegionCode": {
"additionalProperties": {
"$ref": "RegionalTaxRateInfo"
Expand Down
Loading
Loading