Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
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"
}
]
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