|
146 | 146 | } |
147 | 147 | } |
148 | 148 | }, |
149 | | - "revision": "20260127", |
| 149 | + "revision": "20260308", |
150 | 150 | "rootUrl": "https://travelimpactmodel.googleapis.com/", |
151 | 151 | "schemas": { |
152 | 152 | "ComputeFlightEmissionsRequest": { |
|
414 | 414 | }, |
415 | 415 | "type": "object" |
416 | 416 | }, |
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 | | - }, |
492 | 417 | "ModelVersion": { |
493 | 418 | "description": "Travel Impact Model version. For more information about the model versioning see [GitHub](https://github.com/google/travel-impact-model/#versioning).", |
494 | 419 | "id": "ModelVersion", |
|
0 commit comments