|
1247 | 1247 | } |
1248 | 1248 | } |
1249 | 1249 | }, |
1250 | | - "revision": "20260123", |
| 1250 | + "revision": "20260130", |
1251 | 1251 | "rootUrl": "https://datalineage.googleapis.com/", |
1252 | 1252 | "schemas": { |
| 1253 | + "ApiservingMcpMcpToolDataHandlingProfile": { |
| 1254 | + "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\"", |
| 1255 | + "id": "ApiservingMcpMcpToolDataHandlingProfile", |
| 1256 | + "properties": { |
| 1257 | + "inputDataAccessLevel": { |
| 1258 | + "description": "// The data access level of the tool's inputs.", |
| 1259 | + "enum": [ |
| 1260 | + "DATA_ACCESS_LEVEL_UNSPECIFIED", |
| 1261 | + "DATA_ACCESS_LEVEL_PUBLIC", |
| 1262 | + "DATA_ACCESS_LEVEL_CONFIDENTIAL", |
| 1263 | + "DATA_ACCESS_LEVEL_NEED_TO_KNOW", |
| 1264 | + "DATA_ACCESS_LEVEL_PII", |
| 1265 | + "DATA_ACCESS_LEVEL_USER", |
| 1266 | + "DATA_ACCESS_LEVEL_NO_DATA_ACCESS" |
| 1267 | + ], |
| 1268 | + "enumDescriptions": [ |
| 1269 | + "The default value. This value is unused.", |
| 1270 | + "Public data.", |
| 1271 | + "Confidential data.", |
| 1272 | + "Need-to-know data.", |
| 1273 | + "Personally Identifiable Information (PII) data.", |
| 1274 | + "User data.", |
| 1275 | + "The tool does not access any data." |
| 1276 | + ], |
| 1277 | + "type": "string" |
| 1278 | + }, |
| 1279 | + "outputDataAccessLevel": { |
| 1280 | + "description": "The data access level of the tool's outputs.", |
| 1281 | + "enum": [ |
| 1282 | + "DATA_ACCESS_LEVEL_UNSPECIFIED", |
| 1283 | + "DATA_ACCESS_LEVEL_PUBLIC", |
| 1284 | + "DATA_ACCESS_LEVEL_CONFIDENTIAL", |
| 1285 | + "DATA_ACCESS_LEVEL_NEED_TO_KNOW", |
| 1286 | + "DATA_ACCESS_LEVEL_PII", |
| 1287 | + "DATA_ACCESS_LEVEL_USER", |
| 1288 | + "DATA_ACCESS_LEVEL_NO_DATA_ACCESS" |
| 1289 | + ], |
| 1290 | + "enumDescriptions": [ |
| 1291 | + "The default value. This value is unused.", |
| 1292 | + "Public data.", |
| 1293 | + "Confidential data.", |
| 1294 | + "Need-to-know data.", |
| 1295 | + "Personally Identifiable Information (PII) data.", |
| 1296 | + "User data.", |
| 1297 | + "The tool does not access any data." |
| 1298 | + ], |
| 1299 | + "type": "string" |
| 1300 | + } |
| 1301 | + }, |
| 1302 | + "type": "object" |
| 1303 | + }, |
| 1304 | + "ApiservingMcpMcpToolLifecycleProfile": { |
| 1305 | + "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\"", |
| 1306 | + "id": "ApiservingMcpMcpToolLifecycleProfile", |
| 1307 | + "properties": { |
| 1308 | + "launchState": { |
| 1309 | + "description": "Output only. The current launch state of the MCP tool.", |
| 1310 | + "enum": [ |
| 1311 | + "LAUNCH_STATE_UNSPECIFIED", |
| 1312 | + "LAUNCH_STATE_DEVELOPMENT", |
| 1313 | + "LAUNCH_STATE_PRODUCTION_PREVIEW", |
| 1314 | + "LAUNCH_STATE_GENERAL_AVAILABILITY" |
| 1315 | + ], |
| 1316 | + "enumDescriptions": [ |
| 1317 | + "The default value. This value is unused.", |
| 1318 | + "The tool is currently in development.", |
| 1319 | + "The tool is in production preview.", |
| 1320 | + "The tool is generally available." |
| 1321 | + ], |
| 1322 | + "readOnly": true, |
| 1323 | + "type": "string" |
| 1324 | + } |
| 1325 | + }, |
| 1326 | + "type": "object" |
| 1327 | + }, |
1253 | 1328 | "GoogleCloudDatacatalogLineageConfigmanagementV1Config": { |
1254 | 1329 | "description": "Configuration for Data Lineage. Defines different configuration options for Lineage customers to control behaviour of lineage systems.", |
1255 | 1330 | "id": "GoogleCloudDatacatalogLineageConfigmanagementV1Config", |
|
1322 | 1397 | "id": "GoogleCloudDatacatalogLineageConfigmanagementV1ConfigIngestionIngestionRuleLineageEnablement", |
1323 | 1398 | "properties": { |
1324 | 1399 | "enabled": { |
1325 | | - "description": "Optional. Required. If true, ingestion of lineage should be enabled. If false, it should be disabled. If unspecified, the system default value is used.", |
| 1400 | + "description": "Optional. If true, ingestion of lineage should be enabled. If false, it should be disabled. If unspecified, the system default value is used.", |
1326 | 1401 | "type": "boolean" |
1327 | 1402 | } |
1328 | 1403 | }, |
|
0 commit comments