Skip to content

Commit ccff5b3

Browse files
feat(all): auto-regenerate discovery clients (#3532)
1 parent 15dd0b1 commit ccff5b3

2 files changed

Lines changed: 1 addition & 152 deletions

File tree

travelimpactmodel/v1/travelimpactmodel-api.json

Lines changed: 1 addition & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
}
147147
}
148148
},
149-
"revision": "20260127",
149+
"revision": "20260308",
150150
"rootUrl": "https://travelimpactmodel.googleapis.com/",
151151
"schemas": {
152152
"ComputeFlightEmissionsRequest": {
@@ -414,81 +414,6 @@
414414
},
415415
"type": "object"
416416
},
417-
"McpToolDataHandlingProfile": {
418-
"description": "Profile describing the data handling characteristics of an MCP tool. When used within the McpTool.meta field, this message should be packed into a google.protobuf.Any and associated with the key: \"google.com/tool.profiles/data_handling\"",
419-
"id": "McpToolDataHandlingProfile",
420-
"properties": {
421-
"inputDataAccessLevel": {
422-
"description": "// The data access level of the tool's inputs.",
423-
"enum": [
424-
"DATA_ACCESS_LEVEL_UNSPECIFIED",
425-
"DATA_ACCESS_LEVEL_PUBLIC",
426-
"DATA_ACCESS_LEVEL_CONFIDENTIAL",
427-
"DATA_ACCESS_LEVEL_NEED_TO_KNOW",
428-
"DATA_ACCESS_LEVEL_PII",
429-
"DATA_ACCESS_LEVEL_USER",
430-
"DATA_ACCESS_LEVEL_NO_DATA_ACCESS"
431-
],
432-
"enumDescriptions": [
433-
"The default value. This value is unused.",
434-
"Public data.",
435-
"Confidential data.",
436-
"Need-to-know data.",
437-
"Personally Identifiable Information (PII) data.",
438-
"User data.",
439-
"The tool does not access any data."
440-
],
441-
"type": "string"
442-
},
443-
"outputDataAccessLevel": {
444-
"description": "The data access level of the tool's outputs.",
445-
"enum": [
446-
"DATA_ACCESS_LEVEL_UNSPECIFIED",
447-
"DATA_ACCESS_LEVEL_PUBLIC",
448-
"DATA_ACCESS_LEVEL_CONFIDENTIAL",
449-
"DATA_ACCESS_LEVEL_NEED_TO_KNOW",
450-
"DATA_ACCESS_LEVEL_PII",
451-
"DATA_ACCESS_LEVEL_USER",
452-
"DATA_ACCESS_LEVEL_NO_DATA_ACCESS"
453-
],
454-
"enumDescriptions": [
455-
"The default value. This value is unused.",
456-
"Public data.",
457-
"Confidential data.",
458-
"Need-to-know data.",
459-
"Personally Identifiable Information (PII) data.",
460-
"User data.",
461-
"The tool does not access any data."
462-
],
463-
"type": "string"
464-
}
465-
},
466-
"type": "object"
467-
},
468-
"McpToolLifecycleProfile": {
469-
"description": "Profile describing the lifecycle stage of an MCP tool. When used within the McpTool.meta field, this message should be packed into a google.protobuf.Any and associated with the key: \"google.com/tool.profiles/lifecycle\"",
470-
"id": "McpToolLifecycleProfile",
471-
"properties": {
472-
"launchState": {
473-
"description": "Output only. The current launch state of the MCP tool.",
474-
"enum": [
475-
"LAUNCH_STATE_UNSPECIFIED",
476-
"LAUNCH_STATE_DEVELOPMENT",
477-
"LAUNCH_STATE_PRODUCTION_PREVIEW",
478-
"LAUNCH_STATE_GENERAL_AVAILABILITY"
479-
],
480-
"enumDescriptions": [
481-
"The default value. This value is unused.",
482-
"The tool is currently in development.",
483-
"The tool is in production preview.",
484-
"The tool is generally available."
485-
],
486-
"readOnly": true,
487-
"type": "string"
488-
}
489-
},
490-
"type": "object"
491-
},
492417
"ModelVersion": {
493418
"description": "Travel Impact Model version. For more information about the model versioning see [GitHub](https://github.com/google/travel-impact-model/#versioning).",
494419
"id": "ModelVersion",

travelimpactmodel/v1/travelimpactmodel-gen.go

Lines changed: 0 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)