Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
0d25e62
feat(apigateway): update the API
yoshi-automation Oct 9, 2025
b78f702
feat(appengine): update the API
yoshi-automation Oct 9, 2025
3f84fd2
feat(assuredworkloads): update the API
yoshi-automation Oct 9, 2025
ec1aaae
feat(bigtableadmin)!: update the API
yoshi-automation Oct 9, 2025
1f3d7c0
feat(chat): update the API
yoshi-automation Oct 9, 2025
1f902e1
feat(chromemanagement): update the API
yoshi-automation Oct 9, 2025
b1170cc
fix(chromewebstore): update the API
yoshi-automation Oct 9, 2025
b4b198d
fix(cloudbuild): update the API
yoshi-automation Oct 9, 2025
99244f5
feat(compute)!: update the API
yoshi-automation Oct 9, 2025
f05be3b
feat(contactcenterinsights)!: update the API
yoshi-automation Oct 9, 2025
e3a309b
feat(containeranalysis): update the API
yoshi-automation Oct 9, 2025
9d1db0d
feat(datacatalog): update the API
yoshi-automation Oct 9, 2025
2f59299
fix(dataflow): update the API
yoshi-automation Oct 9, 2025
5366449
fix(datamanager): update the API
yoshi-automation Oct 9, 2025
a07a769
feat(dataproc)!: update the API
yoshi-automation Oct 9, 2025
93228c9
feat(datastore): update the API
yoshi-automation Oct 9, 2025
f9d1fec
fix(developerconnect): update the API
yoshi-automation Oct 9, 2025
5998822
feat(dialogflow): update the API
yoshi-automation Oct 9, 2025
453bb5c
feat(discoveryengine): update the API
yoshi-automation Oct 9, 2025
1a9aef4
feat(eventarc): update the API
yoshi-automation Oct 9, 2025
9e7583d
feat(firebaseml): update the API
yoshi-automation Oct 9, 2025
ecc743a
feat(firestore): update the API
yoshi-automation Oct 9, 2025
415b623
feat(iam): update the API
yoshi-automation Oct 9, 2025
301e3ae
feat(merchantapi): update the API
yoshi-automation Oct 9, 2025
3ce8165
fix(migrationcenter): update the API
yoshi-automation Oct 9, 2025
24983dc
feat(paymentsresellersubscription): update the API
yoshi-automation Oct 9, 2025
c79a910
fix(places): update the API
yoshi-automation Oct 9, 2025
3a3a2e8
feat(policysimulator): update the API
yoshi-automation Oct 9, 2025
7be735e
feat(redis): update the API
yoshi-automation Oct 9, 2025
8c906cd
feat(retail): update the API
yoshi-automation Oct 9, 2025
dd6236b
fix(run): update the API
yoshi-automation Oct 9, 2025
5d90eb3
feat(securitycenter): update the API
yoshi-automation Oct 9, 2025
fa65491
fix(testing): update the API
yoshi-automation Oct 9, 2025
80d05c8
feat(texttospeech): update the API
yoshi-automation Oct 9, 2025
2c8db7e
feat(travelimpactmodel): update the API
yoshi-automation Oct 9, 2025
cc32392
feat(vmmigration): update the API
yoshi-automation Oct 9, 2025
2f8af8a
feat: regenerate index files
yoshi-automation Oct 9, 2025
3335d29
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Oct 9, 2025
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: 4 additions & 0 deletions disclaimers.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,10 @@
"api": "merchantapi",
"package": "@google-shopping/datasources"
},
{
"api": "merchantapi",
"package": "@google-shopping/inventories"
},
{
"api": "merchantapi",
"package": "@google-shopping/issueresolution"
Expand Down
14 changes: 13 additions & 1 deletion discovery/apigateway-v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -1072,6 +1072,11 @@
"description": "The standard list page token.",
"location": "query",
"type": "string"
},
"returnPartialSuccess": {
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
"location": "query",
"type": "boolean"
}
},
"path": "v1beta/{+name}/operations",
Expand All @@ -1089,7 +1094,7 @@
}
}
},
"revision": "20250910",
"revision": "20251001",
"rootUrl": "https://apigateway.googleapis.com/",
"schemas": {
"ApigatewayApi": {
Expand Down Expand Up @@ -1584,6 +1589,13 @@
"$ref": "ApigatewayOperation"
},
"type": "array"
},
"unreachable": {
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
Expand Down
127 changes: 124 additions & 3 deletions discovery/appengine-v1alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@
"type": "string"
},
"extraLocationTypes": {
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
"location": "query",
"repeated": true,
"type": "string"
Expand Down Expand Up @@ -698,6 +698,11 @@
"description": "The standard list page token.",
"location": "query",
"type": "string"
},
"returnPartialSuccess": {
"description": "When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections e.g. when parent is set to \"projects/example/locations/-\".This field is not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.",
"location": "query",
"type": "boolean"
}
},
"path": "v1alpha/apps/{appsId}/operations",
Expand Down Expand Up @@ -761,7 +766,7 @@
],
"parameters": {
"extraLocationTypes": {
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
"location": "query",
"repeated": true,
"type": "string"
Expand Down Expand Up @@ -1189,6 +1194,51 @@
"https://www.googleapis.com/auth/cloud-platform"
]
},
"delete": {
"description": "Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource.",
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}",
"httpMethod": "DELETE",
"id": "appengine.projects.locations.applications.domainMappings.delete",
"parameterOrder": [
"projectsId",
"locationsId",
"applicationsId",
"domainMappingsId"
],
"parameters": {
"applicationsId": {
"description": "Part of `name`. See documentation of `projectsId`.",
"location": "path",
"required": true,
"type": "string"
},
"domainMappingsId": {
"description": "Part of `name`. See documentation of `projectsId`.",
"location": "path",
"required": true,
"type": "string"
},
"locationsId": {
"description": "Part of `name`. See documentation of `projectsId`.",
"location": "path",
"required": true,
"type": "string"
},
"projectsId": {
"description": "Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/domainMappings/example.com.",
"location": "path",
"required": true,
"type": "string"
}
},
"path": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}",
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"get": {
"description": "Gets the specified domain mapping.",
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}",
Expand Down Expand Up @@ -1235,6 +1285,65 @@
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
]
},
"patch": {
"description": "Updates the specified domain mapping. To map an SSL certificate to a domain mapping, update certificate_id to point to an AuthorizedCertificate resource. A user must be authorized to administer the associated domain in order to update a DomainMapping resource.",
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}",
"httpMethod": "PATCH",
"id": "appengine.projects.locations.applications.domainMappings.patch",
"parameterOrder": [
"projectsId",
"locationsId",
"applicationsId",
"domainMappingsId"
],
"parameters": {
"applicationsId": {
"description": "Part of `name`. See documentation of `projectsId`.",
"location": "path",
"required": true,
"type": "string"
},
"domainMappingsId": {
"description": "Part of `name`. See documentation of `projectsId`.",
"location": "path",
"required": true,
"type": "string"
},
"locationsId": {
"description": "Part of `name`. See documentation of `projectsId`.",
"location": "path",
"required": true,
"type": "string"
},
"noManagedCertificate": {
"description": "Whether a managed certificate should be provided by App Engine. If true, a certificate ID must be manually set in the DomainMapping resource to configure SSL for this domain. If false, a managed certificate will be provisioned and a certificate ID will be automatically populated. Only applicable if ssl_settings.certificate_id is specified in the update mask.",
"location": "query",
"type": "boolean"
},
"projectsId": {
"description": "Part of `name`. Required. Name of the resource to update. Example: apps/myapp/domainMappings/example.com.",
"location": "path",
"required": true,
"type": "string"
},
"updateMask": {
"description": "Required. Standard field mask for the set of fields to be updated.",
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}",
"request": {
"$ref": "DomainMapping"
},
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
}
Expand Down Expand Up @@ -1319,6 +1428,11 @@
"location": "path",
"required": true,
"type": "string"
},
"returnPartialSuccess": {
"description": "When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections e.g. when parent is set to \"projects/example/locations/-\".This field is not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.",
"location": "query",
"type": "boolean"
}
},
"path": "v1alpha/projects/{projectsId}/locations/{locationsId}/operations",
Expand All @@ -1338,7 +1452,7 @@
}
}
},
"revision": "20250816",
"revision": "20250930",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"AuthorizedCertificate": {
Expand Down Expand Up @@ -1641,6 +1755,13 @@
"$ref": "Operation"
},
"type": "array"
},
"unreachable": {
"description": "Unordered list. Unreachable resources. Populated when the request sets ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting to list all resources across all supported locations.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
Expand Down
Loading
Loading