armonik 3.10.1.dev688__tar.gz → 3.10.1.dev693__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/PKG-INFO +1 -1
  2. armonik-3.10.1.dev693/src/armonik/_version.py +3 -0
  3. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/applications_common_pb2.py +2 -2
  4. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/applications_common_pb2.pyi +10 -10
  5. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/partitions_common_pb2.py +2 -2
  6. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/partitions_common_pb2.pyi +14 -14
  7. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/results_common_pb2.py +2 -2
  8. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/results_common_pb2.pyi +16 -16
  9. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/tasks_common_pb2.py +4 -4
  10. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/tasks_common_pb2.pyi +54 -54
  11. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik.egg-info/PKG-INFO +1 -1
  12. armonik-3.10.1.dev688/src/armonik/_version.py +0 -3
  13. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/README.md +0 -0
  14. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/pyproject.toml +0 -0
  15. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/setup.cfg +0 -0
  16. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/__init__.py +0 -0
  17. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/client/__init__.py +0 -0
  18. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/client/results.py +0 -0
  19. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/client/submitter.py +0 -0
  20. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/client/tasks.py +0 -0
  21. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/common/__init__.py +0 -0
  22. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/common/enumwrapper.py +0 -0
  23. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/common/helpers.py +0 -0
  24. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/common/objects.py +0 -0
  25. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/__init__.py +0 -0
  26. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/applications_service_pb2.py +0 -0
  27. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/applications_service_pb2.pyi +0 -0
  28. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/applications_service_pb2_grpc.py +0 -0
  29. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/auth_service_pb2.py +0 -0
  30. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/auth_service_pb2.pyi +0 -0
  31. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/auth_service_pb2_grpc.py +0 -0
  32. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/events_service_pb2.py +0 -0
  33. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/events_service_pb2.pyi +0 -0
  34. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/events_service_pb2_grpc.py +0 -0
  35. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/partitions_service_pb2.py +0 -0
  36. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/partitions_service_pb2.pyi +0 -0
  37. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/partitions_service_pb2_grpc.py +0 -0
  38. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/results_service_pb2.py +0 -0
  39. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/results_service_pb2.pyi +0 -0
  40. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/results_service_pb2_grpc.py +0 -0
  41. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/sessions_service_pb2.py +0 -0
  42. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/sessions_service_pb2.pyi +0 -0
  43. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/sessions_service_pb2_grpc.py +0 -0
  44. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/submitter_service_pb2.py +0 -0
  45. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/submitter_service_pb2.pyi +0 -0
  46. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/submitter_service_pb2_grpc.py +0 -0
  47. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/tasks_service_pb2.py +0 -0
  48. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/tasks_service_pb2.pyi +0 -0
  49. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/tasks_service_pb2_grpc.py +0 -0
  50. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/versions_service_pb2.py +0 -0
  51. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/versions_service_pb2.pyi +0 -0
  52. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/client/versions_service_pb2_grpc.py +0 -0
  53. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/__init__.py +0 -0
  54. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/agent_common_pb2.py +0 -0
  55. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/agent_common_pb2.pyi +0 -0
  56. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/agent_common_pb2_grpc.py +0 -0
  57. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/applications_common_pb2_grpc.py +0 -0
  58. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/auth_common_pb2.py +0 -0
  59. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/auth_common_pb2.pyi +0 -0
  60. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/auth_common_pb2_grpc.py +0 -0
  61. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/events_common_pb2.py +0 -0
  62. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/events_common_pb2.pyi +0 -0
  63. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/events_common_pb2_grpc.py +0 -0
  64. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/objects_pb2.py +0 -0
  65. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/objects_pb2.pyi +0 -0
  66. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/objects_pb2_grpc.py +0 -0
  67. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/partitions_common_pb2_grpc.py +0 -0
  68. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/result_status_pb2.py +0 -0
  69. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/result_status_pb2.pyi +0 -0
  70. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/result_status_pb2_grpc.py +0 -0
  71. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/results_common_pb2_grpc.py +0 -0
  72. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/session_status_pb2.py +0 -0
  73. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/session_status_pb2.pyi +0 -0
  74. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/session_status_pb2_grpc.py +0 -0
  75. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/sessions_common_pb2.py +0 -0
  76. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/sessions_common_pb2.pyi +0 -0
  77. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/sessions_common_pb2_grpc.py +0 -0
  78. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/sort_direction_pb2.py +0 -0
  79. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/sort_direction_pb2.pyi +0 -0
  80. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/sort_direction_pb2_grpc.py +0 -0
  81. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/submitter_common_pb2.py +0 -0
  82. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/submitter_common_pb2.pyi +0 -0
  83. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/submitter_common_pb2_grpc.py +0 -0
  84. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/task_status_pb2.py +0 -0
  85. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/task_status_pb2.pyi +0 -0
  86. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/task_status_pb2_grpc.py +0 -0
  87. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/tasks_common_pb2_grpc.py +0 -0
  88. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/versions_common_pb2.py +0 -0
  89. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/versions_common_pb2.pyi +0 -0
  90. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/versions_common_pb2_grpc.py +0 -0
  91. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/worker_common_pb2.py +0 -0
  92. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/worker_common_pb2.pyi +0 -0
  93. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/common/worker_common_pb2_grpc.py +0 -0
  94. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/worker/__init__.py +0 -0
  95. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/worker/agent_service_pb2.py +0 -0
  96. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/worker/agent_service_pb2.pyi +0 -0
  97. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/worker/agent_service_pb2_grpc.py +0 -0
  98. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/worker/worker_service_pb2.py +0 -0
  99. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/worker/worker_service_pb2.pyi +0 -0
  100. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/protogen/worker/worker_service_pb2_grpc.py +0 -0
  101. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/worker/__init__.py +0 -0
  102. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/worker/seqlogger.py +0 -0
  103. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/worker/taskhandler.py +0 -0
  104. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik/worker/worker.py +0 -0
  105. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik.egg-info/SOURCES.txt +0 -0
  106. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik.egg-info/dependency_links.txt +0 -0
  107. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik.egg-info/requires.txt +0 -0
  108. {armonik-3.10.1.dev688 → armonik-3.10.1.dev693}/src/armonik.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: armonik
3
- Version: 3.10.1.dev688
3
+ Version: 3.10.1.dev693
4
4
  Summary: GRPC python binding for the ArmoniK orchestrator API
5
5
  License: Apache v2.0 LICENSE
6
6
  Project-URL: Homepage, https://github.com/aneoconsulting/ArmoniK.Api
@@ -0,0 +1,3 @@
1
+ # generated by genversion.py, based on setuptools_scm
2
+ __version__ = "3.10.1.dev693"
3
+ __version_tuple__ = (3, 10, 1, 'dev693')
@@ -15,7 +15,7 @@ from . import objects_pb2 as objects__pb2
15
15
  from . import sort_direction_pb2 as sort__direction__pb2
16
16
 
17
17
 
18
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x19\x61pplications_common.proto\x12 armonik.api.grpc.v1.applications\x1a\robjects.proto\x1a\x14sort_direction.proto\"S\n\x0e\x41pplicationRaw\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07version\x18\x02 \x01(\t\x12\x11\n\tnamespace\x18\x03 \x01(\t\x12\x0f\n\x07service\x18\x04 \x01(\t\"_\n\x13\x41pplicationRawField\x12H\n\x05\x66ield\x18\x01 \x01(\x0e\x32\x39.armonik.api.grpc.v1.applications.ApplicationRawEnumField\"o\n\x10\x41pplicationField\x12R\n\x11\x61pplication_field\x18\x01 \x01(\x0b\x32\x35.armonik.api.grpc.v1.applications.ApplicationRawFieldH\x00\x42\x07\n\x05\x66ield\"\xba\x03\n\x17ListApplicationsRequest\x12\x0c\n\x04page\x18\x01 \x01(\x05\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12P\n\x06\x66ilter\x18\x03 \x01(\x0b\x32@.armonik.api.grpc.v1.applications.ListApplicationsRequest.Filter\x12L\n\x04sort\x18\x04 \x01(\x0b\x32>.armonik.api.grpc.v1.applications.ListApplicationsRequest.Sort\x1aK\n\x06\x46ilter\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07version\x18\x02 \x01(\t\x12\x11\n\tnamespace\x18\x03 \x01(\t\x12\x0f\n\x07service\x18\x04 \x01(\t\x1a\x90\x01\n\x04Sort\x12\x42\n\x06\x66ields\x18\x01 \x03(\x0b\x32\x32.armonik.api.grpc.v1.applications.ApplicationField\x12\x44\n\tdirection\x18\x02 \x01(\x0e\x32\x31.armonik.api.grpc.v1.sort_direction.SortDirection\"\x92\x01\n\x18ListApplicationsResponse\x12\x46\n\x0c\x61pplications\x18\x01 \x03(\x0b\x32\x30.armonik.api.grpc.v1.applications.ApplicationRaw\x12\x0c\n\x04page\x18\x02 \x01(\x05\x12\x11\n\tpage_size\x18\x03 \x01(\x05\x12\r\n\x05total\x18\x04 \x01(\x05\":\n\x19\x43ountTasksByStatusRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07version\x18\x02 \x01(\t\"N\n\x1a\x43ountTasksByStatusResponse\x12\x30\n\x06status\x18\x01 \x03(\x0b\x32 .armonik.api.grpc.v1.StatusCount*\xcb\x01\n\x17\x41pplicationRawEnumField\x12%\n!APPLICATION_RAW_FIELD_UNSPECIFIED\x10\x00\x12\x1e\n\x1a\x41PPLICATION_RAW_FIELD_NAME\x10\x01\x12!\n\x1d\x41PPLICATION_RAW_FIELD_VERSION\x10\x02\x12#\n\x1f\x41PPLICATION_RAW_FIELD_NAMESPACE\x10\x03\x12!\n\x1d\x41PPLICATION_RAW_FIELD_SERVICE\x10\x04\x42#\xaa\x02 ArmoniK.Api.gRPC.V1.Applicationsb\x06proto3')
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x19\x61pplications_common.proto\x12 armonik.api.grpc.v1.applications\x1a\robjects.proto\x1a\x14sort_direction.proto\"S\n\x0e\x41pplicationRaw\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07version\x18\x02 \x01(\t\x12\x11\n\tnamespace\x18\x03 \x01(\t\x12\x0f\n\x07service\x18\x04 \x01(\t\"_\n\x13\x41pplicationRawField\x12H\n\x05\x66ield\x18\x01 \x01(\x0e\x32\x39.armonik.api.grpc.v1.applications.ApplicationRawEnumField\"o\n\x10\x41pplicationField\x12R\n\x11\x61pplication_field\x18\x01 \x01(\x0b\x32\x35.armonik.api.grpc.v1.applications.ApplicationRawFieldH\x00\x42\x07\n\x05\x66ield\"\xba\x03\n\x17ListApplicationsRequest\x12\x0c\n\x04page\x18\x01 \x01(\x05\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12P\n\x06\x66ilter\x18\x03 \x01(\x0b\x32@.armonik.api.grpc.v1.applications.ListApplicationsRequest.Filter\x12L\n\x04sort\x18\x04 \x01(\x0b\x32>.armonik.api.grpc.v1.applications.ListApplicationsRequest.Sort\x1aK\n\x06\x46ilter\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07version\x18\x02 \x01(\t\x12\x11\n\tnamespace\x18\x03 \x01(\t\x12\x0f\n\x07service\x18\x04 \x01(\t\x1a\x90\x01\n\x04Sort\x12\x42\n\x06\x66ields\x18\x01 \x03(\x0b\x32\x32.armonik.api.grpc.v1.applications.ApplicationField\x12\x44\n\tdirection\x18\x02 \x01(\x0e\x32\x31.armonik.api.grpc.v1.sort_direction.SortDirection\"\x92\x01\n\x18ListApplicationsResponse\x12\x46\n\x0c\x61pplications\x18\x01 \x03(\x0b\x32\x30.armonik.api.grpc.v1.applications.ApplicationRaw\x12\x0c\n\x04page\x18\x02 \x01(\x05\x12\x11\n\tpage_size\x18\x03 \x01(\x05\x12\r\n\x05total\x18\x04 \x01(\x05\":\n\x19\x43ountTasksByStatusRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07version\x18\x02 \x01(\t\"N\n\x1a\x43ountTasksByStatusResponse\x12\x30\n\x06status\x18\x01 \x03(\x0b\x32 .armonik.api.grpc.v1.StatusCount*\xe4\x01\n\x17\x41pplicationRawEnumField\x12*\n&APPLICATION_RAW_ENUM_FIELD_UNSPECIFIED\x10\x00\x12#\n\x1f\x41PPLICATION_RAW_ENUM_FIELD_NAME\x10\x01\x12&\n\"APPLICATION_RAW_ENUM_FIELD_VERSION\x10\x02\x12(\n$APPLICATION_RAW_ENUM_FIELD_NAMESPACE\x10\x03\x12&\n\"APPLICATION_RAW_ENUM_FIELD_SERVICE\x10\x04\x42#\xaa\x02 ArmoniK.Api.gRPC.V1.Applicationsb\x06proto3')
19
19
 
