Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a0ab5df
feat(apihub): update the API
yoshi-automation Dec 9, 2025
8766584
feat(cloudkms): update the API
yoshi-automation Dec 9, 2025
23c7cba
fix(cloudshell): update the API
yoshi-automation Dec 9, 2025
366c3b5
feat(composer)!: update the API
yoshi-automation Dec 9, 2025
2544243
feat(contactcenteraiplatform): update the API
yoshi-automation Dec 9, 2025
7daa40d
feat(container)!: update the API
yoshi-automation Dec 9, 2025
8fa823c
feat(dataform): update the API
yoshi-automation Dec 9, 2025
e3db73f
feat(datafusion): update the API
yoshi-automation Dec 9, 2025
e21c70e
feat(dataplex): update the API
yoshi-automation Dec 9, 2025
f421c90
fix(developerconnect): update the API
yoshi-automation Dec 9, 2025
a800229
feat(dialogflow): update the API
yoshi-automation Dec 9, 2025
69fc640
feat(displayvideo)!: update the API
yoshi-automation Dec 9, 2025
f2fecce
feat(drive): update the API
yoshi-automation Dec 9, 2025
f1c7adf
fix(ids): update the API
yoshi-automation Dec 9, 2025
d7a2dcb
fix(logging): update the API
yoshi-automation Dec 9, 2025
ceb1a44
fix(notebooks): update the API
yoshi-automation Dec 9, 2025
769c2e5
feat(run): update the API
yoshi-automation Dec 9, 2025
02ae3fc
feat(searchads360): update the API
yoshi-automation Dec 9, 2025
714a992
feat(sqladmin)!: update the API
yoshi-automation Dec 9, 2025
6fa364d
feat(storage): update the API
yoshi-automation Dec 9, 2025
ea02323
feat(tpu): update the API
yoshi-automation Dec 9, 2025
86d148c
fix(vmmigration): update the API
yoshi-automation Dec 9, 2025
4a1eda0
fix(webrisk): update the API
yoshi-automation Dec 9, 2025
130d42f
fix(workloadmanager): update the API
yoshi-automation Dec 9, 2025
7297dce
feat(workstations): update the API
yoshi-automation Dec 9, 2025
3f41207
feat: regenerate index files
yoshi-automation Dec 9, 2025
791d7a8
Merge branch 'main' into autodisco
quirogas Dec 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 @@ -870,5 +870,9 @@
{
"api": "storagebatchoperations",
"package": "@google-cloud/storagebatchoperations"
},
{
"api": "vectorsearch",
"package": "@google-cloud/vectorsearch"
}
]
333 changes: 327 additions & 6 deletions discovery/apihub-v1.json

Large diffs are not rendered by default.

142 changes: 101 additions & 41 deletions discovery/cloudkms-v1.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions discovery/cloudshell-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
"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.",
"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. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
"location": "query",
"type": "boolean"
}
Expand Down Expand Up @@ -416,7 +416,7 @@
}
}
},
"revision": "20251105",
"revision": "20251204",
"rootUrl": "https://cloudshell.googleapis.com/",
"schemas": {
"AddPublicKeyMetadata": {
Expand Down Expand Up @@ -598,7 +598,7 @@
"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.",
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
"items": {
"type": "string"
},
Expand Down
67 changes: 1 addition & 66 deletions discovery/composer-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -742,71 +742,6 @@
}
},
"resources": {
"dags": {
"resources": {
"dagRuns": {
"resources": {
"taskInstances": {
"methods": {
"analyzeTask": {
"description": "Start a new task analysis operation.",
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/environments/{environmentsId}/dags/{dagsId}/dagRuns/{dagRunsId}/taskInstances/{taskInstancesId}:analyzeTask",
"httpMethod": "POST",
"id": "composer.projects.locations.environments.dags.dagRuns.taskInstances.analyzeTask",
"parameterOrder": [
"taskInstance"
],
"parameters": {
"taskInstance": {
"description": "Required. Fully qualified task instance resource name in the form: projects/{project}/locations/{location}/environments/{environment}/dags/{dag}/dagRuns/{dag_run}/taskInstances/{task_instance_with_optional_map_index}",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/environments/[^/]+/dags/[^/]+/dagRuns/[^/]+/taskInstances/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1beta1/{+taskInstance}:analyzeTask",
"request": {
"$ref": "AnalyzeTaskRequest"
},
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"getAnalyzeTaskOperation": {
"description": "Retrieve task analysis operation for a task instance if it exists.",
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/environments/{environmentsId}/dags/{dagsId}/dagRuns/{dagRunsId}/taskInstances/{taskInstancesId}:getAnalyzeTaskOperation",
"httpMethod": "GET",
"id": "composer.projects.locations.environments.dags.dagRuns.taskInstances.getAnalyzeTaskOperation",
"parameterOrder": [
"taskInstance"
],
"parameters": {
"taskInstance": {
"description": "Required. Fully qualified task instance resource name in the form: projects/{project}/locations/{location}/environments/{environment}/dags/{dag}/dagRuns/{dag_run}/taskInstances/{task_instance_with_optional_map_index}",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/environments/[^/]+/dags/[^/]+/dagRuns/[^/]+/taskInstances/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1beta1/{+taskInstance}:getAnalyzeTaskOperation",
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
}
}
}
}
},
"userWorkloadsConfigMaps": {
"methods": {
"create": {
Expand Down Expand Up @@ -1296,7 +1231,7 @@
}
}
},
"revision": "20251114",
"revision": "20251130",
"rootUrl": "https://composer.googleapis.com/",
"schemas": {
"AirflowMetadataRetentionPolicyConfig": {
Expand Down
Loading
Loading