| OLD | NEW |
| 1 { | 1 { |
| 2 "auth": { | 2 "auth": { |
| 3 "oauth2": { | 3 "oauth2": { |
| 4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/cloud-platform": { | 5 "https://www.googleapis.com/auth/cloud-platform": { |
| 6 "description": "View and manage your data across Google Clou
d Platform services" | 6 "description": "View and manage your data across Google Clou
d Platform services" |
| 7 }, | 7 }, |
| 8 "https://www.googleapis.com/auth/userinfo.email": { | 8 "https://www.googleapis.com/auth/userinfo.email": { |
| 9 "description": "View your email address" | 9 "description": "View your email address" |
| 10 } | 10 } |
| 11 } | 11 } |
| 12 } | 12 } |
| 13 }, | 13 }, |
| 14 "basePath": "/dataflow/v1b3/projects/", | 14 "basePath": "/dataflow/v1b3/projects/", |
| 15 "baseUrl": "https://www.googleapis.com/dataflow/v1b3/projects/", | 15 "baseUrl": "https://www.googleapis.com/dataflow/v1b3/projects/", |
| 16 "batchPath": "batch", | 16 "batchPath": "batch", |
| 17 "description": "Google Dataflow API.", | 17 "description": "Google Dataflow API.", |
| 18 "discoveryVersion": "v1", | 18 "discoveryVersion": "v1", |
| 19 "documentationLink": "", | 19 "documentationLink": "", |
| 20 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/p23x-gNsMm8R6x-RDoeYGjGvTE0\"", | 20 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/KNSekumf7PpoDBHVIPOg6YU25sY\"", |
| 21 "icons": { | 21 "icons": { |
| 22 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 22 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
| 23 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 23 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
| 24 }, | 24 }, |
| 25 "id": "dataflow:v1beta3", | 25 "id": "dataflow:v1beta3", |
| 26 "kind": "discovery#restDescription", | 26 "kind": "discovery#restDescription", |
| 27 "name": "dataflow", | 27 "name": "dataflow", |
| 28 "ownerDomain": "google.com", | 28 "ownerDomain": "google.com", |
| 29 "ownerName": "Google", | 29 "ownerName": "Google", |
| 30 "parameters": { | 30 "parameters": { |
| (...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 } | 444 } |
| 445 } | 445 } |
| 446 } | 446 } |
| 447 } | 447 } |
| 448 } | 448 } |
| 449 } | 449 } |
| 450 } | 450 } |
| 451 } | 451 } |
| 452 } | 452 } |
| 453 }, | 453 }, |
| 454 "revision": "20150130", | 454 "revision": "20150401", |
| 455 "rootUrl": "https://www.googleapis.com/", | 455 "rootUrl": "https://www.googleapis.com/", |
| 456 "schemas": { | 456 "schemas": { |
| 457 "ApproximateProgress": { | 457 "ApproximateProgress": { |
| 458 "id": "ApproximateProgress", | 458 "id": "ApproximateProgress", |
| 459 "properties": { | 459 "properties": { |
| 460 "percentComplete": { | 460 "percentComplete": { |
| 461 "format": "float", | 461 "format": "float", |
| 462 "type": "number" | 462 "type": "number" |
| 463 }, | 463 }, |
| 464 "position": { | 464 "position": { |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 528 "type": "string" | 528 "type": "string" |
| 529 }, | 529 }, |
| 530 "type": "array" | 530 "type": "array" |
| 531 }, | 531 }, |
| 532 "vmInstance": { | 532 "vmInstance": { |
| 533 "type": "string" | 533 "type": "string" |
| 534 } | 534 } |
| 535 }, | 535 }, |
| 536 "type": "object" | 536 "type": "object" |
| 537 }, | 537 }, |
| 538 "DerivedSource": { |
| 539 "id": "DerivedSource", |
| 540 "properties": { |
| 541 "derivationMode": { |
| 542 "enum": [ |
| 543 "SOURCE_DERIVATION_MODE_CHILD_OF_CURRENT", |
| 544 "SOURCE_DERIVATION_MODE_INDEPENDENT", |
| 545 "SOURCE_DERIVATION_MODE_SIBLING_OF_CURRENT", |
| 546 "SOURCE_DERIVATION_MODE_UNKNOWN" |
| 547 ], |
| 548 "enumDescriptions": [ |
| 549 "", |
| 550 "", |
| 551 "", |
| 552 "" |
| 553 ], |
| 554 "type": "string" |
| 555 }, |
| 556 "source": { |
| 557 "$ref": "Source" |
| 558 } |
| 559 }, |
| 560 "type": "object" |
| 561 }, |
| 538 "Disk": { | 562 "Disk": { |
| 539 "id": "Disk", | 563 "id": "Disk", |
| 540 "properties": { | 564 "properties": { |
| 541 "diskType": { | 565 "diskType": { |
| 542 "type": "string" | 566 "type": "string" |
| 543 }, | 567 }, |
| 544 "mountPoint": { | 568 "mountPoint": { |
| 545 "type": "string" | 569 "type": "string" |
| 546 }, | 570 }, |
| 547 "sizeGb": { | 571 "sizeGb": { |
| 548 "format": "int32", | 572 "format": "int32", |
| 549 "type": "integer" | 573 "type": "integer" |
| 550 } | 574 } |
| 551 }, | 575 }, |
| 552 "type": "object" | 576 "type": "object" |
| 553 }, | 577 }, |
| 578 "DynamicSourceSplit": { |
| 579 "id": "DynamicSourceSplit", |
| 580 "properties": { |
| 581 "primary": { |
| 582 "$ref": "DerivedSource" |
| 583 }, |
| 584 "residual": { |
| 585 "$ref": "DerivedSource" |
| 586 } |
| 587 }, |
| 588 "type": "object" |
| 589 }, |
| 554 "Environment": { | 590 "Environment": { |
| 555 "id": "Environment", | 591 "id": "Environment", |
| 556 "properties": { | 592 "properties": { |
| 557 "clusterManagerApiService": { | 593 "clusterManagerApiService": { |
| 558 "type": "string" | 594 "type": "string" |
| 559 }, | 595 }, |
| 560 "dataset": { | 596 "dataset": { |
| 561 "type": "string" | 597 "type": "string" |
| 562 }, | 598 }, |
| 563 "experiments": { | 599 "experiments": { |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 789 }, | 825 }, |
| 790 "metrics": { | 826 "metrics": { |
| 791 "items": { | 827 "items": { |
| 792 "$ref": "MetricUpdate" | 828 "$ref": "MetricUpdate" |
| 793 }, | 829 }, |
| 794 "type": "array" | 830 "type": "array" |
| 795 } | 831 } |
| 796 }, | 832 }, |
| 797 "type": "object" | 833 "type": "object" |
| 798 }, | 834 }, |
| 835 "KeyRangeDataDiskAssignment": { |
| 836 "id": "KeyRangeDataDiskAssignment", |
| 837 "properties": { |
| 838 "dataDisk": { |
| 839 "type": "string" |
| 840 }, |
| 841 "end": { |
| 842 "type": "string" |
| 843 }, |
| 844 "start": { |
| 845 "type": "string" |
| 846 } |
| 847 }, |
| 848 "type": "object" |
| 849 }, |
| 799 "KeyRangeLocation": { | 850 "KeyRangeLocation": { |
| 800 "id": "KeyRangeLocation", | 851 "id": "KeyRangeLocation", |
| 801 "properties": { | 852 "properties": { |
| 802 "dataDisk": { | 853 "dataDisk": { |
| 803 "type": "string" | 854 "type": "string" |
| 804 }, | 855 }, |
| 805 "deliveryEndpoint": { | 856 "deliveryEndpoint": { |
| 806 "type": "string" | 857 "type": "string" |
| 807 }, | 858 }, |
| 808 "end": { | 859 "end": { |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 948 }, | 999 }, |
| 949 "set": { | 1000 "set": { |
| 950 "$ref": "GoogleprotobufValue" | 1001 "$ref": "GoogleprotobufValue" |
| 951 }, | 1002 }, |
| 952 "updateTime": { | 1003 "updateTime": { |
| 953 "type": "string" | 1004 "type": "string" |
| 954 } | 1005 } |
| 955 }, | 1006 }, |
| 956 "type": "object" | 1007 "type": "object" |
| 957 }, | 1008 }, |
| 1009 "MountedDataDisk": { |
| 1010 "id": "MountedDataDisk", |
| 1011 "properties": { |
| 1012 "dataDisk": { |
| 1013 "type": "string" |
| 1014 } |
| 1015 }, |
| 1016 "type": "object" |
| 1017 }, |
| 958 "MultiOutputInfo": { | 1018 "MultiOutputInfo": { |
| 959 "id": "MultiOutputInfo", | 1019 "id": "MultiOutputInfo", |
| 960 "properties": { | 1020 "properties": { |
| 961 "tag": { | 1021 "tag": { |
| 962 "type": "string" | 1022 "type": "string" |
| 963 } | 1023 } |
| 964 }, | 1024 }, |
| 965 "type": "object" | 1025 "type": "object" |
| 966 }, | 1026 }, |
| 967 "Package": { | 1027 "Package": { |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1044 "id": "PartialGroupByKeyInstruction", | 1104 "id": "PartialGroupByKeyInstruction", |
| 1045 "properties": { | 1105 "properties": { |
| 1046 "input": { | 1106 "input": { |
| 1047 "$ref": "InstructionInput" | 1107 "$ref": "InstructionInput" |
| 1048 }, | 1108 }, |
| 1049 "inputElementCodec": { | 1109 "inputElementCodec": { |
| 1050 "additionalProperties": { | 1110 "additionalProperties": { |
| 1051 "type": "any" | 1111 "type": "any" |
| 1052 }, | 1112 }, |
| 1053 "type": "object" | 1113 "type": "object" |
| 1114 }, |
| 1115 "valueCombiningFn": { |
| 1116 "additionalProperties": { |
| 1117 "type": "any" |
| 1118 }, |
| 1119 "type": "object" |
| 1054 } | 1120 } |
| 1055 }, | 1121 }, |
| 1056 "type": "object" | 1122 "type": "object" |
| 1057 }, | 1123 }, |
| 1058 "Position": { | 1124 "Position": { |
| 1059 "id": "Position", | 1125 "id": "Position", |
| 1060 "properties": { | 1126 "properties": { |
| 1061 "byteOffset": { | 1127 "byteOffset": { |
| 1062 "format": "int64", | 1128 "format": "int64", |
| 1063 "type": "string" | 1129 "type": "string" |
| (...skipping 24 matching lines...) Expand all Loading... |
| 1088 "type": "string" | 1154 "type": "string" |
| 1089 }, | 1155 }, |
| 1090 "subscription": { | 1156 "subscription": { |
| 1091 "type": "string" | 1157 "type": "string" |
| 1092 }, | 1158 }, |
| 1093 "timestampLabel": { | 1159 "timestampLabel": { |
| 1094 "type": "string" | 1160 "type": "string" |
| 1095 }, | 1161 }, |
| 1096 "topic": { | 1162 "topic": { |
| 1097 "type": "string" | 1163 "type": "string" |
| 1164 }, |
| 1165 "trackingSubscription": { |
| 1166 "type": "string" |
| 1098 } | 1167 } |
| 1099 }, | 1168 }, |
| 1100 "type": "object" | 1169 "type": "object" |
| 1101 }, | 1170 }, |
| 1102 "ReadInstruction": { | 1171 "ReadInstruction": { |
| 1103 "id": "ReadInstruction", | 1172 "id": "ReadInstruction", |
| 1104 "properties": { | 1173 "properties": { |
| 1105 "source": { | 1174 "source": { |
| 1106 "$ref": "Source" | 1175 "$ref": "Source" |
| 1107 } | 1176 } |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1267 } | 1336 } |
| 1268 }, | 1337 }, |
| 1269 "type": "object" | 1338 "type": "object" |
| 1270 }, | 1339 }, |
| 1271 "SourceFork": { | 1340 "SourceFork": { |
| 1272 "id": "SourceFork", | 1341 "id": "SourceFork", |
| 1273 "properties": { | 1342 "properties": { |
| 1274 "primary": { | 1343 "primary": { |
| 1275 "$ref": "SourceSplitShard" | 1344 "$ref": "SourceSplitShard" |
| 1276 }, | 1345 }, |
| 1346 "primarySource": { |
| 1347 "$ref": "DerivedSource" |
| 1348 }, |
| 1277 "residual": { | 1349 "residual": { |
| 1278 "$ref": "SourceSplitShard" | 1350 "$ref": "SourceSplitShard" |
| 1351 }, |
| 1352 "residualSource": { |
| 1353 "$ref": "DerivedSource" |
| 1279 } | 1354 } |
| 1280 }, | 1355 }, |
| 1281 "type": "object" | 1356 "type": "object" |
| 1282 }, | 1357 }, |
| 1283 "SourceGetMetadataRequest": { | 1358 "SourceGetMetadataRequest": { |
| 1284 "id": "SourceGetMetadataRequest", | 1359 "id": "SourceGetMetadataRequest", |
| 1285 "properties": { | 1360 "properties": { |
| 1286 "source": { | 1361 "source": { |
| 1287 "$ref": "Source" | 1362 "$ref": "Source" |
| 1288 } | 1363 } |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1334 }, | 1409 }, |
| 1335 "split": { | 1410 "split": { |
| 1336 "$ref": "SourceSplitResponse" | 1411 "$ref": "SourceSplitResponse" |
| 1337 } | 1412 } |
| 1338 }, | 1413 }, |
| 1339 "type": "object" | 1414 "type": "object" |
| 1340 }, | 1415 }, |
| 1341 "SourceSplitOptions": { | 1416 "SourceSplitOptions": { |
| 1342 "id": "SourceSplitOptions", | 1417 "id": "SourceSplitOptions", |
| 1343 "properties": { | 1418 "properties": { |
| 1419 "desiredBundleSizeBytes": { |
| 1420 "format": "int64", |
| 1421 "type": "string" |
| 1422 }, |
| 1344 "desiredShardSizeBytes": { | 1423 "desiredShardSizeBytes": { |
| 1345 "format": "int64", | 1424 "format": "int64", |
| 1346 "type": "string" | 1425 "type": "string" |
| 1347 } | 1426 } |
| 1348 }, | 1427 }, |
| 1349 "type": "object" | 1428 "type": "object" |
| 1350 }, | 1429 }, |
| 1351 "SourceSplitRequest": { | 1430 "SourceSplitRequest": { |
| 1352 "id": "SourceSplitRequest", | 1431 "id": "SourceSplitRequest", |
| 1353 "properties": { | 1432 "properties": { |
| 1354 "options": { | 1433 "options": { |
| 1355 "$ref": "SourceSplitOptions" | 1434 "$ref": "SourceSplitOptions" |
| 1356 }, | 1435 }, |
| 1357 "source": { | 1436 "source": { |
| 1358 "$ref": "Source" | 1437 "$ref": "Source" |
| 1359 } | 1438 } |
| 1360 }, | 1439 }, |
| 1361 "type": "object" | 1440 "type": "object" |
| 1362 }, | 1441 }, |
| 1363 "SourceSplitResponse": { | 1442 "SourceSplitResponse": { |
| 1364 "id": "SourceSplitResponse", | 1443 "id": "SourceSplitResponse", |
| 1365 "properties": { | 1444 "properties": { |
| 1445 "bundles": { |
| 1446 "items": { |
| 1447 "$ref": "DerivedSource" |
| 1448 }, |
| 1449 "type": "array" |
| 1450 }, |
| 1366 "outcome": { | 1451 "outcome": { |
| 1367 "enum": [ | 1452 "enum": [ |
| 1368 "SOURCE_SPLIT_OUTCOME_SPLITTING_HAPPENED", | 1453 "SOURCE_SPLIT_OUTCOME_SPLITTING_HAPPENED", |
| 1369 "SOURCE_SPLIT_OUTCOME_UNKNOWN", | 1454 "SOURCE_SPLIT_OUTCOME_UNKNOWN", |
| 1370 "SOURCE_SPLIT_OUTCOME_USE_CURRENT" | 1455 "SOURCE_SPLIT_OUTCOME_USE_CURRENT" |
| 1371 ], | 1456 ], |
| 1372 "enumDescriptions": [ | 1457 "enumDescriptions": [ |
| 1373 "", | 1458 "", |
| 1374 "", | 1459 "", |
| 1375 "" | 1460 "" |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1448 } | 1533 } |
| 1449 }, | 1534 }, |
| 1450 "type": "object" | 1535 "type": "object" |
| 1451 }, | 1536 }, |
| 1452 "StreamLocation": { | 1537 "StreamLocation": { |
| 1453 "id": "StreamLocation", | 1538 "id": "StreamLocation", |
| 1454 "properties": { | 1539 "properties": { |
| 1455 "pubsubLocation": { | 1540 "pubsubLocation": { |
| 1456 "$ref": "PubsubLocation" | 1541 "$ref": "PubsubLocation" |
| 1457 }, | 1542 }, |
| 1543 "sideInputLocation": { |
| 1544 "$ref": "StreamingSideInputLocation" |
| 1545 }, |
| 1458 "streamingStageLocation": { | 1546 "streamingStageLocation": { |
| 1459 "$ref": "StreamingStageLocation" | 1547 "$ref": "StreamingStageLocation" |
| 1460 } | 1548 } |
| 1461 }, | 1549 }, |
| 1462 "type": "object" | 1550 "type": "object" |
| 1463 }, | 1551 }, |
| 1552 "StreamingComputationRanges": { |
| 1553 "id": "StreamingComputationRanges", |
| 1554 "properties": { |
| 1555 "computationId": { |
| 1556 "type": "string" |
| 1557 }, |
| 1558 "rangeAssignments": { |
| 1559 "items": { |
| 1560 "$ref": "KeyRangeDataDiskAssignment" |
| 1561 }, |
| 1562 "type": "array" |
| 1563 } |
| 1564 }, |
| 1565 "type": "object" |
| 1566 }, |
| 1567 "StreamingComputationTask": { |
| 1568 "id": "StreamingComputationTask", |
| 1569 "properties": { |
| 1570 "computationRanges": { |
| 1571 "items": { |
| 1572 "$ref": "StreamingComputationRanges" |
| 1573 }, |
| 1574 "type": "array" |
| 1575 }, |
| 1576 "dataDisks": { |
| 1577 "items": { |
| 1578 "$ref": "MountedDataDisk" |
| 1579 }, |
| 1580 "type": "array" |
| 1581 }, |
| 1582 "taskType": { |
| 1583 "enum": [ |
| 1584 "STREAMING_COMPUTATION_TASK_START", |
| 1585 "STREAMING_COMPUTATION_TASK_STOP", |
| 1586 "STREAMING_COMPUTATION_TASK_UNKNOWN" |
| 1587 ], |
| 1588 "enumDescriptions": [ |
| 1589 "", |
| 1590 "", |
| 1591 "" |
| 1592 ], |
| 1593 "type": "string" |
| 1594 } |
| 1595 }, |
| 1596 "type": "object" |
| 1597 }, |
| 1464 "StreamingSetupTask": { | 1598 "StreamingSetupTask": { |
| 1465 "id": "StreamingSetupTask", | 1599 "id": "StreamingSetupTask", |
| 1466 "properties": { | 1600 "properties": { |
| 1467 "receiveWorkPort": { | 1601 "receiveWorkPort": { |
| 1468 "format": "int32", | 1602 "format": "int32", |
| 1469 "type": "integer" | 1603 "type": "integer" |
| 1470 }, | 1604 }, |
| 1471 "streamingComputationTopology": { | 1605 "streamingComputationTopology": { |
| 1472 "$ref": "TopologyConfig" | 1606 "$ref": "TopologyConfig" |
| 1473 }, | 1607 }, |
| 1474 "workerHarnessPort": { | 1608 "workerHarnessPort": { |
| 1475 "format": "int32", | 1609 "format": "int32", |
| 1476 "type": "integer" | 1610 "type": "integer" |
| 1477 } | 1611 } |
| 1478 }, | 1612 }, |
| 1479 "type": "object" | 1613 "type": "object" |
| 1480 }, | 1614 }, |
| 1615 "StreamingSideInputLocation": { |
| 1616 "id": "StreamingSideInputLocation", |
| 1617 "properties": { |
| 1618 "tag": { |
| 1619 "type": "string" |
| 1620 } |
| 1621 }, |
| 1622 "type": "object" |
| 1623 }, |
| 1481 "StreamingStageLocation": { | 1624 "StreamingStageLocation": { |
| 1482 "id": "StreamingStageLocation", | 1625 "id": "StreamingStageLocation", |
| 1483 "properties": { | 1626 "properties": { |
| 1484 "streamId": { | 1627 "streamId": { |
| 1485 "type": "string" | 1628 "type": "string" |
| 1486 } | 1629 } |
| 1487 }, | 1630 }, |
| 1488 "type": "object" | 1631 "type": "object" |
| 1489 }, | 1632 }, |
| 1490 "TaskRunnerSettings": { | 1633 "TaskRunnerSettings": { |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1574 "WorkItem": { | 1717 "WorkItem": { |
| 1575 "id": "WorkItem", | 1718 "id": "WorkItem", |
| 1576 "properties": { | 1719 "properties": { |
| 1577 "configuration": { | 1720 "configuration": { |
| 1578 "type": "string" | 1721 "type": "string" |
| 1579 }, | 1722 }, |
| 1580 "id": { | 1723 "id": { |
| 1581 "format": "int64", | 1724 "format": "int64", |
| 1582 "type": "string" | 1725 "type": "string" |
| 1583 }, | 1726 }, |
| 1727 "initialReportIndex": { |
| 1728 "format": "int64", |
| 1729 "type": "string" |
| 1730 }, |
| 1584 "jobId": { | 1731 "jobId": { |
| 1585 "type": "string" | 1732 "type": "string" |
| 1586 }, | 1733 }, |
| 1587 "leaseExpireTime": { | 1734 "leaseExpireTime": { |
| 1588 "type": "string" | 1735 "type": "string" |
| 1589 }, | 1736 }, |
| 1590 "mapTask": { | 1737 "mapTask": { |
| 1591 "$ref": "MapTask" | 1738 "$ref": "MapTask" |
| 1592 }, | 1739 }, |
| 1593 "packages": { | 1740 "packages": { |
| (...skipping 10 matching lines...) Expand all Loading... |
| 1604 }, | 1751 }, |
| 1605 "seqMapTask": { | 1752 "seqMapTask": { |
| 1606 "$ref": "SeqMapTask" | 1753 "$ref": "SeqMapTask" |
| 1607 }, | 1754 }, |
| 1608 "shellTask": { | 1755 "shellTask": { |
| 1609 "$ref": "ShellTask" | 1756 "$ref": "ShellTask" |
| 1610 }, | 1757 }, |
| 1611 "sourceOperationTask": { | 1758 "sourceOperationTask": { |
| 1612 "$ref": "SourceOperationRequest" | 1759 "$ref": "SourceOperationRequest" |
| 1613 }, | 1760 }, |
| 1761 "streamingComputationTask": { |
| 1762 "$ref": "StreamingComputationTask" |
| 1763 }, |
| 1614 "streamingSetupTask": { | 1764 "streamingSetupTask": { |
| 1615 "$ref": "StreamingSetupTask" | 1765 "$ref": "StreamingSetupTask" |
| 1616 } | 1766 } |
| 1617 }, | 1767 }, |
| 1618 "type": "object" | 1768 "type": "object" |
| 1619 }, | 1769 }, |
| 1620 "WorkItemServiceState": { | 1770 "WorkItemServiceState": { |
| 1621 "id": "WorkItemServiceState", | 1771 "id": "WorkItemServiceState", |
| 1622 "properties": { | 1772 "properties": { |
| 1623 "harnessData": { | 1773 "harnessData": { |
| 1624 "additionalProperties": { | 1774 "additionalProperties": { |
| 1625 "type": "any" | 1775 "type": "any" |
| 1626 }, | 1776 }, |
| 1627 "type": "object" | 1777 "type": "object" |
| 1628 }, | 1778 }, |
| 1629 "leaseExpireTime": { | 1779 "leaseExpireTime": { |
| 1630 "type": "string" | 1780 "type": "string" |
| 1631 }, | 1781 }, |
| 1782 "nextReportIndex": { |
| 1783 "format": "int64", |
| 1784 "type": "string" |
| 1785 }, |
| 1632 "reportStatusInterval": { | 1786 "reportStatusInterval": { |
| 1633 "type": "string" | 1787 "type": "string" |
| 1634 }, | 1788 }, |
| 1635 "suggestedStopPoint": { | 1789 "suggestedStopPoint": { |
| 1636 "$ref": "ApproximateProgress" | 1790 "$ref": "ApproximateProgress" |
| 1637 }, | 1791 }, |
| 1638 "suggestedStopPosition": { | 1792 "suggestedStopPosition": { |
| 1639 "$ref": "Position" | 1793 "$ref": "Position" |
| 1640 } | 1794 } |
| 1641 }, | 1795 }, |
| 1642 "type": "object" | 1796 "type": "object" |
| 1643 }, | 1797 }, |
| 1644 "WorkItemStatus": { | 1798 "WorkItemStatus": { |
| 1645 "id": "WorkItemStatus", | 1799 "id": "WorkItemStatus", |
| 1646 "properties": { | 1800 "properties": { |
| 1647 "completed": { | 1801 "completed": { |
| 1648 "type": "boolean" | 1802 "type": "boolean" |
| 1649 }, | 1803 }, |
| 1804 "dynamicSourceSplit": { |
| 1805 "$ref": "DynamicSourceSplit" |
| 1806 }, |
| 1650 "errors": { | 1807 "errors": { |
| 1651 "items": { | 1808 "items": { |
| 1652 "$ref": "Status" | 1809 "$ref": "Status" |
| 1653 }, | 1810 }, |
| 1654 "type": "array" | 1811 "type": "array" |
| 1655 }, | 1812 }, |
| 1656 "metricUpdates": { | 1813 "metricUpdates": { |
| 1657 "items": { | 1814 "items": { |
| 1658 "$ref": "MetricUpdate" | 1815 "$ref": "MetricUpdate" |
| 1659 }, | 1816 }, |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1736 }, | 1893 }, |
| 1737 "onHostMaintenance": { | 1894 "onHostMaintenance": { |
| 1738 "type": "string" | 1895 "type": "string" |
| 1739 }, | 1896 }, |
| 1740 "packages": { | 1897 "packages": { |
| 1741 "items": { | 1898 "items": { |
| 1742 "$ref": "Package" | 1899 "$ref": "Package" |
| 1743 }, | 1900 }, |
| 1744 "type": "array" | 1901 "type": "array" |
| 1745 }, | 1902 }, |
| 1903 "poolArgs": { |
| 1904 "additionalProperties": { |
| 1905 "type": "any" |
| 1906 }, |
| 1907 "type": "object" |
| 1908 }, |
| 1746 "taskrunnerSettings": { | 1909 "taskrunnerSettings": { |
| 1747 "$ref": "TaskRunnerSettings" | 1910 "$ref": "TaskRunnerSettings" |
| 1748 }, | 1911 }, |
| 1749 "teardownPolicy": { | 1912 "teardownPolicy": { |
| 1750 "enum": [ | 1913 "enum": [ |
| 1751 "TEARDOWN_ALWAYS", | 1914 "TEARDOWN_ALWAYS", |
| 1752 "TEARDOWN_NEVER", | 1915 "TEARDOWN_NEVER", |
| 1753 "TEARDOWN_ON_SUCCESS", | 1916 "TEARDOWN_ON_SUCCESS", |
| 1754 "TEARDOWN_POLICY_UNKNOWN" | 1917 "TEARDOWN_POLICY_UNKNOWN" |
| 1755 ], | 1918 ], |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1801 "$ref": "Sink" | 1964 "$ref": "Sink" |
| 1802 } | 1965 } |
| 1803 }, | 1966 }, |
| 1804 "type": "object" | 1967 "type": "object" |
| 1805 } | 1968 } |
| 1806 }, | 1969 }, |
| 1807 "servicePath": "dataflow/v1b3/projects/", | 1970 "servicePath": "dataflow/v1b3/projects/", |
| 1808 "title": "Google Dataflow API", | 1971 "title": "Google Dataflow API", |
| 1809 "version": "v1beta3" | 1972 "version": "v1beta3" |
| 1810 } | 1973 } |
| OLD | NEW |