20
20
  _globals = globals()
21
21
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -25,7 +25,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
25
25
  DESCRIPTOR._options = None
26
26
  DESCRIPTOR._serialized_options = b'\252\002 ArmoniK.Api.gRPC.V1.Applications'
27
27
  _globals['_APPLICATIONRAWENUMFIELD']._serialized_start=1130
28
- _globals['_APPLICATIONRAWENUMFIELD']._serialized_end=1333
28
+ _globals['_APPLICATIONRAWENUMFIELD']._serialized_end=1358
29
29
  _globals['_APPLICATIONRAW']._serialized_start=100
30
30
  _globals['_APPLICATIONRAW']._serialized_end=183
31
31
  _globals['_APPLICATIONRAWFIELD']._serialized_start=185
@@ -10,16 +10,16 @@ DESCRIPTOR: _descriptor.FileDescriptor
10
10
 
11
11
  class ApplicationRawEnumField(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
12
12
  __slots__ = []
13
- APPLICATION_RAW_FIELD_UNSPECIFIED: _ClassVar[ApplicationRawEnumField]
14
- APPLICATION_RAW_FIELD_NAME: _ClassVar[ApplicationRawEnumField]
15
- APPLICATION_RAW_FIELD_VERSION: _ClassVar[ApplicationRawEnumField]
16
- APPLICATION_RAW_FIELD_NAMESPACE: _ClassVar[ApplicationRawEnumField]
17
- APPLICATION_RAW_FIELD_SERVICE: _ClassVar[ApplicationRawEnumField]
18
- APPLICATION_RAW_FIELD_UNSPECIFIED: ApplicationRawEnumField
19
- APPLICATION_RAW_FIELD_NAME: ApplicationRawEnumField
20
- APPLICATION_RAW_FIELD_VERSION: ApplicationRawEnumField
21
- APPLICATION_RAW_FIELD_NAMESPACE: ApplicationRawEnumField
22
- APPLICATION_RAW_FIELD_SERVICE: ApplicationRawEnumField
13
+ APPLICATION_RAW_ENUM_FIELD_UNSPECIFIED: _ClassVar[ApplicationRawEnumField]
14
+ APPLICATION_RAW_ENUM_FIELD_NAME: _ClassVar[ApplicationRawEnumField]
15
+ APPLICATION_RAW_ENUM_FIELD_VERSION: _ClassVar[ApplicationRawEnumField]
16
+ APPLICATION_RAW_ENUM_FIELD_NAMESPACE: _ClassVar[ApplicationRawEnumField]
17
+ APPLICATION_RAW_ENUM_FIELD_SERVICE: _ClassVar[ApplicationRawEnumField]
18
+ APPLICATION_RAW_ENUM_FIELD_UNSPECIFIED: ApplicationRawEnumField
19
+ APPLICATION_RAW_ENUM_FIELD_NAME: ApplicationRawEnumField
20
+ APPLICATION_RAW_ENUM_FIELD_VERSION: ApplicationRawEnumField
21
+ APPLICATION_RAW_ENUM_FIELD_NAMESPACE: ApplicationRawEnumField
22
+ APPLICATION_RAW_ENUM_FIELD_SERVICE: ApplicationRawEnumField
23
23
 
24
24
  class ApplicationRaw(_message.Message):
25
25
  __slots__ = ["name", "version", "namespace", "service"]
@@ -14,7 +14,7 @@ _sym_db = _symbol_database.Default()
14
14
  from . import sort_direction_pb2 as sort__direction__pb2
15
15
 
16
16
 
17
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x17partitions_common.proto\x12\x1e\x61rmonik.api.grpc.v1.partitions\x1a\x14sort_direction.proto\"\xa8\x02\n\x0cPartitionRaw\x12\n\n\x02id\x18\x01 \x01(\t\x12\x1c\n\x14parent_partition_ids\x18\x02 \x03(\t\x12\x14\n\x0cpod_reserved\x18\x03 \x01(\x03\x12\x0f\n\x07pod_max\x18\x04 \x01(\x03\x12]\n\x11pod_configuration\x18\x07 \x03(\x0b\x32\x42.armonik.api.grpc.v1.partitions.PartitionRaw.PodConfigurationEntry\x12\x1d\n\x15preemption_percentage\x18\x05 \x01(\x03\x12\x10\n\x08priority\x18\x06 \x01(\x03\x1a\x37\n\x15PodConfigurationEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"Y\n\x11PartitionRawField\x12\x44\n\x05\x66ield\x18\x01 \x01(\x0e\x32\x35.armonik.api.grpc.v1.partitions.PartitionRawEnumField\"k\n\x0ePartitionField\x12P\n\x13partition_raw_field\x18\x01 \x01(\x0b\x32\x31.armonik.api.grpc.v1.partitions.PartitionRawFieldH\x00\x42\x07\n\x05\x66ield\"\xea\x03\n\x15ListPartitionsRequest\x12\x0c\n\x04page\x18\x01 \x01(\x05\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12L\n\x06\x66ilter\x18\x03 \x01(\x0b\x32<.armonik.api.grpc.v1.partitions.ListPartitionsRequest.Filter\x12H\n\x04sort\x18\x04 \x01(\x0b\x32:.armonik.api.grpc.v1.partitions.ListPartitionsRequest.Sort\x1a\x89\x01\n\x06\x46ilter\x12\n\n\x02id\x18\x01 \x01(\t\x12\x1b\n\x13parent_partition_id\x18\x02 \x01(\t\x12\x14\n\x0cpod_reserved\x18\x03 \x01(\x05\x12\x0f\n\x07pod_max\x18\x04 \x01(\x05\x12\x1d\n\x15preemption_percentage\x18\x05 \x01(\x05\x12\x10\n\x08priority\x18\x06 \x01(\x05\x1a\x8b\x01\n\x04Sort\x12=\n\x05\x66ield\x18\x01 \x01(\x0b\x32..armonik.api.grpc.v1.partitions.PartitionField\x12\x44\n\tdirection\x18\x02 \x01(\x0e\x32\x31.armonik.api.grpc.v1.sort_direction.SortDirection\"\x8a\x01\n\x16ListPartitionsResponse\x12@\n\npartitions\x18\x01 \x03(\x0b\x32,.armonik.api.grpc.v1.partitions.PartitionRaw\x12\x0c\n\x04page\x18\x02 \x01(\x05\x12\x11\n\tpage_size\x18\x03 \x01(\x05\x12\r\n\x05total\x18\x04 \x01(\x05\"!\n\x13GetPartitionRequest\x12\n\n\x02id\x18\x01 \x01(\t\"W\n\x14GetPartitionResponse\x12?\n\tpartition\x18\x01 \x01(\x0b\x32,.armonik.api.grpc.v1.partitions.PartitionRaw*\x9e\x02\n\x15PartitionRawEnumField\x12#\n\x1fPARTITION_RAW_FIELD_UNSPECIFIED\x10\x00\x12\x1a\n\x16PARTITION_RAW_FIELD_ID\x10\x01\x12,\n(PARTITION_RAW_FIELD_PARENT_PARTITION_IDS\x10\x02\x12$\n PARTITION_RAW_FIELD_POD_RESERVED\x10\x03\x12\x1f\n\x1bPARTITION_RAW_FIELD_POD_MAX\x10\x04\x12-\n)PARTITION_RAW_FIELD_PREEMPTION_PERCENTAGE\x10\x05\x12 \n\x1cPARTITION_RAW_FIELD_PRIORITY\x10\x06\x42!\xaa\x02\x1e\x41rmonik.Api.Grpc.V1.Partitionsb\x06proto3')
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x17partitions_common.proto\x12\x1e\x61rmonik.api.grpc.v1.partitions\x1a\x14sort_direction.proto\"\xa8\x02\n\x0cPartitionRaw\x12\n\n\x02id\x18\x01 \x01(\t\x12\x1c\n\x14parent_partition_ids\x18\x02 \x03(\t\x12\x14\n\x0cpod_reserved\x18\x03 \x01(\x03\x12\x0f\n\x07pod_max\x18\x04 \x01(\x03\x12]\n\x11pod_configuration\x18\x07 \x03(\x0b\x32\x42.armonik.api.grpc.v1.partitions.PartitionRaw.PodConfigurationEntry\x12\x1d\n\x15preemption_percentage\x18\x05 \x01(\x03\x12\x10\n\x08priority\x18\x06 \x01(\x03\x1a\x37\n\x15PodConfigurationEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"Y\n\x11PartitionRawField\x12\x44\n\x05\x66ield\x18\x01 \x01(\x0e\x32\x35.armonik.api.grpc.v1.partitions.PartitionRawEnumField\"k\n\x0ePartitionField\x12P\n\x13partition_raw_field\x18\x01 \x01(\x0b\x32\x31.armonik.api.grpc.v1.partitions.PartitionRawFieldH\x00\x42\x07\n\x05\x66ield\"\xea\x03\n\x15ListPartitionsRequest\x12\x0c\n\x04page\x18\x01 \x01(\x05\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12L\n\x06\x66ilter\x18\x03 \x01(\x0b\x32<.armonik.api.grpc.v1.partitions.ListPartitionsRequest.Filter\x12H\n\x04sort\x18\x04 \x01(\x0b\x32:.armonik.api.grpc.v1.partitions.ListPartitionsRequest.Sort\x1a\x89\x01\n\x06\x46ilter\x12\n\n\x02id\x18\x01 \x01(\t\x12\x1b\n\x13parent_partition_id\x18\x02 \x01(\t\x12\x14\n\x0cpod_reserved\x18\x03 \x01(\x05\x12\x0f\n\x07pod_max\x18\x04 \x01(\x05\x12\x1d\n\x15preemption_percentage\x18\x05 \x01(\x05\x12\x10\n\x08priority\x18\x06 \x01(\x05\x1a\x8b\x01\n\x04Sort\x12=\n\x05\x66ield\x18\x01 \x01(\x0b\x32..armonik.api.grpc.v1.partitions.PartitionField\x12\x44\n\tdirection\x18\x02 \x01(\x0e\x32\x31.armonik.api.grpc.v1.sort_direction.SortDirection\"\x8a\x01\n\x16ListPartitionsResponse\x12@\n\npartitions\x18\x01 \x03(\x0b\x32,.armonik.api.grpc.v1.partitions.PartitionRaw\x12\x0c\n\x04page\x18\x02 \x01(\x05\x12\x11\n\tpage_size\x18\x03 \x01(\x05\x12\r\n\x05total\x18\x04 \x01(\x05\"!\n\x13GetPartitionRequest\x12\n\n\x02id\x18\x01 \x01(\t\"W\n\x14GetPartitionResponse\x12?\n\tpartition\x18\x01 \x01(\x0b\x32,.armonik.api.grpc.v1.partitions.PartitionRaw*\xc1\x02\n\x15PartitionRawEnumField\x12(\n$PARTITION_RAW_ENUM_FIELD_UNSPECIFIED\x10\x00\x12\x1f\n\x1bPARTITION_RAW_ENUM_FIELD_ID\x10\x01\x12\x31\n-PARTITION_RAW_ENUM_FIELD_PARENT_PARTITION_IDS\x10\x02\x12)\n%PARTITION_RAW_ENUM_FIELD_POD_RESERVED\x10\x03\x12$\n PARTITION_RAW_ENUM_FIELD_POD_MAX\x10\x04\x12\x32\n.PARTITION_RAW_ENUM_FIELD_PREEMPTION_PERCENTAGE\x10\x05\x12%\n!PARTITION_RAW_ENUM_FIELD_PRIORITY\x10\x06\x42!\xaa\x02\x1e\x41rmonik.Api.Grpc.V1.Partitionsb\x06proto3')
18
18
 
19
19
  _globals = globals()
20
20
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -26,7 +26,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
26
26
  _PARTITIONRAW_PODCONFIGURATIONENTRY._options = None
27
27
  _PARTITIONRAW_PODCONFIGURATIONENTRY._serialized_options = b'8\001'
28
28
  _globals['_PARTITIONRAWENUMFIELD']._serialized_start=1339
29
- _globals['_PARTITIONRAWENUMFIELD']._serialized_end=1625
29
+ _globals['_PARTITIONRAWENUMFIELD']._serialized_end=1660
30
30
  _globals['_PARTITIONRAW']._serialized_start=82
31
31
  _globals['_PARTITIONRAW']._serialized_end=378
32
32
  _globals['_PARTITIONRAW_PODCONFIGURATIONENTRY']._serialized_start=323
@@ -9,20 +9,20 @@ DESCRIPTOR: _descriptor.FileDescriptor
9
9
 
10
10
  class PartitionRawEnumField(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
11
11
  __slots__ = []
12
- PARTITION_RAW_FIELD_UNSPECIFIED: _ClassVar[PartitionRawEnumField]
13
- PARTITION_RAW_FIELD_ID: _ClassVar[PartitionRawEnumField]
14
- PARTITION_RAW_FIELD_PARENT_PARTITION_IDS: _ClassVar[PartitionRawEnumField]
15
- PARTITION_RAW_FIELD_POD_RESERVED: _ClassVar[PartitionRawEnumField]
16
- PARTITION_RAW_FIELD_POD_MAX: _ClassVar[PartitionRawEnumField]
17
- PARTITION_RAW_FIELD_PREEMPTION_PERCENTAGE: _ClassVar[PartitionRawEnumField]
18
- PARTITION_RAW_FIELD_PRIORITY: _ClassVar[PartitionRawEnumField]
19
- PARTITION_RAW_FIELD_UNSPECIFIED: PartitionRawEnumField
20
- PARTITION_RAW_FIELD_ID: PartitionRawEnumField
21
- PARTITION_RAW_FIELD_PARENT_PARTITION_IDS: PartitionRawEnumField
22
- PARTITION_RAW_FIELD_POD_RESERVED: PartitionRawEnumField
23
- PARTITION_RAW_FIELD_POD_MAX: PartitionRawEnumField
24
- PARTITION_RAW_FIELD_PREEMPTION_PERCENTAGE: PartitionRawEnumField
25
- PARTITION_RAW_FIELD_PRIORITY: PartitionRawEnumField
12
+ PARTITION_RAW_ENUM_FIELD_UNSPECIFIED: _ClassVar[PartitionRawEnumField]
13
+ PARTITION_RAW_ENUM_FIELD_ID: _ClassVar[PartitionRawEnumField]
14
+ PARTITION_RAW_ENUM_FIELD_PARENT_PARTITION_IDS: _ClassVar[PartitionRawEnumField]
15
+ PARTITION_RAW_ENUM_FIELD_POD_RESERVED: _ClassVar[PartitionRawEnumField]
16
+ PARTITION_RAW_ENUM_FIELD_POD_MAX: _ClassVar[PartitionRawEnumField]
17
+ PARTITION_RAW_ENUM_FIELD_PREEMPTION_PERCENTAGE: _ClassVar[PartitionRawEnumField]
18
+ PARTITION_RAW_ENUM_FIELD_PRIORITY: _ClassVar[PartitionRawEnumField]
19
+ PARTITION_RAW_ENUM_FIELD_UNSPECIFIED: PartitionRawEnumField
20
+ PARTITION_RAW_ENUM_FIELD_ID: PartitionRawEnumField
21
+ PARTITION_RAW_ENUM_FIELD_PARENT_PARTITION_IDS: PartitionRawEnumField
22
+ PARTITION_RAW_ENUM_FIELD_POD_RESERVED: PartitionRawEnumField
23
+ PARTITION_RAW_ENUM_FIELD_POD_MAX: PartitionRawEnumField
24
+ PARTITION_RAW_ENUM_FIELD_PREEMPTION_PERCENTAGE: PartitionRawEnumField
25
+ PARTITION_RAW_ENUM_FIELD_PRIORITY: PartitionRawEnumField
26
26
 
27
27
  class PartitionRaw(_message.Message):
28
28
  __slots__ = ["id", "parent_partition_ids", "pod_reserved", "pod_max", "pod_configuration", "preemption_percentage", "priority"]
@@ -16,7 +16,7 @@ from . import result_status_pb2 as result__status__pb2
16
16
  from . import sort_direction_pb2 as sort__direction__pb2
17
17
 
18
18
 
19
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x14results_common.proto\x12\x1b\x61rmonik.api.grpc.v1.results\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x13result_status.proto\x1a\x14sort_direction.proto\"\xfa\x01\n\tResultRaw\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x15\n\rowner_task_id\x18\x03 \x01(\t\x12?\n\x06status\x18\x04 \x01(\x0e\x32/.armonik.api.grpc.v1.result_status.ResultStatus\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0c\x63ompleted_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tresult_id\x18\x08 \x01(\t\"P\n\x0eResultRawField\x12>\n\x05\x66ield\x18\x01 \x01(\x0e\x32/.armonik.api.grpc.v1.results.ResultRawEnumField\"_\n\x0bResultField\x12G\n\x10result_raw_field\x18\x01 \x01(\x0b\x32+.armonik.api.grpc.v1.results.ResultRawFieldH\x00\x42\x07\n\x05\x66ield\"\xa6\x06\n\x12ListResultsRequest\x12\x0c\n\x04page\x18\x01 \x01(\x05\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x46\n\x06\x66ilter\x18\x03 \x01(\x0b\x32\x36.armonik.api.grpc.v1.results.ListResultsRequest.Filter\x12\x42\n\x04sort\x18\x04 \x01(\x0b\x32\x34.armonik.api.grpc.v1.results.ListResultsRequest.Sort\x1a\xda\x03\n\x06\x46ilter\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x15\n\rowner_task_id\x18\x03 \x01(\t\x12?\n\x06status\x18\x04 \x01(\x0e\x32/.armonik.api.grpc.v1.result_status.ResultStatus\x12\x31\n\rcreated_after\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x32\n\x0e\x63reated_before\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\x0f\x63ompleted_after\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x34\n\x10\x63ompleted_before\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x37\n\x13wait_for_data_after\x18\t \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x38\n\x14wait_for_data_before\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tresult_id\x18\x0b \x01(\t\x1a\x85\x01\n\x04Sort\x12\x37\n\x05\x66ield\x18\x01 \x01(\x0b\x32(.armonik.api.grpc.v1.results.ResultField\x12\x44\n\tdirection\x18\x02 \x01(\x0e\x32\x31.armonik.api.grpc.v1.sort_direction.SortDirection\"~\n\x13ListResultsResponse\x12\x37\n\x07results\x18\x01 \x03(\x0b\x32&.armonik.api.grpc.v1.results.ResultRaw\x12\x0c\n\x04page\x18\x02 \x01(\x05\x12\x11\n\tpage_size\x18\x03 \x01(\x05\x12\r\n\x05total\x18\x04 \x01(\x05\"%\n\x10GetResultRequest\x12\x11\n\tresult_id\x18\x01 \x01(\t\"K\n\x11GetResultResponse\x12\x36\n\x06result\x18\x01 \x01(\x0b\x32&.armonik.api.grpc.v1.results.ResultRaw\">\n\x15GetOwnerTaskIdRequest\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x11\n\tresult_id\x18\x02 \x03(\t\"\xb9\x01\n\x16GetOwnerTaskIdResponse\x12V\n\x0bresult_task\x18\x01 \x03(\x0b\x32\x41.armonik.api.grpc.v1.results.GetOwnerTaskIdResponse.MapResultTask\x12\x12\n\nsession_id\x18\x02 \x01(\t\x1a\x33\n\rMapResultTask\x12\x11\n\tresult_id\x18\x01 \x01(\t\x12\x0f\n\x07task_id\x18\x02 \x01(\t\"\xa9\x01\n\x1c\x43reateResultsMetaDataRequest\x12W\n\x07results\x18\x01 \x03(\x0b\x32\x46.armonik.api.grpc.v1.results.CreateResultsMetaDataRequest.ResultCreate\x12\x12\n\nsession_id\x18\x02 \x01(\t\x1a\x1c\n\x0cResultCreate\x12\x0c\n\x04name\x18\x01 \x01(\t\"X\n\x1d\x43reateResultsMetaDataResponse\x12\x37\n\x07results\x18\x01 \x03(\x0b\x32&.armonik.api.grpc.v1.results.ResultRaw\"\xa7\x01\n\x14\x43reateResultsRequest\x12O\n\x07results\x18\x01 \x03(\x0b\x32>.armonik.api.grpc.v1.results.CreateResultsRequest.ResultCreate\x12\x12\n\nsession_id\x18\x02 \x01(\t\x1a*\n\x0cResultCreate\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x02 \x01(\x0c\"P\n\x15\x43reateResultsResponse\x12\x37\n\x07results\x18\x01 \x03(\x0b\x32&.armonik.api.grpc.v1.results.ResultRaw\"\xc7\x01\n\x17UploadResultDataRequest\x12S\n\x02id\x18\x01 \x01(\x0b\x32\x45.armonik.api.grpc.v1.results.UploadResultDataRequest.ResultIdentifierH\x00\x12\x14\n\ndata_chunk\x18\x02 \x01(\x0cH\x00\x1a\x39\n\x10ResultIdentifier\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x11\n\tresult_id\x18\x02 \x01(\tB\x06\n\x04type\"R\n\x18UploadResultDataResponse\x12\x36\n\x06result\x18\x01 \x01(\x0b\x32&.armonik.api.grpc.v1.results.ResultRaw\"B\n#ResultsServiceConfigurationResponse\x12\x1b\n\x13\x64\x61ta_chunk_max_size\x18\x01 \x01(\x05\"B\n\x19\x44ownloadResultDataRequest\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x11\n\tresult_id\x18\x02 \x01(\t\"0\n\x1a\x44ownloadResultDataResponse\x12\x12\n\ndata_chunk\x18\x01 \x01(\x0c\"A\n\x18\x44\x65leteResultsDataRequest\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x11\n\tresult_id\x18\x02 \x03(\t\"B\n\x19\x44\x65leteResultsDataResponse\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x11\n\tresult_id\x18\x02 \x03(\t*\x97\x02\n\x12ResultRawEnumField\x12 \n\x1cRESULT_RAW_FIELD_UNSPECIFIED\x10\x00\x12\x1f\n\x1bRESULT_RAW_FIELD_SESSION_ID\x10\x01\x12\x19\n\x15RESULT_RAW_FIELD_NAME\x10\x02\x12\"\n\x1eRESULT_RAW_FIELD_OWNER_TASK_ID\x10\x03\x12\x1b\n\x17RESULT_RAW_FIELD_STATUS\x10\x04\x12\x1f\n\x1bRESULT_RAW_FIELD_CREATED_AT\x10\x05\x12!\n\x1dRESULT_RAW_FIELD_COMPLETED_AT\x10\x06\x12\x1e\n\x1aRESULT_RAW_FIELD_RESULT_ID\x10\x07\x42\x1e\xaa\x02\x1b\x41rmoniK.Api.gRPC.V1.Resultsb\x06proto3')
19
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x14results_common.proto\x12\x1b\x61rmonik.api.grpc.v1.results\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x13result_status.proto\x1a\x14sort_direction.proto\"\xfa\x01\n\tResultRaw\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x15\n\rowner_task_id\x18\x03 \x01(\t\x12?\n\x06status\x18\x04 \x01(\x0e\x32/.armonik.api.grpc.v1.result_status.ResultStatus\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0c\x63ompleted_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tresult_id\x18\x08 \x01(\t\"P\n\x0eResultRawField\x12>\n\x05\x66ield\x18\x01 \x01(\x0e\x32/.armonik.api.grpc.v1.results.ResultRawEnumField\"_\n\x0bResultField\x12G\n\x10result_raw_field\x18\x01 \x01(\x0b\x32+.armonik.api.grpc.v1.results.ResultRawFieldH\x00\x42\x07\n\x05\x66ield\"\xa6\x06\n\x12ListResultsRequest\x12\x0c\n\x04page\x18\x01 \x01(\x05\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x46\n\x06\x66ilter\x18\x03 \x01(\x0b\x32\x36.armonik.api.grpc.v1.results.ListResultsRequest.Filter\x12\x42\n\x04sort\x18\x04 \x01(\x0b\x32\x34.armonik.api.grpc.v1.results.ListResultsRequest.Sort\x1a\xda\x03\n\x06\x46ilter\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x15\n\rowner_task_id\x18\x03 \x01(\t\x12?\n\x06status\x18\x04 \x01(\x0e\x32/.armonik.api.grpc.v1.result_status.ResultStatus\x12\x31\n\rcreated_after\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x32\n\x0e\x63reated_before\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\x0f\x63ompleted_after\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x34\n\x10\x63ompleted_before\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x37\n\x13wait_for_data_after\x18\t \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x38\n\x14wait_for_data_before\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tresult_id\x18\x0b \x01(\t\x1a\x85\x01\n\x04Sort\x12\x37\n\x05\x66ield\x18\x01 \x01(\x0b\x32(.armonik.api.grpc.v1.results.ResultField\x12\x44\n\tdirection\x18\x02 \x01(\x0e\x32\x31.armonik.api.grpc.v1.sort_direction.SortDirection\"~\n\x13ListResultsResponse\x12\x37\n\x07results\x18\x01 \x03(\x0b\x32&.armonik.api.grpc.v1.results.ResultRaw\x12\x0c\n\x04page\x18\x02 \x01(\x05\x12\x11\n\tpage_size\x18\x03 \x01(\x05\x12\r\n\x05total\x18\x04 \x01(\x05\"%\n\x10GetResultRequest\x12\x11\n\tresult_id\x18\x01 \x01(\t\"K\n\x11GetResultResponse\x12\x36\n\x06result\x18\x01 \x01(\x0b\x32&.armonik.api.grpc.v1.results.ResultRaw\">\n\x15GetOwnerTaskIdRequest\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x11\n\tresult_id\x18\x02 \x03(\t\"\xb9\x01\n\x16GetOwnerTaskIdResponse\x12V\n\x0bresult_task\x18\x01 \x03(\x0b\x32\x41.armonik.api.grpc.v1.results.GetOwnerTaskIdResponse.MapResultTask\x12\x12\n\nsession_id\x18\x02 \x01(\t\x1a\x33\n\rMapResultTask\x12\x11\n\tresult_id\x18\x01 \x01(\t\x12\x0f\n\x07task_id\x18\x02 \x01(\t\"\xa9\x01\n\x1c\x43reateResultsMetaDataRequest\x12W\n\x07results\x18\x01 \x03(\x0b\x32\x46.armonik.api.grpc.v1.results.CreateResultsMetaDataRequest.ResultCreate\x12\x12\n\nsession_id\x18\x02 \x01(\t\x1a\x1c\n\x0cResultCreate\x12\x0c\n\x04name\x18\x01 \x01(\t\"X\n\x1d\x43reateResultsMetaDataResponse\x12\x37\n\x07results\x18\x01 \x03(\x0b\x32&.armonik.api.grpc.v1.results.ResultRaw\"\xa7\x01\n\x14\x43reateResultsRequest\x12O\n\x07results\x18\x01 \x03(\x0b\x32>.armonik.api.grpc.v1.results.CreateResultsRequest.ResultCreate\x12\x12\n\nsession_id\x18\x02 \x01(\t\x1a*\n\x0cResultCreate\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x02 \x01(\x0c\"P\n\x15\x43reateResultsResponse\x12\x37\n\x07results\x18\x01 \x03(\x0b\x32&.armonik.api.grpc.v1.results.ResultRaw\"\xc7\x01\n\x17UploadResultDataRequest\x12S\n\x02id\x18\x01 \x01(\x0b\x32\x45.armonik.api.grpc.v1.results.UploadResultDataRequest.ResultIdentifierH\x00\x12\x14\n\ndata_chunk\x18\x02 \x01(\x0cH\x00\x1a\x39\n\x10ResultIdentifier\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x11\n\tresult_id\x18\x02 \x01(\tB\x06\n\x04type\"R\n\x18UploadResultDataResponse\x12\x36\n\x06result\x18\x01 \x01(\x0b\x32&.armonik.api.grpc.v1.results.ResultRaw\"B\n#ResultsServiceConfigurationResponse\x12\x1b\n\x13\x64\x61ta_chunk_max_size\x18\x01 \x01(\x05\"B\n\x19\x44ownloadResultDataRequest\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x11\n\tresult_id\x18\x02 \x01(\t\"0\n\x1a\x44ownloadResultDataResponse\x12\x12\n\ndata_chunk\x18\x01 \x01(\x0c\"A\n\x18\x44\x65leteResultsDataRequest\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x11\n\tresult_id\x18\x02 \x03(\t\"B\n\x19\x44\x65leteResultsDataResponse\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x11\n\tresult_id\x18\x02 \x03(\t*\xbf\x02\n\x12ResultRawEnumField\x12%\n!RESULT_RAW_ENUM_FIELD_UNSPECIFIED\x10\x00\x12$\n RESULT_RAW_ENUM_FIELD_SESSION_ID\x10\x01\x12\x1e\n\x1aRESULT_RAW_ENUM_FIELD_NAME\x10\x02\x12\'\n#RESULT_RAW_ENUM_FIELD_OWNER_TASK_ID\x10\x03\x12 \n\x1cRESULT_RAW_ENUM_FIELD_STATUS\x10\x04\x12$\n RESULT_RAW_ENUM_FIELD_CREATED_AT\x10\x05\x12&\n\"RESULT_RAW_ENUM_FIELD_COMPLETED_AT\x10\x06\x12#\n\x1fRESULT_RAW_ENUM_FIELD_RESULT_ID\x10\x07\x42\x1e\xaa\x02\x1b\x41rmoniK.Api.gRPC.V1.Resultsb\x06proto3')
20
20
 
21
21
  _globals = globals()
22
22
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -26,7 +26,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
26
26
  DESCRIPTOR._options = None
27
27
  DESCRIPTOR._serialized_options = b'\252\002\033ArmoniK.Api.gRPC.V1.Results'
28
28
  _globals['_RESULTRAWENUMFIELD']._serialized_start=2988
29
- _globals['_RESULTRAWENUMFIELD']._serialized_end=3267
29
+ _globals['_RESULTRAWENUMFIELD']._serialized_end=3307
30
30
  _globals['_RESULTRAW']._serialized_start=130
31
31
  _globals['_RESULTRAW']._serialized_end=380
32
32
  _globals['_RESULTRAWFIELD']._serialized_start=382
@@ -11,22 +11,22 @@ DESCRIPTOR: _descriptor.FileDescriptor
11
11
 
12
12
  class ResultRawEnumField(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
13
13
  __slots__ = []
14
- RESULT_RAW_FIELD_UNSPECIFIED: _ClassVar[ResultRawEnumField]
15
- RESULT_RAW_FIELD_SESSION_ID: _ClassVar[ResultRawEnumField]
16
- RESULT_RAW_FIELD_NAME: _ClassVar[ResultRawEnumField]
17
- RESULT_RAW_FIELD_OWNER_TASK_ID: _ClassVar[ResultRawEnumField]
18
- RESULT_RAW_FIELD_STATUS: _ClassVar[ResultRawEnumField]
19
- RESULT_RAW_FIELD_CREATED_AT: _ClassVar[ResultRawEnumField]
20
- RESULT_RAW_FIELD_COMPLETED_AT: _ClassVar[ResultRawEnumField]
21
- RESULT_RAW_FIELD_RESULT_ID: _ClassVar[ResultRawEnumField]
22
- RESULT_RAW_FIELD_UNSPECIFIED: ResultRawEnumField
23
- RESULT_RAW_FIELD_SESSION_ID: ResultRawEnumField
24
- RESULT_RAW_FIELD_NAME: ResultRawEnumField
25
- RESULT_RAW_FIELD_OWNER_TASK_ID: ResultRawEnumField
26
- RESULT_RAW_FIELD_STATUS: ResultRawEnumField
27
- RESULT_RAW_FIELD_CREATED_AT: ResultRawEnumField
28
- RESULT_RAW_FIELD_COMPLETED_AT: ResultRawEnumField
29
- RESULT_RAW_FIELD_RESULT_ID: ResultRawEnumField
14
+ RESULT_RAW_ENUM_FIELD_UNSPECIFIED: _ClassVar[ResultRawEnumField]
15
+ RESULT_RAW_ENUM_FIELD_SESSION_ID: _ClassVar[ResultRawEnumField]
16
+ RESULT_RAW_ENUM_FIELD_NAME: _ClassVar[ResultRawEnumField]
17
+ RESULT_RAW_ENUM_FIELD_OWNER_TASK_ID: _ClassVar[ResultRawEnumField]
18
+ RESULT_RAW_ENUM_FIELD_STATUS: _ClassVar[ResultRawEnumField]
19
+ RESULT_RAW_ENUM_FIELD_CREATED_AT: _ClassVar[ResultRawEnumField]
20
+ RESULT_RAW_ENUM_FIELD_COMPLETED_AT: _ClassVar[ResultRawEnumField]
21
+ RESULT_RAW_ENUM_FIELD_RESULT_ID: _ClassVar[ResultRawEnumField]
22
+ RESULT_RAW_ENUM_FIELD_UNSPECIFIED: ResultRawEnumField
23
+ RESULT_RAW_ENUM_FIELD_SESSION_ID: ResultRawEnumField
24
+ RESULT_RAW_ENUM_FIELD_NAME: ResultRawEnumField
25
+ RESULT_RAW_ENUM_FIELD_OWNER_TASK_ID: ResultRawEnumField
26
+ RESULT_RAW_ENUM_FIELD_STATUS: ResultRawEnumField
27
+ RESULT_RAW_ENUM_FIELD_CREATED_AT: ResultRawEnumField
28
+ RESULT_RAW_ENUM_FIELD_COMPLETED_AT: ResultRawEnumField
29
+ RESULT_RAW_ENUM_FIELD_RESULT_ID: ResultRawEnumField
30
30
 
31
31
  class ResultRaw(_message.Message):
32
32
  __slots__ = ["session_id", "name", "owner_task_id", "status", "created_at", "completed_at", "result_id"]
@@ -18,7 +18,7 @@ from . import sort_direction_pb2 as sort__direction__pb2
18
18
  from . import task_status_pb2 as task__status__pb2
19
19
 
20
20
 
21
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x12tasks_common.proto\x12\x19\x61rmonik.api.grpc.v1.tasks\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\robjects.proto\x1a\x14sort_direction.proto\x1a\x11task_status.proto\"\x8d\x07\n\x07TaskRaw\x12\n\n\x02id\x18\x01 \x01(\t\x12\x12\n\nsession_id\x18\x02 \x01(\t\x12\x14\n\x0cowner_pod_id\x18\x03 \x01(\t\x12\x17\n\x0finitial_task_id\x18\x16 \x01(\t\x12\x17\n\x0fparent_task_ids\x18\x04 \x03(\t\x12\x19\n\x11\x64\x61ta_dependencies\x18\x05 \x03(\t\x12\x1b\n\x13\x65xpected_output_ids\x18\x06 \x03(\t\x12\x14\n\x0cretry_of_ids\x18\x07 \x03(\t\x12;\n\x06status\x18\x08 \x01(\x0e\x32+.armonik.api.grpc.v1.task_status.TaskStatus\x12\x16\n\x0estatus_message\x18\t \x01(\t\x12\x31\n\x07options\x18\n \x01(\x0b\x32 .armonik.api.grpc.v1.TaskOptions\x12.\n\ncreated_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0csubmitted_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nstarted_at\x18\r \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nded_at\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12;\n\x18\x63reation_to_end_duration\x18\x14 \x01(\x0b\x32\x19.google.protobuf.Duration\x12=\n\x1aprocessing_to_end_duration\x18\x15 \x01(\x0b\x32\x19.google.protobuf.Duration\x12+\n\x07pod_ttl\x18\x0f \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x39\n\x06output\x18\x10 \x01(\x0b\x32).armonik.api.grpc.v1.tasks.TaskRaw.Output\x12\x14\n\x0cpod_hostname\x18\x11 \x01(\t\x12/\n\x0breceived_at\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x61\x63quired_at\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x1a(\n\x06Output\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\r\n\x05\x65rror\x18\x02 \x01(\t\"\xd3\x06\n\x0bTaskSummary\x12\n\n\x02id\x18\x01 \x01(\t\x12\x12\n\nsession_id\x18\x02 \x01(\t\x12\x14\n\x0cowner_pod_id\x18\n \x01(\t\x12\x17\n\x0finitial_task_id\x18\x16 \x01(\t\x12\x1d\n\x15\x63ount_parent_task_ids\x18\x15 \x01(\x03\x12\x1f\n\x17\x63ount_data_dependencies\x18\x0b \x01(\x03\x12!\n\x19\x63ount_expected_output_ids\x18\r \x01(\x03\x12\x1a\n\x12\x63ount_retry_of_ids\x18\x0e \x01(\x03\x12;\n\x06status\x18\x04 \x01(\x0e\x32+.armonik.api.grpc.v1.task_status.TaskStatus\x12\x16\n\x0estatus_message\x18\t \x01(\t\x12\x31\n\x07options\x18\x03 \x01(\x0b\x32 .armonik.api.grpc.v1.TaskOptions\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0csubmitted_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nstarted_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nded_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12;\n\x18\x63reation_to_end_duration\x18\x0f \x01(\x0b\x32\x19.google.protobuf.Duration\x12=\n\x1aprocessing_to_end_duration\x18\x10 \x01(\x0b\x32\x19.google.protobuf.Duration\x12+\n\x07pod_ttl\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\r\n\x05\x65rror\x18\x08 \x01(\t\x12\x14\n\x0cpod_hostname\x18\x11 \x01(\t\x12/\n\x0breceived_at\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x61\x63quired_at\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"R\n\x10TaskSummaryField\x12>\n\x05\x66ield\x18\x01 \x01(\x0e\x32/.armonik.api.grpc.v1.tasks.TaskSummaryEnumField\"P\n\x0fTaskOptionField\x12=\n\x05\x66ield\x18\x01 \x01(\x0e\x32..armonik.api.grpc.v1.tasks.TaskOptionEnumField\"\'\n\x16TaskOptionGenericField\x12\r\n\x05\x66ield\x18\x01 \x01(\t\"\x80\x02\n\tTaskField\x12I\n\x12task_summary_field\x18\x01 \x01(\x0b\x32+.armonik.api.grpc.v1.tasks.TaskSummaryFieldH\x00\x12G\n\x11task_option_field\x18\x02 \x01(\x0b\x32*.armonik.api.grpc.v1.tasks.TaskOptionFieldH\x00\x12V\n\x19task_option_generic_field\x18\x03 \x01(\x0b\x32\x31.armonik.api.grpc.v1.tasks.TaskOptionGenericFieldH\x00\x42\x07\n\x05\x66ield\"\xdd\x05\n\x10ListTasksRequest\x12\x0c\n\x04page\x18\x01 \x01(\x05\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x42\n\x06\x66ilter\x18\x03 \x01(\x0b\x32\x32.armonik.api.grpc.v1.tasks.ListTasksRequest.Filter\x12>\n\x04sort\x18\x04 \x01(\x0b\x32\x30.armonik.api.grpc.v1.tasks.ListTasksRequest.Sort\x12\x13\n\x0bwith_errors\x18\x05 \x01(\x08\x1a\x8a\x03\n\x06\x46ilter\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12;\n\x06status\x18\x02 \x03(\x0e\x32+.armonik.api.grpc.v1.task_status.TaskStatus\x12\x31\n\rcreated_after\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x32\n\x0e\x63reated_before\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x31\n\rstarted_after\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x32\n\x0estarted_before\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x65nded_after\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0c\x65nded_before\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x1a\x81\x01\n\x04Sort\x12\x33\n\x05\x66ield\x18\x01 \x01(\x0b\x32$.armonik.api.grpc.v1.tasks.TaskField\x12\x44\n\tdirection\x18\x02 \x01(\x0e\x32\x31.armonik.api.grpc.v1.sort_direction.SortDirection\"z\n\x11ListTasksResponse\x12\x35\n\x05tasks\x18\x01 \x03(\x0b\x32&.armonik.api.grpc.v1.tasks.TaskSummary\x12\x0c\n\x04page\x18\x02 \x01(\x05\x12\x11\n\tpage_size\x18\x03 \x01(\x05\x12\r\n\x05total\x18\x04 \x01(\x05\"y\n\x14ListTasksRawResponse\x12\x31\n\x05tasks\x18\x01 \x03(\x0b\x32\".armonik.api.grpc.v1.tasks.TaskRaw\x12\x0c\n\x04page\x18\x02 \x01(\x05\x12\x11\n\tpage_size\x18\x03 \x01(\x05\x12\r\n\x05total\x18\x04 \x01(\x05\"!\n\x0eGetTaskRequest\x12\x0f\n\x07task_id\x18\x01 \x01(\t\"C\n\x0fGetTaskResponse\x12\x30\n\x04task\x18\x01 \x01(\x0b\x32\".armonik.api.grpc.v1.tasks.TaskRaw\"&\n\x12\x43\x61ncelTasksRequest\x12\x10\n\x08task_ids\x18\x01 \x03(\t\"L\n\x13\x43\x61ncelTasksResponse\x12\x35\n\x05tasks\x18\x01 \x03(\x0b\x32&.armonik.api.grpc.v1.tasks.TaskSummary\"&\n\x13GetResultIdsRequest\x12\x0f\n\x07task_id\x18\x01 \x03(\t\"\xa1\x01\n\x14GetResultIdsResponse\x12S\n\x0ctask_results\x18\x01 \x03(\x0b\x32=.armonik.api.grpc.v1.tasks.GetResultIdsResponse.MapTaskResult\x1a\x34\n\rMapTaskResult\x12\x0f\n\x07task_id\x18\x01 \x01(\t\x12\x12\n\nresult_ids\x18\x02 \x03(\t\"\x1b\n\x19\x43ountTasksByStatusRequest\"N\n\x1a\x43ountTasksByStatusResponse\x12\x30\n\x06status\x18\x01 \x03(\x0b\x32 .armonik.api.grpc.v1.StatusCount\"\xca\x02\n\x12SubmitTasksRequest\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x36\n\x0ctask_options\x18\x02 \x01(\x0b\x32 .armonik.api.grpc.v1.TaskOptions\x12R\n\x0etask_creations\x18\x03 \x03(\x0b\x32:.armonik.api.grpc.v1.tasks.SubmitTasksRequest.TaskCreation\x1a\x93\x01\n\x0cTaskCreation\x12\x1c\n\x14\x65xpected_output_keys\x18\x01 \x03(\t\x12\x19\n\x11\x64\x61ta_dependencies\x18\x02 \x03(\t\x12\x12\n\npayload_id\x18\x03 \x01(\t\x12\x36\n\x0ctask_options\x18\x04 \x01(\x0b\x32 .armonik.api.grpc.v1.TaskOptions\"\xcb\x01\n\x13SubmitTasksResponse\x12K\n\ntask_infos\x18\x01 \x03(\x0b\x32\x37.armonik.api.grpc.v1.tasks.SubmitTasksResponse.TaskInfo\x1ag\n\x08TaskInfo\x12\x0f\n\x07task_id\x18\x01 \x01(\t\x12\x1b\n\x13\x65xpected_output_ids\x18\x02 \x03(\t\x12\x19\n\x11\x64\x61ta_dependencies\x18\x03 \x03(\t\x12\x12\n\npayload_id\x18\x04 \x01(\t*\x84\x05\n\x14TaskSummaryEnumField\x12\"\n\x1eTASK_SUMMARY_FIELD_UNSPECIFIED\x10\x00\x12\x1e\n\x1aTASK_SUMMARY_FIELD_TASK_ID\x10\x10\x12!\n\x1dTASK_SUMMARY_FIELD_SESSION_ID\x10\x01\x12#\n\x1fTASK_SUMMARY_FIELD_OWNER_POD_ID\x10\t\x12&\n\"TASK_SUMMARY_FIELD_INITIAL_TASK_ID\x10\n\x12\x1d\n\x19TASK_SUMMARY_FIELD_STATUS\x10\x02\x12!\n\x1dTASK_SUMMARY_FIELD_CREATED_AT\x10\x03\x12#\n\x1fTASK_SUMMARY_FIELD_SUBMITTED_AT\x10\x0b\x12!\n\x1dTASK_SUMMARY_FIELD_STARTED_AT\x10\x04\x12\x1f\n\x1bTASK_SUMMARY_FIELD_ENDED_AT\x10\x05\x12/\n+TASK_SUMMARY_FIELD_CREATION_TO_END_DURATION\x10\x06\x12\x31\n-TASK_SUMMARY_FIELD_PROCESSING_TO_END_DURATION\x10\x07\x12\x1e\n\x1aTASK_SUMMARY_FIELD_POD_TTL\x10\x0c\x12#\n\x1fTASK_SUMMARY_FIELD_POD_HOSTNAME\x10\r\x12\"\n\x1eTASK_SUMMARY_FIELD_RECEIVED_AT\x10\x0e\x12\"\n\x1eTASK_SUMMARY_FIELD_ACQUIRED_AT\x10\x0f\x12\x1c\n\x18TASK_SUMMARY_FIELD_ERROR\x10\x08*\x91\x03\n\x13TaskOptionEnumField\x12!\n\x1dTASK_OPTION_FIELD_UNSPECIFIED\x10\x00\x12\"\n\x1eTASK_OPTION_FIELD_MAX_DURATION\x10\x01\x12!\n\x1dTASK_OPTION_FIELD_MAX_RETRIES\x10\x02\x12\x1e\n\x1aTASK_OPTION_FIELD_PRIORITY\x10\x03\x12\"\n\x1eTASK_OPTION_FIELD_PARTITION_ID\x10\x04\x12&\n\"TASK_OPTION_FIELD_APPLICATION_NAME\x10\x05\x12)\n%TASK_OPTION_FIELD_APPLICATION_VERSION\x10\x06\x12+\n\'TASK_OPTION_FIELD_APPLICATION_NAMESPACE\x10\x07\x12)\n%TASK_OPTION_FIELD_APPLICATION_SERVICE\x10\x08\x12!\n\x1dTASK_OPTION_FIELD_ENGINE_TYPE\x10\tB\x1c\xaa\x02\x19\x41rmoniK.Api.gRPC.V1.Tasksb\x06proto3')
21
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x12tasks_common.proto\x12\x19\x61rmonik.api.grpc.v1.tasks\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\robjects.proto\x1a\x14sort_direction.proto\x1a\x11task_status.proto\"\x8d\x07\n\x07TaskRaw\x12\n\n\x02id\x18\x01 \x01(\t\x12\x12\n\nsession_id\x18\x02 \x01(\t\x12\x14\n\x0cowner_pod_id\x18\x03 \x01(\t\x12\x17\n\x0finitial_task_id\x18\x16 \x01(\t\x12\x17\n\x0fparent_task_ids\x18\x04 \x03(\t\x12\x19\n\x11\x64\x61ta_dependencies\x18\x05 \x03(\t\x12\x1b\n\x13\x65xpected_output_ids\x18\x06 \x03(\t\x12\x14\n\x0cretry_of_ids\x18\x07 \x03(\t\x12;\n\x06status\x18\x08 \x01(\x0e\x32+.armonik.api.grpc.v1.task_status.TaskStatus\x12\x16\n\x0estatus_message\x18\t \x01(\t\x12\x31\n\x07options\x18\n \x01(\x0b\x32 .armonik.api.grpc.v1.TaskOptions\x12.\n\ncreated_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0csubmitted_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nstarted_at\x18\r \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nded_at\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12;\n\x18\x63reation_to_end_duration\x18\x14 \x01(\x0b\x32\x19.google.protobuf.Duration\x12=\n\x1aprocessing_to_end_duration\x18\x15 \x01(\x0b\x32\x19.google.protobuf.Duration\x12+\n\x07pod_ttl\x18\x0f \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x39\n\x06output\x18\x10 \x01(\x0b\x32).armonik.api.grpc.v1.tasks.TaskRaw.Output\x12\x14\n\x0cpod_hostname\x18\x11 \x01(\t\x12/\n\x0breceived_at\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x61\x63quired_at\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x1a(\n\x06Output\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\r\n\x05\x65rror\x18\x02 \x01(\t\"\xd3\x06\n\x0bTaskSummary\x12\n\n\x02id\x18\x01 \x01(\t\x12\x12\n\nsession_id\x18\x02 \x01(\t\x12\x14\n\x0cowner_pod_id\x18\n \x01(\t\x12\x17\n\x0finitial_task_id\x18\x16 \x01(\t\x12\x1d\n\x15\x63ount_parent_task_ids\x18\x15 \x01(\x03\x12\x1f\n\x17\x63ount_data_dependencies\x18\x0b \x01(\x03\x12!\n\x19\x63ount_expected_output_ids\x18\r \x01(\x03\x12\x1a\n\x12\x63ount_retry_of_ids\x18\x0e \x01(\x03\x12;\n\x06status\x18\x04 \x01(\x0e\x32+.armonik.api.grpc.v1.task_status.TaskStatus\x12\x16\n\x0estatus_message\x18\t \x01(\t\x12\x31\n\x07options\x18\x03 \x01(\x0b\x32 .armonik.api.grpc.v1.TaskOptions\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0csubmitted_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nstarted_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nded_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12;\n\x18\x63reation_to_end_duration\x18\x0f \x01(\x0b\x32\x19.google.protobuf.Duration\x12=\n\x1aprocessing_to_end_duration\x18\x10 \x01(\x0b\x32\x19.google.protobuf.Duration\x12+\n\x07pod_ttl\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\r\n\x05\x65rror\x18\x08 \x01(\t\x12\x14\n\x0cpod_hostname\x18\x11 \x01(\t\x12/\n\x0breceived_at\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x61\x63quired_at\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"R\n\x10TaskSummaryField\x12>\n\x05\x66ield\x18\x01 \x01(\x0e\x32/.armonik.api.grpc.v1.tasks.TaskSummaryEnumField\"P\n\x0fTaskOptionField\x12=\n\x05\x66ield\x18\x01 \x01(\x0e\x32..armonik.api.grpc.v1.tasks.TaskOptionEnumField\"\'\n\x16TaskOptionGenericField\x12\r\n\x05\x66ield\x18\x01 \x01(\t\"\x80\x02\n\tTaskField\x12I\n\x12task_summary_field\x18\x01 \x01(\x0b\x32+.armonik.api.grpc.v1.tasks.TaskSummaryFieldH\x00\x12G\n\x11task_option_field\x18\x02 \x01(\x0b\x32*.armonik.api.grpc.v1.tasks.TaskOptionFieldH\x00\x12V\n\x19task_option_generic_field\x18\x03 \x01(\x0b\x32\x31.armonik.api.grpc.v1.tasks.TaskOptionGenericFieldH\x00\x42\x07\n\x05\x66ield\"\xdd\x05\n\x10ListTasksRequest\x12\x0c\n\x04page\x18\x01 \x01(\x05\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x42\n\x06\x66ilter\x18\x03 \x01(\x0b\x32\x32.armonik.api.grpc.v1.tasks.ListTasksRequest.Filter\x12>\n\x04sort\x18\x04 \x01(\x0b\x32\x30.armonik.api.grpc.v1.tasks.ListTasksRequest.Sort\x12\x13\n\x0bwith_errors\x18\x05 \x01(\x08\x1a\x8a\x03\n\x06\x46ilter\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12;\n\x06status\x18\x02 \x03(\x0e\x32+.armonik.api.grpc.v1.task_status.TaskStatus\x12\x31\n\rcreated_after\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x32\n\x0e\x63reated_before\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x31\n\rstarted_after\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x32\n\x0estarted_before\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x65nded_after\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0c\x65nded_before\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x1a\x81\x01\n\x04Sort\x12\x33\n\x05\x66ield\x18\x01 \x01(\x0b\x32$.armonik.api.grpc.v1.tasks.TaskField\x12\x44\n\tdirection\x18\x02 \x01(\x0e\x32\x31.armonik.api.grpc.v1.sort_direction.SortDirection\"z\n\x11ListTasksResponse\x12\x35\n\x05tasks\x18\x01 \x03(\x0b\x32&.armonik.api.grpc.v1.tasks.TaskSummary\x12\x0c\n\x04page\x18\x02 \x01(\x05\x12\x11\n\tpage_size\x18\x03 \x01(\x05\x12\r\n\x05total\x18\x04 \x01(\x05\"y\n\x14ListTasksRawResponse\x12\x31\n\x05tasks\x18\x01 \x03(\x0b\x32\".armonik.api.grpc.v1.tasks.TaskRaw\x12\x0c\n\x04page\x18\x02 \x01(\x05\x12\x11\n\tpage_size\x18\x03 \x01(\x05\x12\r\n\x05total\x18\x04 \x01(\x05\"!\n\x0eGetTaskRequest\x12\x0f\n\x07task_id\x18\x01 \x01(\t\"C\n\x0fGetTaskResponse\x12\x30\n\x04task\x18\x01 \x01(\x0b\x32\".armonik.api.grpc.v1.tasks.TaskRaw\"&\n\x12\x43\x61ncelTasksRequest\x12\x10\n\x08task_ids\x18\x01 \x03(\t\"L\n\x13\x43\x61ncelTasksResponse\x12\x35\n\x05tasks\x18\x01 \x03(\x0b\x32&.armonik.api.grpc.v1.tasks.TaskSummary\"&\n\x13GetResultIdsRequest\x12\x0f\n\x07task_id\x18\x01 \x03(\t\"\xa1\x01\n\x14GetResultIdsResponse\x12S\n\x0ctask_results\x18\x01 \x03(\x0b\x32=.armonik.api.grpc.v1.tasks.GetResultIdsResponse.MapTaskResult\x1a\x34\n\rMapTaskResult\x12\x0f\n\x07task_id\x18\x01 \x01(\t\x12\x12\n\nresult_ids\x18\x02 \x03(\t\"\x1b\n\x19\x43ountTasksByStatusRequest\"N\n\x1a\x43ountTasksByStatusResponse\x12\x30\n\x06status\x18\x01 \x03(\x0b\x32 .armonik.api.grpc.v1.StatusCount\"\xca\x02\n\x12SubmitTasksRequest\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x36\n\x0ctask_options\x18\x02 \x01(\x0b\x32 .armonik.api.grpc.v1.TaskOptions\x12R\n\x0etask_creations\x18\x03 \x03(\x0b\x32:.armonik.api.grpc.v1.tasks.SubmitTasksRequest.TaskCreation\x1a\x93\x01\n\x0cTaskCreation\x12\x1c\n\x14\x65xpected_output_keys\x18\x01 \x03(\t\x12\x19\n\x11\x64\x61ta_dependencies\x18\x02 \x03(\t\x12\x12\n\npayload_id\x18\x03 \x01(\t\x12\x36\n\x0ctask_options\x18\x04 \x01(\x0b\x32 .armonik.api.grpc.v1.TaskOptions\"\xcb\x01\n\x13SubmitTasksResponse\x12K\n\ntask_infos\x18\x01 \x03(\x0b\x32\x37.armonik.api.grpc.v1.tasks.SubmitTasksResponse.TaskInfo\x1ag\n\x08TaskInfo\x12\x0f\n\x07task_id\x18\x01 \x01(\t\x12\x1b\n\x13\x65xpected_output_ids\x18\x02 \x03(\t\x12\x19\n\x11\x64\x61ta_dependencies\x18\x03 \x03(\t\x12\x12\n\npayload_id\x18\x04 \x01(\t*\xd9\x05\n\x14TaskSummaryEnumField\x12\'\n#TASK_SUMMARY_ENUM_FIELD_UNSPECIFIED\x10\x00\x12#\n\x1fTASK_SUMMARY_ENUM_FIELD_TASK_ID\x10\x10\x12&\n\"TASK_SUMMARY_ENUM_FIELD_SESSION_ID\x10\x01\x12(\n$TASK_SUMMARY_ENUM_FIELD_OWNER_POD_ID\x10\t\x12+\n\'TASK_SUMMARY_ENUM_FIELD_INITIAL_TASK_ID\x10\n\x12\"\n\x1eTASK_SUMMARY_ENUM_FIELD_STATUS\x10\x02\x12&\n\"TASK_SUMMARY_ENUM_FIELD_CREATED_AT\x10\x03\x12(\n$TASK_SUMMARY_ENUM_FIELD_SUBMITTED_AT\x10\x0b\x12&\n\"TASK_SUMMARY_ENUM_FIELD_STARTED_AT\x10\x04\x12$\n TASK_SUMMARY_ENUM_FIELD_ENDED_AT\x10\x05\x12\x34\n0TASK_SUMMARY_ENUM_FIELD_CREATION_TO_END_DURATION\x10\x06\x12\x36\n2TASK_SUMMARY_ENUM_FIELD_PROCESSING_TO_END_DURATION\x10\x07\x12#\n\x1fTASK_SUMMARY_ENUM_FIELD_POD_TTL\x10\x0c\x12(\n$TASK_SUMMARY_ENUM_FIELD_POD_HOSTNAME\x10\r\x12\'\n#TASK_SUMMARY_ENUM_FIELD_RECEIVED_AT\x10\x0e\x12\'\n#TASK_SUMMARY_ENUM_FIELD_ACQUIRED_AT\x10\x0f\x12!\n\x1dTASK_SUMMARY_ENUM_FIELD_ERROR\x10\x08*\xc3\x03\n\x13TaskOptionEnumField\x12&\n\"TASK_OPTION_ENUM_FIELD_UNSPECIFIED\x10\x00\x12\'\n#TASK_OPTION_ENUM_FIELD_MAX_DURATION\x10\x01\x12&\n\"TASK_OPTION_ENUM_FIELD_MAX_RETRIES\x10\x02\x12#\n\x1fTASK_OPTION_ENUM_FIELD_PRIORITY\x10\x03\x12\'\n#TASK_OPTION_ENUM_FIELD_PARTITION_ID\x10\x04\x12+\n\'TASK_OPTION_ENUM_FIELD_APPLICATION_NAME\x10\x05\x12.\n*TASK_OPTION_ENUM_FIELD_APPLICATION_VERSION\x10\x06\x12\x30\n,TASK_OPTION_ENUM_FIELD_APPLICATION_NAMESPACE\x10\x07\x12.\n*TASK_OPTION_ENUM_FIELD_APPLICATION_SERVICE\x10\x08\x12&\n\"TASK_OPTION_ENUM_FIELD_ENGINE_TYPE\x10\tB\x1c\xaa\x02\x19\x41rmoniK.Api.gRPC.V1.Tasksb\x06proto3')
22
22
 
23
23
  _globals = globals()
24
24
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -28,9 +28,9 @@ if _descriptor._USE_C_DESCRIPTORS == False:
28
28
  DESCRIPTOR._options = None
29
29
  DESCRIPTOR._serialized_options = b'\252\002\031ArmoniK.Api.gRPC.V1.Tasks'
30
30
  _globals['_TASKSUMMARYENUMFIELD']._serialized_start=4460
31
- _globals['_TASKSUMMARYENUMFIELD']._serialized_end=5104
32
- _globals['_TASKOPTIONENUMFIELD']._serialized_start=5107
33
- _globals['_TASKOPTIONENUMFIELD']._serialized_end=5508
31
+ _globals['_TASKSUMMARYENUMFIELD']._serialized_end=5189
32
+ _globals['_TASKOPTIONENUMFIELD']._serialized_start=5192
33
+ _globals['_TASKOPTIONENUMFIELD']._serialized_end=5643
34
34
  _globals['_TASKRAW']._serialized_start=171
35
35
  _globals['_TASKRAW']._serialized_end=1080
36
36
  _globals['_TASKRAW_OUTPUT']._serialized_start=1040
@@ -13,63 +13,63 @@ DESCRIPTOR: _descriptor.FileDescriptor
13
13
 
14
14
  class TaskSummaryEnumField(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
15
15
  __slots__ = []
16
- TASK_SUMMARY_FIELD_UNSPECIFIED: _ClassVar[TaskSummaryEnumField]
17
- TASK_SUMMARY_FIELD_TASK_ID: _ClassVar[TaskSummaryEnumField]
18
- TASK_SUMMARY_FIELD_SESSION_ID: _ClassVar[TaskSummaryEnumField]
19
- TASK_SUMMARY_FIELD_OWNER_POD_ID: _ClassVar[TaskSummaryEnumField]
20
- TASK_SUMMARY_FIELD_INITIAL_TASK_ID: _ClassVar[TaskSummaryEnumField]
21
- TASK_SUMMARY_FIELD_STATUS: _ClassVar[TaskSummaryEnumField]
22
- TASK_SUMMARY_FIELD_CREATED_AT: _ClassVar[TaskSummaryEnumField]
23
- TASK_SUMMARY_FIELD_SUBMITTED_AT: _ClassVar[TaskSummaryEnumField]
24
- TASK_SUMMARY_FIELD_STARTED_AT: _ClassVar[TaskSummaryEnumField]
25
- TASK_SUMMARY_FIELD_ENDED_AT: _ClassVar[TaskSummaryEnumField]
26
- TASK_SUMMARY_FIELD_CREATION_TO_END_DURATION: _ClassVar[TaskSummaryEnumField]
27
- TASK_SUMMARY_FIELD_PROCESSING_TO_END_DURATION: _ClassVar[TaskSummaryEnumField]
28
- TASK_SUMMARY_FIELD_POD_TTL: _ClassVar[TaskSummaryEnumField]
29
- TASK_SUMMARY_FIELD_POD_HOSTNAME: _ClassVar[TaskSummaryEnumField]
30
- TASK_SUMMARY_FIELD_RECEIVED_AT: _ClassVar[TaskSummaryEnumField]
31
- TASK_SUMMARY_FIELD_ACQUIRED_AT: _ClassVar[TaskSummaryEnumField]
32
- TASK_SUMMARY_FIELD_ERROR: _ClassVar[TaskSummaryEnumField]
16
+ TASK_SUMMARY_ENUM_FIELD_UNSPECIFIED: _ClassVar[TaskSummaryEnumField]
17
+ TASK_SUMMARY_ENUM_FIELD_TASK_ID: _ClassVar[TaskSummaryEnumField]
18
+ TASK_SUMMARY_ENUM_FIELD_SESSION_ID: _ClassVar[TaskSummaryEnumField]
19
+ TASK_SUMMARY_ENUM_FIELD_OWNER_POD_ID: _ClassVar[TaskSummaryEnumField]
20
+ TASK_SUMMARY_ENUM_FIELD_INITIAL_TASK_ID: _ClassVar[TaskSummaryEnumField]
21
+ TASK_SUMMARY_ENUM_FIELD_STATUS: _ClassVar[TaskSummaryEnumField]
22
+ TASK_SUMMARY_ENUM_FIELD_CREATED_AT: _ClassVar[TaskSummaryEnumField]
23
+ TASK_SUMMARY_ENUM_FIELD_SUBMITTED_AT: _ClassVar[TaskSummaryEnumField]
24
+ TASK_SUMMARY_ENUM_FIELD_STARTED_AT: _ClassVar[TaskSummaryEnumField]
25
+ TASK_SUMMARY_ENUM_FIELD_ENDED_AT: _ClassVar[TaskSummaryEnumField]
26
+ TASK_SUMMARY_ENUM_FIELD_CREATION_TO_END_DURATION: _ClassVar[TaskSummaryEnumField]
27
+ TASK_SUMMARY_ENUM_FIELD_PROCESSING_TO_END_DURATION: _ClassVar[TaskSummaryEnumField]
28
+ TASK_SUMMARY_ENUM_FIELD_POD_TTL: _ClassVar[TaskSummaryEnumField]
29
+ TASK_SUMMARY_ENUM_FIELD_POD_HOSTNAME: _ClassVar[TaskSummaryEnumField]
30
+ TASK_SUMMARY_ENUM_FIELD_RECEIVED_AT: _ClassVar[TaskSummaryEnumField]
31
+ TASK_SUMMARY_ENUM_FIELD_ACQUIRED_AT: _ClassVar[TaskSummaryEnumField]
32
+ TASK_SUMMARY_ENUM_FIELD_ERROR: _ClassVar[TaskSummaryEnumField]
33
33
 
34
34
  class TaskOptionEnumField(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
35
35
  __slots__ = []
36
- TASK_OPTION_FIELD_UNSPECIFIED: _ClassVar[TaskOptionEnumField]
37
- TASK_OPTION_FIELD_MAX_DURATION: _ClassVar[TaskOptionEnumField]
38
- TASK_OPTION_FIELD_MAX_RETRIES: _ClassVar[TaskOptionEnumField]
39
- TASK_OPTION_FIELD_PRIORITY: _ClassVar[TaskOptionEnumField]
40
- TASK_OPTION_FIELD_PARTITION_ID: _ClassVar[TaskOptionEnumField]
41
- TASK_OPTION_FIELD_APPLICATION_NAME: _ClassVar[TaskOptionEnumField]
42
- TASK_OPTION_FIELD_APPLICATION_VERSION: _ClassVar[TaskOptionEnumField]
43
- TASK_OPTION_FIELD_APPLICATION_NAMESPACE: _ClassVar[TaskOptionEnumField]
44
- TASK_OPTION_FIELD_APPLICATION_SERVICE: _ClassVar[TaskOptionEnumField]
45
- TASK_OPTION_FIELD_ENGINE_TYPE: _ClassVar[TaskOptionEnumField]
46
- TASK_SUMMARY_FIELD_UNSPECIFIED: TaskSummaryEnumField
47
- TASK_SUMMARY_FIELD_TASK_ID: TaskSummaryEnumField
48
- TASK_SUMMARY_FIELD_SESSION_ID: TaskSummaryEnumField
49
- TASK_SUMMARY_FIELD_OWNER_POD_ID: TaskSummaryEnumField
50
- TASK_SUMMARY_FIELD_INITIAL_TASK_ID: TaskSummaryEnumField
51
- TASK_SUMMARY_FIELD_STATUS: TaskSummaryEnumField
52
- TASK_SUMMARY_FIELD_CREATED_AT: TaskSummaryEnumField
53
- TASK_SUMMARY_FIELD_SUBMITTED_AT: TaskSummaryEnumField
54
- TASK_SUMMARY_FIELD_STARTED_AT: TaskSummaryEnumField
55
- TASK_SUMMARY_FIELD_ENDED_AT: TaskSummaryEnumField
56
- TASK_SUMMARY_FIELD_CREATION_TO_END_DURATION: TaskSummaryEnumField
57
- TASK_SUMMARY_FIELD_PROCESSING_TO_END_DURATION: TaskSummaryEnumField
58
- TASK_SUMMARY_FIELD_POD_TTL: TaskSummaryEnumField
59
- TASK_SUMMARY_FIELD_POD_HOSTNAME: TaskSummaryEnumField
60
- TASK_SUMMARY_FIELD_RECEIVED_AT: TaskSummaryEnumField
61
- TASK_SUMMARY_FIELD_ACQUIRED_AT: TaskSummaryEnumField
62
- TASK_SUMMARY_FIELD_ERROR: TaskSummaryEnumField
63
- TASK_OPTION_FIELD_UNSPECIFIED: TaskOptionEnumField
64
- TASK_OPTION_FIELD_MAX_DURATION: TaskOptionEnumField
65
- TASK_OPTION_FIELD_MAX_RETRIES: TaskOptionEnumField
66
- TASK_OPTION_FIELD_PRIORITY: TaskOptionEnumField
67
- TASK_OPTION_FIELD_PARTITION_ID: TaskOptionEnumField
68
- TASK_OPTION_FIELD_APPLICATION_NAME: TaskOptionEnumField
69
- TASK_OPTION_FIELD_APPLICATION_VERSION: TaskOptionEnumField
70
- TASK_OPTION_FIELD_APPLICATION_NAMESPACE: TaskOptionEnumField
71
- TASK_OPTION_FIELD_APPLICATION_SERVICE: TaskOptionEnumField
72
- TASK_OPTION_FIELD_ENGINE_TYPE: TaskOptionEnumField
36
+ TASK_OPTION_ENUM_FIELD_UNSPECIFIED: _ClassVar[TaskOptionEnumField]
37
+ TASK_OPTION_ENUM_FIELD_MAX_DURATION: _ClassVar[TaskOptionEnumField]
38
+ TASK_OPTION_ENUM_FIELD_MAX_RETRIES: _ClassVar[TaskOptionEnumField]
39
+ TASK_OPTION_ENUM_FIELD_PRIORITY: _ClassVar[TaskOptionEnumField]
40
+ TASK_OPTION_ENUM_FIELD_PARTITION_ID: _ClassVar[TaskOptionEnumField]
41
+ TASK_OPTION_ENUM_FIELD_APPLICATION_NAME: _ClassVar[TaskOptionEnumField]
42
+ TASK_OPTION_ENUM_FIELD_APPLICATION_VERSION: _ClassVar[TaskOptionEnumField]
43
+ TASK_OPTION_ENUM_FIELD_APPLICATION_NAMESPACE: _ClassVar[TaskOptionEnumField]
44
+ TASK_OPTION_ENUM_FIELD_APPLICATION_SERVICE: _ClassVar[TaskOptionEnumField]
45
+ TASK_OPTION_ENUM_FIELD_ENGINE_TYPE: _ClassVar[TaskOptionEnumField]
46
+ TASK_SUMMARY_ENUM_FIELD_UNSPECIFIED: TaskSummaryEnumField
47
+ TASK_SUMMARY_ENUM_FIELD_TASK_ID: TaskSummaryEnumField
48
+ TASK_SUMMARY_ENUM_FIELD_SESSION_ID: TaskSummaryEnumField
49
+ TASK_SUMMARY_ENUM_FIELD_OWNER_POD_ID: TaskSummaryEnumField
50
+ TASK_SUMMARY_ENUM_FIELD_INITIAL_TASK_ID: TaskSummaryEnumField
51
+ TASK_SUMMARY_ENUM_FIELD_STATUS: TaskSummaryEnumField
52
+ TASK_SUMMARY_ENUM_FIELD_CREATED_AT: TaskSummaryEnumField
53
+ TASK_SUMMARY_ENUM_FIELD_SUBMITTED_AT: TaskSummaryEnumField
54
+ TASK_SUMMARY_ENUM_FIELD_STARTED_AT: TaskSummaryEnumField
55
+ TASK_SUMMARY_ENUM_FIELD_ENDED_AT: TaskSummaryEnumField
56
+ TASK_SUMMARY_ENUM_FIELD_CREATION_TO_END_DURATION: TaskSummaryEnumField
57
+ TASK_SUMMARY_ENUM_FIELD_PROCESSING_TO_END_DURATION: TaskSummaryEnumField
58
+ TASK_SUMMARY_ENUM_FIELD_POD_TTL: TaskSummaryEnumField
59
+ TASK_SUMMARY_ENUM_FIELD_POD_HOSTNAME: TaskSummaryEnumField
60
+ TASK_SUMMARY_ENUM_FIELD_RECEIVED_AT: TaskSummaryEnumField
61
+ TASK_SUMMARY_ENUM_FIELD_ACQUIRED_AT: TaskSummaryEnumField
62
+ TASK_SUMMARY_ENUM_FIELD_ERROR: TaskSummaryEnumField
63
+ TASK_OPTION_ENUM_FIELD_UNSPECIFIED: TaskOptionEnumField
64
+ TASK_OPTION_ENUM_FIELD_MAX_DURATION: TaskOptionEnumField
65
+ TASK_OPTION_ENUM_FIELD_MAX_RETRIES: TaskOptionEnumField
66
+ TASK_OPTION_ENUM_FIELD_PRIORITY: TaskOptionEnumField
67
+ TASK_OPTION_ENUM_FIELD_PARTITION_ID: TaskOptionEnumField
68
+ TASK_OPTION_ENUM_FIELD_APPLICATION_NAME: TaskOptionEnumField
69
+ TASK_OPTION_ENUM_FIELD_APPLICATION_VERSION: TaskOptionEnumField
70
+ TASK_OPTION_ENUM_FIELD_APPLICATION_NAMESPACE: TaskOptionEnumField
71
+ TASK_OPTION_ENUM_FIELD_APPLICATION_SERVICE: TaskOptionEnumField
72
+ TASK_OPTION_ENUM_FIELD_ENGINE_TYPE: TaskOptionEnumField
73
73
 
74
74
  class TaskRaw(_message.Message):
75
75
  __slots__ = ["id", "session_id", "owner_pod_id", "initial_task_id", "parent_task_ids", "data_dependencies", "expected_output_ids", "retry_of_ids", "status", "status_message", "options", "created_at", "submitted_at", "started_at", "ended_at", "creation_to_end_duration", "processing_to_end_duration", "pod_ttl", "output", "pod_hostname", "received_at", "acquired_at"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: armonik
3
- Version: 3.10.1.dev688
3
+ Version: 3.10.1.dev693
4
4
  Summary: GRPC python binding for the ArmoniK orchestrator API
5
5
  License: Apache v2.0 LICENSE
6
6
  Project-URL: Homepage, https://github.com/aneoconsulting/ArmoniK.Api
@@ -1,3 +0,0 @@
1
- # generated by genversion.py, based on setuptools_scm
2
- __version__ = "3.10.1.dev688"
3
- __version_tuple__ = (3, 10, 1, 'dev688')