tucana 0.0.68 → 0.0.69

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 (41) hide show
  1. checksums.yaml +4 -4
  2. data/lib/tucana/generated/aquila/aquila.action_pb.rb +7 -8
  3. data/lib/tucana/generated/aquila/aquila.action_services_pb.rb +1 -1
  4. data/lib/tucana/generated/aquila/aquila.module_pb.rb +20 -0
  5. data/lib/tucana/generated/aquila/{aquila.function_services_pb.rb → aquila.module_services_pb.rb} +5 -5
  6. data/lib/tucana/generated/aquila/aquila.runtime_status_pb.rb +1 -1
  7. data/lib/tucana/generated/sagittarius/sagittarius.flow_pb.rb +2 -2
  8. data/lib/tucana/generated/sagittarius/sagittarius.module_pb.rb +21 -0
  9. data/lib/tucana/generated/sagittarius/{sagittarius.flow_type_services_pb.rb → sagittarius.module_services_pb.rb} +5 -5
  10. data/lib/tucana/generated/sagittarius/sagittarius.runtime_status_pb.rb +2 -1
  11. data/lib/tucana/generated/sagittarius/sagittarius.runtime_usage_pb.rb +2 -1
  12. data/lib/tucana/generated/sagittarius/sagittarius.text_execution_pb.rb +2 -6
  13. data/lib/tucana/generated/shared/shared.errors_pb.rb +22 -0
  14. data/lib/tucana/generated/shared/shared.execution_result_pb.rb +22 -0
  15. data/lib/tucana/generated/shared/shared.flow_pb.rb +3 -1
  16. data/lib/tucana/generated/shared/shared.flow_type_pb.rb +22 -0
  17. data/lib/tucana/generated/shared/shared.function_pb.rb +1 -1
  18. data/lib/tucana/generated/shared/shared.module_pb.rb +29 -0
  19. data/lib/tucana/generated/shared/shared.runtime_flow_type_pb.rb +22 -0
  20. data/lib/tucana/generated/shared/shared.runtime_function_pb.rb +1 -1
  21. data/lib/tucana/generated/shared/shared.runtime_status_pb.rb +5 -3
  22. data/lib/tucana/version.rb +1 -1
  23. metadata +10 -21
  24. data/lib/tucana/generated/aquila/aquila.data_type_pb.rb +0 -20
  25. data/lib/tucana/generated/aquila/aquila.data_type_services_pb.rb +0 -24
  26. data/lib/tucana/generated/aquila/aquila.flow_type_pb.rb +0 -20
  27. data/lib/tucana/generated/aquila/aquila.flow_type_services_pb.rb +0 -25
  28. data/lib/tucana/generated/aquila/aquila.function_pb.rb +0 -20
  29. data/lib/tucana/generated/aquila/aquila.runtime_function_pb.rb +0 -20
  30. data/lib/tucana/generated/aquila/aquila.runtime_function_services_pb.rb +0 -25
  31. data/lib/tucana/generated/sagittarius/sagittarius.action_configuration_pb.rb +0 -20
  32. data/lib/tucana/generated/sagittarius/sagittarius.action_configuration_services_pb.rb +0 -24
  33. data/lib/tucana/generated/sagittarius/sagittarius.data_type_pb.rb +0 -20
  34. data/lib/tucana/generated/sagittarius/sagittarius.data_type_services_pb.rb +0 -24
  35. data/lib/tucana/generated/sagittarius/sagittarius.flow_type_pb.rb +0 -20
  36. data/lib/tucana/generated/sagittarius/sagittarius.function_pb.rb +0 -20
  37. data/lib/tucana/generated/sagittarius/sagittarius.function_services_pb.rb +0 -25
  38. data/lib/tucana/generated/sagittarius/sagittarius.runtime_function_pb.rb +0 -20
  39. data/lib/tucana/generated/sagittarius/sagittarius.runtime_function_services_pb.rb +0 -25
  40. data/lib/tucana/generated/shared/shared.action_configuration_pb.rb +0 -24
  41. data/lib/tucana/generated/shared/shared.flow_definition_pb.rb +0 -22
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 911fb14390dbb8a4b909bcf0b6788d84a7f4faacd89278aea1934bec75236c79
4
- data.tar.gz: 1bcaa1b5deaeecc267b4be0fbf3b4f9756ca1703579f1e2cba08fc5233c3d6da
3
+ metadata.gz: 2af7d806691ebc429e4f130bac35a75edd01b5e2d61cab7f6740f2ad6dcc2a49
4
+ data.tar.gz: 308133ce97e4ccdd4f0a53ce48e012d776360782d83d71e26aaf2f98ce7e2a47
5
5
  SHA512:
6
- metadata.gz: fe3f2dc0983dede229a3eece4962e5995fca2beacae4ada82e505133d5d300e5df5145edc2793beff3b61206d8a993f728d77d4ee2a55ab8cc7bc5756205adc9
7
- data.tar.gz: 7c68d153b4649f5e522529e25a8e89022d6fb91f0b36bad493aecc08132c4ee8fc1f472a08242e4a0a115b7f526f271029181f43a0c5e438c9b505fe6cf72bc1
6
+ metadata.gz: 03b0ce8502cce77042ac1106f06c77ca527670a79580f1ea9fedcfd86c318ff31fb7c0cc5fa82a1de4e32b8b517070a6a78d69bd9bde14522cfd7c473d83dc2f
7
+ data.tar.gz: babac195f1a9be04dee6ca36e9c81d10a96d446973a9d5c0d0c32b2447f8bceb281d4cea2884d57ba86d83208ce3ebf86bb3af892a7a68cdc779c2578640104f
@@ -4,23 +4,22 @@
4
4
 
5
5
  require 'google/protobuf'
6
6
 
7
- require_relative '../shared/shared.action_configuration_pb'
7
+ require_relative '../shared/shared.module_pb'
8
+ require_relative '../shared/shared.execution_result_pb'
8
9
  require_relative '../shared/shared.struct_pb'
9
10
 
10
11
 
11
- descriptor_data = "\n\x13\x61quila.action.proto\x12\x06\x61quila\x1a!shared.action_configuration.proto\x1a\x13shared.struct.proto\"O\n\x05\x45vent\x12\x12\n\nevent_type\x18\x01 \x01(\t\x12\x12\n\nproject_id\x18\x02 \x01(\x03\x12\x1e\n\x07payload\x18\x03 \x01(\x0b\x32\r.shared.Value\"\x7f\n\x0b\x41\x63tionLogon\x12\x19\n\x11\x61\x63tion_identifier\x18\x01 \x01(\t\x12\x0f\n\x07version\x18\x02 \x01(\t\x12\x44\n\x15\x61\x63tion_configurations\x18\x03 \x03(\x0b\x32%.shared.ActionConfigurationDefinition\"\x85\x01\n\x10\x45xecutionRequest\x12\x1c\n\x14\x65xecution_identifier\x18\x01 \x01(\t\x12\x1b\n\x13\x66unction_identifier\x18\x02 \x01(\t\x12\"\n\nparameters\x18\x03 \x01(\x0b\x32\x0e.shared.Struct\x12\x12\n\nproject_id\x18\x04 \x01(\x03\"L\n\x12\x41\x63tionRuntimeError\x12\x0c\n\x04\x63ode\x18\x01 \x01(\t\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x0e\n\x0c_description\"\x88\x01\n\x0f\x45xecutionResult\x12\x1c\n\x14\x65xecution_identifier\x18\x01 \x01(\t\x12 \n\x07success\x18\x02 \x01(\x0b\x32\r.shared.ValueH\x00\x12+\n\x05\x65rror\x18\x03 \x01(\x0b\x32\x1a.aquila.ActionRuntimeErrorH\x00\x42\x08\n\x06result\"\x8a\x01\n\x0fTransferRequest\x12$\n\x05logon\x18\x01 \x01(\x0b\x32\x13.aquila.ActionLogonH\x00\x12\x1e\n\x05\x65vent\x18\x02 \x01(\x0b\x32\r.aquila.EventH\x00\x12)\n\x06result\x18\x03 \x01(\x0b\x32\x17.aquila.ExecutionResultH\x00\x42\x06\n\x04\x64\x61ta\"\x88\x01\n\x10TransferResponse\x12-\n\texecution\x18\x01 \x01(\x0b\x32\x18.aquila.ExecutionRequestH\x00\x12=\n\x15\x61\x63tion_configurations\x18\x02 \x01(\x0b\x32\x1c.shared.ActionConfigurationsH\x00\x42\x06\n\x04\x64\x61ta2Z\n\x15\x41\x63tionTransferService\x12\x41\n\x08Transfer\x12\x17.aquila.TransferRequest\x1a\x18.aquila.TransferResponse(\x01\x30\x01\x42\x11\xea\x02\x0eTucana::Aquilab\x06proto3"
12
+ descriptor_data = "\n\x13\x61quila.action.proto\x12\x06\x61quila\x1a\x13shared.module.proto\x1a\x1dshared.execution_result.proto\x1a\x13shared.struct.proto\"U\n\x0b\x41\x63tionEvent\x12\x12\n\nevent_type\x18\x01 \x01(\t\x12\x12\n\nproject_id\x18\x02 \x01(\x03\x12\x1e\n\x07payload\x18\x03 \x01(\x0b\x32\r.shared.Value\"-\n\x0b\x41\x63tionLogon\x12\x1e\n\x06module\x18\x01 \x01(\x0b\x32\x0e.shared.Module\"\x8b\x01\n\x16\x41\x63tionExecutionRequest\x12\x1c\n\x14\x65xecution_identifier\x18\x01 \x01(\t\x12\x1b\n\x13\x66unction_identifier\x18\x02 \x01(\t\x12\"\n\nparameters\x18\x03 \x01(\x0b\x32\x0e.shared.Struct\x12\x12\n\nproject_id\x18\x04 \x01(\x03\"\x9a\x01\n\x15\x41\x63tionTransferRequest\x12$\n\x05logon\x18\x01 \x01(\x0b\x32\x13.aquila.ActionLogonH\x00\x12$\n\x05\x65vent\x18\x02 \x01(\x0b\x32\x13.aquila.ActionEventH\x00\x12-\n\x06result\x18\x03 \x01(\x0b\x32\x1b.shared.NodeExecutionResultH\x00\x42\x06\n\x04\x64\x61ta\"\x94\x01\n\x16\x41\x63tionTransferResponse\x12\x33\n\texecution\x18\x01 \x01(\x0b\x32\x1e.aquila.ActionExecutionRequestH\x00\x12=\n\x15module_configurations\x18\x02 \x01(\x0b\x32\x1c.shared.ModuleConfigurationsH\x00\x42\x06\n\x04\x64\x61ta2f\n\x15\x41\x63tionTransferService\x12M\n\x08Transfer\x12\x1d.aquila.ActionTransferRequest\x1a\x1e.aquila.ActionTransferResponse(\x01\x30\x01\x42\x11\xea\x02\x0eTucana::Aquilab\x06proto3"
12
13
 
13
14
  pool = Google::Protobuf::DescriptorPool.generated_pool
14
15
  pool.add_serialized_file(descriptor_data)
15
16
 
16
17
  module Tucana
17
18
  module Aquila
18
- Event = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.Event").msgclass
19
+ ActionEvent = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ActionEvent").msgclass
19
20
  ActionLogon = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ActionLogon").msgclass
20
- ExecutionRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ExecutionRequest").msgclass
21
- ActionRuntimeError = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ActionRuntimeError").msgclass
22
- ExecutionResult = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ExecutionResult").msgclass
23
- TransferRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.TransferRequest").msgclass
24
- TransferResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.TransferResponse").msgclass
21
+ ActionExecutionRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ActionExecutionRequest").msgclass
22
+ ActionTransferRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ActionTransferRequest").msgclass
23
+ ActionTransferResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ActionTransferResponse").msgclass
25
24
  end
26
25
  end
@@ -16,7 +16,7 @@ module Tucana
16
16
  self.service_name = 'aquila.ActionTransferService'
17
17
 
18
18
  # This behavior achieves a bi-directional stream so that both services aren't required to be a server & client on their own
19
- rpc :Transfer, stream(::Tucana::Aquila::TransferRequest), stream(::Tucana::Aquila::TransferResponse)
19
+ rpc :Transfer, stream(::Tucana::Aquila::ActionTransferRequest), stream(::Tucana::Aquila::ActionTransferResponse)
20
20
  end
21
21
 
22
22
  Stub = Service.rpc_stub_class
@@ -0,0 +1,20 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: aquila.module.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require_relative '../shared/shared.module_pb'
8
+
9
+
10
+ descriptor_data = "\n\x13\x61quila.module.proto\x12\x06\x61quila\x1a\x13shared.module.proto\"6\n\x13ModuleUpdateRequest\x12\x1f\n\x07modules\x18\x01 \x03(\x0b\x32\x0e.shared.Module\"\'\n\x14ModuleUpdateResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x32V\n\rModuleService\x12\x45\n\x06Update\x12\x1b.aquila.ModuleUpdateRequest\x1a\x1c.aquila.ModuleUpdateResponse\"\x00\x42\x11\xea\x02\x0eTucana::Aquilab\x06proto3"
11
+
12
+ pool = Google::Protobuf::DescriptorPool.generated_pool
13
+ pool.add_serialized_file(descriptor_data)
14
+
15
+ module Tucana
16
+ module Aquila
17
+ ModuleUpdateRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ModuleUpdateRequest").msgclass
18
+ ModuleUpdateResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.ModuleUpdateResponse").msgclass
19
+ end
20
+ end
@@ -1,12 +1,12 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: aquila.function.proto for package 'Tucana.Aquila'
2
+ # Source: aquila.module.proto for package 'Tucana.Aquila'
3
3
 
4
4
  require 'grpc'
5
- require_relative 'aquila.function_pb'
5
+ require_relative 'aquila.module_pb'
6
6
 
7
7
  module Tucana
8
8
  module Aquila
9
- module FunctionDefinitionService
9
+ module ModuleService
10
10
  # This service will be implemented as a server by Aquila and as a client by Taurus.
11
11
  class Service
12
12
 
@@ -14,9 +14,9 @@ module Tucana
14
14
 
15
15
  self.marshal_class_method = :encode
16
16
  self.unmarshal_class_method = :decode
17
- self.service_name = 'aquila.FunctionDefinitionService'
17
+ self.service_name = 'aquila.ModuleService'
18
18
 
19
- rpc :Update, ::Tucana::Aquila::FunctionDefinitionUpdateRequest, ::Tucana::Aquila::FunctionDefinitionUpdateResponse
19
+ rpc :Update, ::Tucana::Aquila::ModuleUpdateRequest, ::Tucana::Aquila::ModuleUpdateResponse
20
20
  end
21
21
 
22
22
  Stub = Service.rpc_stub_class
@@ -7,7 +7,7 @@ require 'google/protobuf'
7
7
  require_relative '../shared/shared.runtime_status_pb'
8
8
 
9
9
 
10
- descriptor_data = "\n\x1b\x61quila.runtime_status.proto\x12\x06\x61quila\x1a\x1bshared.runtime_status.proto\"\xaa\x01\n\x1aRuntimeStatusUpdateRequest\x12>\n\x16\x61\x64\x61pter_runtime_status\x18\x01 \x01(\x0b\x32\x1c.shared.AdapterRuntimeStatusH\x00\x12\x42\n\x18\x65xecution_runtime_status\x18\x02 \x01(\x0b\x32\x1e.shared.ExecutionRuntimeStatusH\x00\x42\x08\n\x06status\".\n\x1bRuntimeStatusUpdateResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x32k\n\x14RuntimeStatusService\x12S\n\x06Update\x12\".aquila.RuntimeStatusUpdateRequest\x1a#.aquila.RuntimeStatusUpdateResponse\"\x00\x42\x11\xea\x02\x0eTucana::Aquilab\x06proto3"
10
+ descriptor_data = "\n\x1b\x61quila.runtime_status.proto\x12\x06\x61quila\x1a\x1bshared.runtime_status.proto\"\xd9\x01\n\x1aRuntimeStatusUpdateRequest\x12>\n\x16\x61\x64\x61pter_runtime_status\x18\x01 \x01(\x0b\x32\x1c.shared.AdapterRuntimeStatusH\x00\x12\x42\n\x18\x65xecution_runtime_status\x18\x02 \x01(\x0b\x32\x1e.shared.ExecutionRuntimeStatusH\x00\x12-\n\raction_status\x18\x03 \x01(\x0b\x32\x14.shared.ActionStatusH\x00\x42\x08\n\x06status\".\n\x1bRuntimeStatusUpdateResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x32k\n\x14RuntimeStatusService\x12S\n\x06Update\x12\".aquila.RuntimeStatusUpdateRequest\x1a#.aquila.RuntimeStatusUpdateResponse\"\x00\x42\x11\xea\x02\x0eTucana::Aquilab\x06proto3"
11
11
 
12
12
  pool = Google::Protobuf::DescriptorPool.generated_pool
13
13
  pool.add_serialized_file(descriptor_data)
@@ -5,10 +5,10 @@
5
5
  require 'google/protobuf'
6
6
 
7
7
  require_relative '../shared/shared.flow_pb'
8
- require_relative '../shared/shared.action_configuration_pb'
8
+ require_relative '../shared/shared.module_pb'
9
9
 
10
10
 
11
- descriptor_data = "\n\x16sagittarius.flow.proto\x12\x0bsagittarius\x1a\x11shared.flow.proto\x1a!shared.action_configuration.proto\"\x12\n\x10\x46lowLogonRequest\"\xc0\x01\n\x0c\x46lowResponse\x12.\n\x0cupdated_flow\x18\x01 \x01(\x0b\x32\x16.shared.ValidationFlowH\x00\x12\x19\n\x0f\x64\x65leted_flow_id\x18\x02 \x01(\x03H\x00\x12\x1e\n\x05\x66lows\x18\x03 \x01(\x0b\x32\r.shared.FlowsH\x00\x12=\n\x15\x61\x63tion_configurations\x18\x04 \x01(\x0b\x32\x1c.shared.ActionConfigurationsH\x00\x42\x06\n\x04\x64\x61ta2U\n\x0b\x46lowService\x12\x46\n\x06Update\x12\x1d.sagittarius.FlowLogonRequest\x1a\x19.sagittarius.FlowResponse\"\x00\x30\x01\x42\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
11
+ descriptor_data = "\n\x16sagittarius.flow.proto\x12\x0bsagittarius\x1a\x11shared.flow.proto\x1a\x13shared.module.proto\"\x12\n\x10\x46lowLogonRequest\"\xc0\x01\n\x0c\x46lowResponse\x12.\n\x0cupdated_flow\x18\x01 \x01(\x0b\x32\x16.shared.ValidationFlowH\x00\x12\x19\n\x0f\x64\x65leted_flow_id\x18\x02 \x01(\x03H\x00\x12\x1e\n\x05\x66lows\x18\x03 \x01(\x0b\x32\r.shared.FlowsH\x00\x12=\n\x15module_configurations\x18\x04 \x01(\x0b\x32\x1c.shared.ModuleConfigurationsH\x00\x42\x06\n\x04\x64\x61ta2U\n\x0b\x46lowService\x12\x46\n\x06Update\x12\x1d.sagittarius.FlowLogonRequest\x1a\x19.sagittarius.FlowResponse\"\x00\x30\x01\x42\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
12
12
 
13
13
  pool = Google::Protobuf::DescriptorPool.generated_pool
14
14
  pool.add_serialized_file(descriptor_data)
@@ -0,0 +1,21 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: sagittarius.module.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require_relative '../shared/shared.errors_pb'
8
+ require_relative '../shared/shared.module_pb'
9
+
10
+
11
+ descriptor_data = "\n\x18sagittarius.module.proto\x12\x0bsagittarius\x1a\x13shared.errors.proto\x1a\x13shared.module.proto\"6\n\x13ModuleUpdateRequest\x12\x1f\n\x07modules\x18\x01 \x03(\x0b\x32\x0e.shared.Module\"[\n\x14ModuleUpdateResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12(\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x14.shared.ServiceErrorH\x00\x88\x01\x01\x42\x08\n\x06_error2`\n\rModuleService\x12O\n\x06Update\x12 .sagittarius.ModuleUpdateRequest\x1a!.sagittarius.ModuleUpdateResponse\"\x00\x42\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
12
+
13
+ pool = Google::Protobuf::DescriptorPool.generated_pool
14
+ pool.add_serialized_file(descriptor_data)
15
+
16
+ module Tucana
17
+ module Sagittarius
18
+ ModuleUpdateRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.ModuleUpdateRequest").msgclass
19
+ ModuleUpdateResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.ModuleUpdateResponse").msgclass
20
+ end
21
+ end
@@ -1,12 +1,12 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: sagittarius.flow_type.proto for package 'Tucana.Sagittarius'
2
+ # Source: sagittarius.module.proto for package 'Tucana.Sagittarius'
3
3
 
4
4
  require 'grpc'
5
- require_relative 'sagittarius.flow_type_pb'
5
+ require_relative 'sagittarius.module_pb'
6
6
 
7
7
  module Tucana
8
8
  module Sagittarius
9
- module FlowTypeService
9
+ module ModuleService
10
10
  # This service will be implemented as a server by Sagittarius and as a client by Aquila.
11
11
  class Service
12
12
 
@@ -14,9 +14,9 @@ module Tucana
14
14
 
15
15
  self.marshal_class_method = :encode
16
16
  self.unmarshal_class_method = :decode
17
- self.service_name = 'sagittarius.FlowTypeService'
17
+ self.service_name = 'sagittarius.ModuleService'
18
18
 
19
- rpc :Update, ::Tucana::Sagittarius::FlowTypeUpdateRequest, ::Tucana::Sagittarius::FlowTypeUpdateResponse
19
+ rpc :Update, ::Tucana::Sagittarius::ModuleUpdateRequest, ::Tucana::Sagittarius::ModuleUpdateResponse
20
20
  end
21
21
 
22
22
  Stub = Service.rpc_stub_class
@@ -4,10 +4,11 @@
4
4
 
5
5
  require 'google/protobuf'
6
6
 
7
+ require_relative '../shared/shared.errors_pb'
7
8
  require_relative '../shared/shared.runtime_status_pb'
8
9
 
9
10
 
10
- descriptor_data = "\n sagittarius.runtime_status.proto\x12\x0bsagittarius\x1a\x1bshared.runtime_status.proto\"\xaa\x01\n\x1aRuntimeStatusUpdateRequest\x12>\n\x16\x61\x64\x61pter_runtime_status\x18\x01 \x01(\x0b\x32\x1c.shared.AdapterRuntimeStatusH\x00\x12\x42\n\x18\x65xecution_runtime_status\x18\x02 \x01(\x0b\x32\x1e.shared.ExecutionRuntimeStatusH\x00\x42\x08\n\x06status\".\n\x1bRuntimeStatusUpdateResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x32u\n\x14RuntimeStatusService\x12]\n\x06Update\x12\'.sagittarius.RuntimeStatusUpdateRequest\x1a(.sagittarius.RuntimeStatusUpdateResponse\"\x00\x42\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
11
+ descriptor_data = "\n sagittarius.runtime_status.proto\x12\x0bsagittarius\x1a\x13shared.errors.proto\x1a\x1bshared.runtime_status.proto\"\xd9\x01\n\x1aRuntimeStatusUpdateRequest\x12>\n\x16\x61\x64\x61pter_runtime_status\x18\x01 \x01(\x0b\x32\x1c.shared.AdapterRuntimeStatusH\x00\x12\x42\n\x18\x65xecution_runtime_status\x18\x02 \x01(\x0b\x32\x1e.shared.ExecutionRuntimeStatusH\x00\x12-\n\raction_status\x18\x03 \x01(\x0b\x32\x14.shared.ActionStatusH\x00\x42\x08\n\x06status\"b\n\x1bRuntimeStatusUpdateResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12(\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x14.shared.ServiceErrorH\x00\x88\x01\x01\x42\x08\n\x06_error2u\n\x14RuntimeStatusService\x12]\n\x06Update\x12\'.sagittarius.RuntimeStatusUpdateRequest\x1a(.sagittarius.RuntimeStatusUpdateResponse\"\x00\x42\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
11
12
 
12
13
  pool = Google::Protobuf::DescriptorPool.generated_pool
13
14
  pool.add_serialized_file(descriptor_data)
@@ -4,10 +4,11 @@
4
4
 
5
5
  require 'google/protobuf'
6
6
 
7
+ require_relative '../shared/shared.errors_pb'
7
8
  require_relative '../shared/shared.runtime_usage_pb'
8
9
 
9
10
 
10
- descriptor_data = "\n\x1fsagittarius.runtime_usage.proto\x12\x0bsagittarius\x1a\x1ashared.runtime_usage.proto\"B\n\x13RuntimeUsageRequest\x12+\n\rruntime_usage\x18\x01 \x03(\x0b\x32\x14.shared.RuntimeUsage\"\'\n\x14RuntimeUsageResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x32\x66\n\x13RuntimeUsageService\x12O\n\x06Update\x12 .sagittarius.RuntimeUsageRequest\x1a!.sagittarius.RuntimeUsageResponse\"\x00\x42\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
11
+ descriptor_data = "\n\x1fsagittarius.runtime_usage.proto\x12\x0bsagittarius\x1a\x13shared.errors.proto\x1a\x1ashared.runtime_usage.proto\"B\n\x13RuntimeUsageRequest\x12+\n\rruntime_usage\x18\x01 \x03(\x0b\x32\x14.shared.RuntimeUsage\"[\n\x14RuntimeUsageResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12(\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x14.shared.ServiceErrorH\x00\x88\x01\x01\x42\x08\n\x06_error2f\n\x13RuntimeUsageService\x12O\n\x06Update\x12 .sagittarius.RuntimeUsageRequest\x1a!.sagittarius.RuntimeUsageResponse\"\x00\x42\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
11
12
 
12
13
  pool = Google::Protobuf::DescriptorPool.generated_pool
13
14
  pool.add_serialized_file(descriptor_data)
@@ -5,9 +5,10 @@
5
5
  require 'google/protobuf'
6
6
 
7
7
  require_relative '../shared/shared.struct_pb'
8
+ require_relative '../shared/shared.execution_result_pb'
8
9
 
9
10
 
10
- descriptor_data = "\n sagittarius.text_execution.proto\x12\x0bsagittarius\x1a\x13shared.struct.proto\"\x07\n\x05Logon\"\\\n\x14TestExecutionRequest\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\x03\x12\x16\n\x0e\x65xecution_uuid\x18\x02 \x01(\t\x12\x1b\n\x04\x62ody\x18\x03 \x01(\x0b\x32\r.shared.Value\"\x7f\n\x15TestExecutionResponse\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\x03\x12\x16\n\x0e\x65xecution_uuid\x18\x02 \x01(\t\x12\x1d\n\x06result\x18\x03 \x01(\x0b\x32\r.shared.Value\x12\x1e\n\x04logs\x18\x04 \x03(\x0b\x32\x10.sagittarius.Log\"\xa8\x01\n\x03Log\x12\x36\n\x0f\x61pplication_log\x18\x01 \x01(\x0b\x32\x1b.sagittarius.ApplicationLogH\x00\x12.\n\x0bsuccess_log\x18\x02 \x01(\x0b\x32\x17.sagittarius.SuccessLogH\x00\x12\x31\n\terror_log\x18\x03 \x01(\x0b\x32\x1c.sagittarius.RuntimeErrorLogH\x00\x42\x06\n\x04kind\"q\n\nSuccessLog\x12\x0f\n\x07node_id\x18\x01 \x01(\x03\x12\x1d\n\x06result\x18\x02 \x01(\x0b\x32\r.shared.Value\x12 \n\tparameter\x18\x03 \x03(\x0b\x32\r.shared.Value\x12\x11\n\ttimestamp\x18\x04 \x01(\t\"f\n\x0fRuntimeErrorLog\x12\x0f\n\x07node_id\x18\x01 \x01(\x03\x12\r\n\x05\x65rror\x18\x02 \x01(\t\x12 \n\tparameter\x18\x03 \x03(\x0b\x32\r.shared.Value\x12\x11\n\ttimestamp\x18\x04 \x01(\t\"C\n\x0e\x41pplicationLog\x12\x0f\n\x07message\x18\x01 \x01(\t\x12\r\n\x05level\x18\x02 \x01(\t\x12\x11\n\ttimestamp\x18\x03 \x01(\t\"|\n\x15\x45xecutionLogonRequest\x12#\n\x05logon\x18\x01 \x01(\x0b\x32\x12.sagittarius.LogonH\x00\x12\x36\n\x08response\x18\x02 \x01(\x0b\x32\".sagittarius.TestExecutionResponseH\x00\x42\x06\n\x04\x64\x61ta\"L\n\x16\x45xecutionLogonResponse\x12\x32\n\x07request\x18\x01 \x01(\x0b\x32!.sagittarius.TestExecutionRequest2i\n\x10\x45xecutionService\x12U\n\x04Test\x12\".sagittarius.ExecutionLogonRequest\x1a#.sagittarius.ExecutionLogonResponse\"\x00(\x01\x30\x01\x42\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
11
+ descriptor_data = "\n sagittarius.text_execution.proto\x12\x0bsagittarius\x1a\x13shared.struct.proto\x1a\x1dshared.execution_result.proto\"\x07\n\x05Logon\"b\n\x14TestExecutionRequest\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\x03\x12\x1c\n\x14\x65xecution_identifier\x18\x02 \x01(\t\x12\x1b\n\x04\x62ody\x18\x03 \x01(\x0b\x32\r.shared.Value\"q\n\x15\x45xecutionLogonRequest\x12#\n\x05logon\x18\x01 \x01(\x0b\x32\x12.sagittarius.LogonH\x00\x12+\n\x08response\x18\x02 \x01(\x0b\x32\x17.shared.ExecutionResultH\x00\x42\x06\n\x04\x64\x61ta\"L\n\x16\x45xecutionLogonResponse\x12\x32\n\x07request\x18\x01 \x01(\x0b\x32!.sagittarius.TestExecutionRequest2i\n\x10\x45xecutionService\x12U\n\x04Test\x12\".sagittarius.ExecutionLogonRequest\x1a#.sagittarius.ExecutionLogonResponse\"\x00(\x01\x30\x01\x42\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
11
12
 
12
13
  pool = Google::Protobuf::DescriptorPool.generated_pool
13
14
  pool.add_serialized_file(descriptor_data)
@@ -16,11 +17,6 @@ module Tucana
16
17
  module Sagittarius
17
18
  Logon = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.Logon").msgclass
18
19
  TestExecutionRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.TestExecutionRequest").msgclass
19
- TestExecutionResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.TestExecutionResponse").msgclass
20
- Log = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.Log").msgclass
21
- SuccessLog = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.SuccessLog").msgclass
22
- RuntimeErrorLog = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.RuntimeErrorLog").msgclass
23
- ApplicationLog = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.ApplicationLog").msgclass
24
20
  ExecutionLogonRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.ExecutionLogonRequest").msgclass
25
21
  ExecutionLogonResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.ExecutionLogonResponse").msgclass
26
22
  end
@@ -0,0 +1,22 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: shared.errors.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require_relative '../shared/shared.struct_pb'
8
+
9
+
10
+ descriptor_data = "\n\x13shared.errors.proto\x12\x06shared\x1a\x13shared.struct.proto\"M\n\x0cServiceError\x12\x0f\n\x07message\x18\x01 \x01(\t\x12,\n\x07\x64\x65tails\x18\x02 \x03(\x0b\x32\x1b.shared.ServiceErrorDetails\"\\\n\x13ServiceErrorDetails\x12=\n\x12\x61\x63tive_model_error\x18\x01 \x01(\x0b\x32\x1f.shared.ServiceActiveModelErrorH\x00\x42\x06\n\x04kind\":\n\x17ServiceActiveModelError\x12\x11\n\tattribute\x18\x01 \x01(\t\x12\x0c\n\x04type\x18\x02 \x01(\t\"\xe9\x01\n\x05\x45rror\x12\x0c\n\x04\x63ode\x18\x01 \x01(\t\x12\x10\n\x08\x63\x61tegory\x18\x02 \x01(\t\x12\x0f\n\x07message\x18\x03 \x01(\t\x12\x11\n\ttimestamp\x18\x04 \x01(\x03\x12\x0f\n\x07version\x18\x05 \x01(\t\x12\x35\n\x0c\x64\x65pendencies\x18\x06 \x03(\x0b\x32\x1f.shared.Error.DependenciesEntry\x12\x1f\n\x07\x64\x65tails\x18\x07 \x01(\x0b\x32\x0e.shared.Struct\x1a\x33\n\x11\x44\x65pendenciesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
11
+
12
+ pool = Google::Protobuf::DescriptorPool.generated_pool
13
+ pool.add_serialized_file(descriptor_data)
14
+
15
+ module Tucana
16
+ module Shared
17
+ ServiceError = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.ServiceError").msgclass
18
+ ServiceErrorDetails = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.ServiceErrorDetails").msgclass
19
+ ServiceActiveModelError = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.ServiceActiveModelError").msgclass
20
+ Error = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.Error").msgclass
21
+ end
22
+ end
@@ -0,0 +1,22 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: shared.execution_result.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require_relative '../shared/shared.struct_pb'
8
+ require_relative '../shared/shared.errors_pb'
9
+
10
+
11
+ descriptor_data = "\n\x1dshared.execution_result.proto\x12\x06shared\x1a\x13shared.struct.proto\x1a\x13shared.errors.proto\"@\n NodeParameterNodeExecutionResult\x12\x1c\n\x05value\x18\x05 \x01(\x0b\x32\r.shared.Value\"\xe0\x01\n\x13NodeExecutionResult\x12\x0f\n\x07node_id\x18\x01 \x01(\x03\x12\x12\n\nstarted_at\x18\x02 \x01(\x03\x12\x13\n\x0b\x66inished_at\x18\x03 \x01(\x03\x12\x43\n\x11parameter_results\x18\x04 \x03(\x0b\x32(.shared.NodeParameterNodeExecutionResult\x12 \n\x07success\x18\x05 \x01(\x0b\x32\r.shared.ValueH\x00\x12\x1e\n\x05\x65rror\x18\x06 \x01(\x0b\x32\r.shared.ErrorH\x00\x42\x08\n\x06result\"\x90\x02\n\x0f\x45xecutionResult\x12\x1c\n\x14\x65xecution_identifier\x18\x01 \x01(\t\x12\x0f\n\x07\x66low_id\x18\x02 \x01(\x03\x12\x12\n\nstarted_at\x18\x03 \x01(\x03\x12\x13\n\x0b\x66inished_at\x18\x04 \x01(\x03\x12\x1c\n\x05input\x18\x05 \x01(\x0b\x32\r.shared.Value\x12;\n\x16node_execution_results\x18\x06 \x03(\x0b\x32\x1b.shared.NodeExecutionResult\x12 \n\x07success\x18\x07 \x01(\x0b\x32\r.shared.ValueH\x00\x12\x1e\n\x05\x65rror\x18\x08 \x01(\x0b\x32\r.shared.ErrorH\x00\x42\x08\n\x06resultB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
12
+
13
+ pool = Google::Protobuf::DescriptorPool.generated_pool
14
+ pool.add_serialized_file(descriptor_data)
15
+
16
+ module Tucana
17
+ module Shared
18
+ NodeParameterNodeExecutionResult = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.NodeParameterNodeExecutionResult").msgclass
19
+ NodeExecutionResult = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.NodeExecutionResult").msgclass
20
+ ExecutionResult = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.ExecutionResult").msgclass
21
+ end
22
+ end
@@ -8,7 +8,7 @@ require_relative '../shared/shared.struct_pb'
8
8
  require_relative '../shared/shared.data_type_pb'
9
9
 
10
10
 
11
- descriptor_data = "\n\x11shared.flow.proto\x12\x06shared\x1a\x13shared.struct.proto\x1a\x16shared.data_type.proto\"\xba\x02\n\x0eValidationFlow\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\x03\x12\x12\n\nproject_id\x18\x02 \x01(\x03\x12\x0c\n\x04type\x18\x03 \x01(\t\x12-\n\ndata_types\x18\x04 \x03(\x0b\x32\x19.shared.ExecutionDataType\x12%\n\x08settings\x18\x05 \x03(\x0b\x32\x13.shared.FlowSetting\x12\x18\n\x10starting_node_id\x18\x06 \x01(\x03\x12,\n\x0enode_functions\x18\x07 \x03(\x0b\x32\x14.shared.NodeFunction\x12\x14\n\x0cproject_slug\x18\x08 \x01(\t\x12\x1b\n\x0e\x64isable_reason\x18\t \x01(\tH\x00\x88\x01\x01\x12\x11\n\tsignature\x18\n \x01(\tB\x11\n\x0f_disable_reason\"\xb5\x01\n\rExecutionFlow\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\x03\x12\x12\n\nproject_id\x18\x05 \x01(\x03\x12\x18\n\x10starting_node_id\x18\x02 \x01(\x03\x12,\n\x0enode_functions\x18\x04 \x03(\x0b\x32\x14.shared.NodeFunction\x12\'\n\x0binput_value\x18\x03 \x01(\x0b\x32\r.shared.ValueH\x00\x88\x01\x01\x42\x0e\n\x0c_input_value\"Y\n\x0b\x46lowSetting\x12\x13\n\x0b\x64\x61tabase_id\x18\x01 \x01(\x03\x12\x17\n\x0f\x66low_setting_id\x18\x02 \x01(\t\x12\x1c\n\x05value\x18\x03 \x01(\x0b\x32\r.shared.Value\"\xb2\x01\n\x0cNodeFunction\x12\x13\n\x0b\x64\x61tabase_id\x18\x01 \x01(\x03\x12\x1b\n\x13runtime_function_id\x18\x02 \x01(\t\x12)\n\nparameters\x18\x03 \x03(\x0b\x32\x15.shared.NodeParameter\x12\x19\n\x0cnext_node_id\x18\x04 \x01(\x03H\x00\x88\x01\x01\x12\x19\n\x11\x64\x65\x66inition_source\x18\x05 \x01(\tB\x0f\n\r_next_node_id\"\x8b\x01\n\tNodeValue\x12&\n\rliteral_value\x18\x01 \x01(\x0b\x32\r.shared.ValueH\x00\x12\x31\n\x0freference_value\x18\x02 \x01(\x0b\x32\x16.shared.ReferenceValueH\x00\x12\x1a\n\x10node_function_id\x18\x03 \x01(\x03H\x00\x42\x07\n\x05value\"d\n\rNodeParameter\x12\x13\n\x0b\x64\x61tabase_id\x18\x01 \x01(\x03\x12\x1c\n\x14runtime_parameter_id\x18\x02 \x01(\t\x12 \n\x05value\x18\x03 \x01(\x0b\x32\x11.shared.NodeValue\"\xa5\x01\n\x0eReferenceValue\x12\'\n\nflow_input\x18\x01 \x01(\x0b\x32\x11.shared.FlowInputH\x00\x12\x11\n\x07node_id\x18\x02 \x01(\x03H\x00\x12\'\n\ninput_type\x18\x03 \x01(\x0b\x32\x11.shared.InputTypeH\x00\x12$\n\x05paths\x18\x04 \x03(\x0b\x32\x15.shared.ReferencePathB\x08\n\x06target\"\x0b\n\tFlowInput\"J\n\tInputType\x12\x0f\n\x07node_id\x18\x01 \x01(\x03\x12\x17\n\x0fparameter_index\x18\x02 \x01(\x03\x12\x13\n\x0binput_index\x18\x03 \x01(\x03\"U\n\rReferencePath\x12\x11\n\x04path\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x18\n\x0b\x61rray_index\x18\x02 \x01(\x03H\x01\x88\x01\x01\x42\x07\n\x05_pathB\x0e\n\x0c_array_index\".\n\x05\x46lows\x12%\n\x05\x66lows\x18\x01 \x03(\x0b\x32\x16.shared.ValidationFlowB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
11
+ descriptor_data = "\n\x11shared.flow.proto\x12\x06shared\x1a\x13shared.struct.proto\x1a\x16shared.data_type.proto\"\xba\x02\n\x0eValidationFlow\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\x03\x12\x12\n\nproject_id\x18\x02 \x01(\x03\x12\x0c\n\x04type\x18\x03 \x01(\t\x12-\n\ndata_types\x18\x04 \x03(\x0b\x32\x19.shared.ExecutionDataType\x12%\n\x08settings\x18\x05 \x03(\x0b\x32\x13.shared.FlowSetting\x12\x18\n\x10starting_node_id\x18\x06 \x01(\x03\x12,\n\x0enode_functions\x18\x07 \x03(\x0b\x32\x14.shared.NodeFunction\x12\x14\n\x0cproject_slug\x18\x08 \x01(\t\x12\x1b\n\x0e\x64isable_reason\x18\t \x01(\tH\x00\x88\x01\x01\x12\x11\n\tsignature\x18\n \x01(\tB\x11\n\x0f_disable_reason\"\xb5\x01\n\rExecutionFlow\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\x03\x12\x12\n\nproject_id\x18\x05 \x01(\x03\x12\x18\n\x10starting_node_id\x18\x02 \x01(\x03\x12,\n\x0enode_functions\x18\x04 \x03(\x0b\x32\x14.shared.NodeFunction\x12\'\n\x0binput_value\x18\x03 \x01(\x0b\x32\r.shared.ValueH\x00\x88\x01\x01\x42\x0e\n\x0c_input_value\"u\n\x0b\x46lowSetting\x12\x13\n\x0b\x64\x61tabase_id\x18\x01 \x01(\x03\x12\x17\n\x0f\x66low_setting_id\x18\x02 \x01(\t\x12\x1c\n\x05value\x18\x03 \x01(\x0b\x32\r.shared.Value\x12\x11\n\x04\x63\x61st\x18\x04 \x01(\tH\x00\x88\x01\x01\x42\x07\n\x05_cast\"\xb2\x01\n\x0cNodeFunction\x12\x13\n\x0b\x64\x61tabase_id\x18\x01 \x01(\x03\x12\x1b\n\x13runtime_function_id\x18\x02 \x01(\t\x12)\n\nparameters\x18\x03 \x03(\x0b\x32\x15.shared.NodeParameter\x12\x19\n\x0cnext_node_id\x18\x04 \x01(\x03H\x00\x88\x01\x01\x12\x19\n\x11\x64\x65\x66inition_source\x18\x05 \x01(\tB\x0f\n\r_next_node_id\"\x94\x01\n\tNodeValue\x12&\n\rliteral_value\x18\x01 \x01(\x0b\x32\r.shared.ValueH\x00\x12\x31\n\x0freference_value\x18\x02 \x01(\x0b\x32\x16.shared.ReferenceValueH\x00\x12#\n\x08sub_flow\x18\x03 \x01(\x0b\x32\x0f.shared.SubFlowH\x00\x42\x07\n\x05value\"\x80\x01\n\rNodeParameter\x12\x13\n\x0b\x64\x61tabase_id\x18\x01 \x01(\x03\x12\x1c\n\x14runtime_parameter_id\x18\x02 \x01(\t\x12 \n\x05value\x18\x03 \x01(\x0b\x32\x11.shared.NodeValue\x12\x11\n\x04\x63\x61st\x18\x04 \x01(\tH\x00\x88\x01\x01\x42\x07\n\x05_cast\"\xa5\x01\n\x0eReferenceValue\x12\'\n\nflow_input\x18\x01 \x01(\x0b\x32\x11.shared.FlowInputH\x00\x12\x11\n\x07node_id\x18\x02 \x01(\x03H\x00\x12\'\n\ninput_type\x18\x03 \x01(\x0b\x32\x11.shared.InputTypeH\x00\x12$\n\x05paths\x18\x04 \x03(\x0b\x32\x15.shared.ReferencePathB\x08\n\x06target\"\x98\x01\n\x07SubFlow\x12\x1a\n\x10starting_node_id\x18\x01 \x01(\x03H\x00\x12\x1d\n\x13\x66unction_identifier\x18\x02 \x01(\tH\x00\x12\x11\n\tsignature\x18\x03 \x01(\t\x12(\n\x08settings\x18\x04 \x03(\x0b\x32\x16.shared.SubFlowSettingB\x15\n\x13\x65xecution_reference\"\xa5\x01\n\x0eSubFlowSetting\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12)\n\rdefault_value\x18\x02 \x01(\x0b\x32\r.shared.ValueH\x00\x88\x01\x01\x12\x15\n\x08optional\x18\x03 \x01(\x08H\x01\x88\x01\x01\x12\x13\n\x06hidden\x18\x04 \x01(\x08H\x02\x88\x01\x01\x42\x10\n\x0e_default_valueB\x0b\n\t_optionalB\t\n\x07_hidden\"\x0b\n\tFlowInput\"J\n\tInputType\x12\x0f\n\x07node_id\x18\x01 \x01(\x03\x12\x17\n\x0fparameter_index\x18\x02 \x01(\x03\x12\x13\n\x0binput_index\x18\x03 \x01(\x03\"U\n\rReferencePath\x12\x11\n\x04path\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x18\n\x0b\x61rray_index\x18\x02 \x01(\x03H\x01\x88\x01\x01\x42\x07\n\x05_pathB\x0e\n\x0c_array_index\".\n\x05\x46lows\x12%\n\x05\x66lows\x18\x01 \x03(\x0b\x32\x16.shared.ValidationFlowB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
12
12
 
13
13
  pool = Google::Protobuf::DescriptorPool.generated_pool
14
14
  pool.add_serialized_file(descriptor_data)
@@ -22,6 +22,8 @@ module Tucana
22
22
  NodeValue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.NodeValue").msgclass
23
23
  NodeParameter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.NodeParameter").msgclass
24
24
  ReferenceValue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.ReferenceValue").msgclass
25
+ SubFlow = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.SubFlow").msgclass
26
+ SubFlowSetting = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.SubFlowSetting").msgclass
25
27
  FlowInput = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.FlowInput").msgclass
26
28
  InputType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.InputType").msgclass
27
29
  ReferencePath = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.ReferencePath").msgclass
@@ -0,0 +1,22 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: shared.flow_type.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require_relative '../shared/shared.translation_pb'
8
+ require_relative '../shared/shared.struct_pb'
9
+
10
+
11
+ descriptor_data = "\n\x16shared.flow_type.proto\x12\x06shared\x1a\x18shared.translation.proto\x1a\x13shared.struct.proto\"\xd8\x03\n\x08\x46lowType\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12)\n\x08settings\x18\x02 \x03(\x0b\x32\x17.shared.FlowTypeSetting\x12\x10\n\x08\x65\x64itable\x18\x03 \x01(\x08\x12!\n\x04name\x18\x04 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x05 \x03(\x0b\x32\x13.shared.Translation\x12*\n\rdocumentation\x18\x06 \x03(\x0b\x32\x13.shared.Translation\x12,\n\x0f\x64isplay_message\x18\x07 \x03(\x0b\x32\x13.shared.Translation\x12\"\n\x05\x61lias\x18\x08 \x03(\x0b\x32\x13.shared.Translation\x12\x0f\n\x07version\x18\t \x01(\t\x12\x14\n\x0c\x64isplay_icon\x18\n \x01(\t\x12\x1e\n\x11\x64\x65\x66inition_source\x18\x0b \x01(\tH\x00\x88\x01\x01\x12$\n\x1clinked_data_type_identifiers\x18\x0c \x03(\t\x12\x11\n\tsignature\x18\r \x01(\t\x12\x1a\n\x12runtime_identifier\x18\x0e \x01(\tB\x14\n\x12_definition_source\"\xe3\x02\n\x0f\x46lowTypeSetting\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12\x37\n\x06unique\x18\x02 \x01(\x0e\x32\'.shared.FlowTypeSetting.UniquenessScope\x12)\n\rdefault_value\x18\x03 \x01(\x0b\x32\r.shared.ValueH\x00\x88\x01\x01\x12!\n\x04name\x18\x04 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x05 \x03(\x0b\x32\x13.shared.Translation\x12\x15\n\x08optional\x18\x06 \x01(\x08H\x01\x88\x01\x01\x12\x13\n\x06hidden\x18\x07 \x01(\x08H\x02\x88\x01\x01\"5\n\x0fUniquenessScope\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x08\n\x04NONE\x10\x01\x12\x0b\n\x07PROJECT\x10\x02\x42\x10\n\x0e_default_valueB\x0b\n\t_optionalB\t\n\x07_hiddenB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
12
+
13
+ pool = Google::Protobuf::DescriptorPool.generated_pool
14
+ pool.add_serialized_file(descriptor_data)
15
+
16
+ module Tucana
17
+ module Shared
18
+ FlowType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.FlowType").msgclass
19
+ FlowTypeSetting = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.FlowTypeSetting").msgclass
20
+ FlowTypeSetting::UniquenessScope = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.FlowTypeSetting.UniquenessScope").enummodule
21
+ end
22
+ end
@@ -8,7 +8,7 @@ require_relative '../shared/shared.translation_pb'
8
8
  require_relative '../shared/shared.struct_pb'
9
9
 
10
10
 
11
- descriptor_data = "\n\x15shared.function.proto\x12\x06shared\x1a\x18shared.translation.proto\x1a\x13shared.struct.proto\"\x95\x04\n\x12\x46unctionDefinition\x12\x14\n\x0cruntime_name\x18\x01 \x01(\t\x12:\n\x15parameter_definitions\x18\x02 \x03(\x0b\x32\x1b.shared.ParameterDefinition\x12\x11\n\tsignature\x18\x03 \x01(\t\x12\x14\n\x0cthrows_error\x18\x04 \x01(\x08\x12!\n\x04name\x18\x05 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x06 \x03(\x0b\x32\x13.shared.Translation\x12*\n\rdocumentation\x18\x07 \x03(\x0b\x32\x13.shared.Translation\x12\x30\n\x13\x64\x65precation_message\x18\x08 \x03(\x0b\x32\x13.shared.Translation\x12,\n\x0f\x64isplay_message\x18\t \x03(\x0b\x32\x13.shared.Translation\x12\"\n\x05\x61lias\x18\n \x03(\x0b\x32\x13.shared.Translation\x12$\n\x1clinked_data_type_identifiers\x18\x0b \x03(\t\x12\x0f\n\x07version\x18\x0c \x01(\t\x12\x14\n\x0c\x64isplay_icon\x18\r \x01(\t\x12\x19\n\x11\x64\x65\x66inition_source\x18\x0e \x01(\t\x12\x1f\n\x17runtime_definition_name\x18\x0f \x01(\t\"\xc6\x02\n\x13ParameterDefinition\x12\x14\n\x0cruntime_name\x18\x01 \x01(\t\x12)\n\rdefault_value\x18\x02 \x01(\x0b\x32\r.shared.ValueH\x00\x88\x01\x01\x12\x15\n\x08optional\x18\x03 \x01(\x08H\x01\x88\x01\x01\x12\x13\n\x06hidden\x18\x04 \x01(\x08H\x02\x88\x01\x01\x12!\n\x04name\x18\x05 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x06 \x03(\x0b\x32\x13.shared.Translation\x12*\n\rdocumentation\x18\x07 \x03(\x0b\x32\x13.shared.Translation\x12\x1f\n\x17runtime_definition_name\x18\x08 \x01(\tB\x10\n\x0e_default_valueB\x0b\n\t_optionalB\t\n\x07_hiddenB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
11
+ descriptor_data = "\n\x15shared.function.proto\x12\x06shared\x1a\x18shared.translation.proto\x1a\x13shared.struct.proto\"\xb5\x04\n\x12\x46unctionDefinition\x12\x14\n\x0cruntime_name\x18\x01 \x01(\t\x12:\n\x15parameter_definitions\x18\x02 \x03(\x0b\x32\x1b.shared.ParameterDefinition\x12\x11\n\tsignature\x18\x03 \x01(\t\x12\x14\n\x0cthrows_error\x18\x04 \x01(\x08\x12!\n\x04name\x18\x05 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x06 \x03(\x0b\x32\x13.shared.Translation\x12*\n\rdocumentation\x18\x07 \x03(\x0b\x32\x13.shared.Translation\x12\x30\n\x13\x64\x65precation_message\x18\x08 \x03(\x0b\x32\x13.shared.Translation\x12,\n\x0f\x64isplay_message\x18\t \x03(\x0b\x32\x13.shared.Translation\x12\"\n\x05\x61lias\x18\n \x03(\x0b\x32\x13.shared.Translation\x12$\n\x1clinked_data_type_identifiers\x18\x0b \x03(\t\x12\x0f\n\x07version\x18\x0c \x01(\t\x12\x14\n\x0c\x64isplay_icon\x18\r \x01(\t\x12\x19\n\x11\x64\x65\x66inition_source\x18\x0e \x01(\t\x12\x1f\n\x17runtime_definition_name\x18\x0f \x01(\t\x12\x13\n\x06\x64\x65sign\x18\x10 \x01(\tH\x00\x88\x01\x01\x42\t\n\x07_design\"\xc6\x02\n\x13ParameterDefinition\x12\x14\n\x0cruntime_name\x18\x01 \x01(\t\x12)\n\rdefault_value\x18\x02 \x01(\x0b\x32\r.shared.ValueH\x00\x88\x01\x01\x12\x15\n\x08optional\x18\x03 \x01(\x08H\x01\x88\x01\x01\x12\x13\n\x06hidden\x18\x04 \x01(\x08H\x02\x88\x01\x01\x12!\n\x04name\x18\x05 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x06 \x03(\x0b\x32\x13.shared.Translation\x12*\n\rdocumentation\x18\x07 \x03(\x0b\x32\x13.shared.Translation\x12\x1f\n\x17runtime_definition_name\x18\x08 \x01(\tB\x10\n\x0e_default_valueB\x0b\n\t_optionalB\t\n\x07_hiddenB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
12
12
 
13
13
  pool = Google::Protobuf::DescriptorPool.generated_pool
14
14
  pool.add_serialized_file(descriptor_data)
@@ -0,0 +1,29 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: shared.module.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require_relative '../shared/shared.translation_pb'
8
+ require_relative '../shared/shared.data_type_pb'
9
+ require_relative '../shared/shared.function_pb'
10
+ require_relative '../shared/shared.runtime_function_pb'
11
+ require_relative '../shared/shared.flow_type_pb'
12
+ require_relative '../shared/shared.runtime_flow_type_pb'
13
+ require_relative '../shared/shared.struct_pb'
14
+
15
+
16
+ descriptor_data = "\n\x13shared.module.proto\x12\x06shared\x1a\x18shared.translation.proto\x1a\x16shared.data_type.proto\x1a\x15shared.function.proto\x1a\x1dshared.runtime_function.proto\x1a\x16shared.flow_type.proto\x1a\x1eshared.runtime_flow_type.proto\x1a\x13shared.struct.proto\"\x87\x04\n\x06Module\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12!\n\x04name\x18\x02 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x03 \x03(\x0b\x32\x13.shared.Translation\x12\x15\n\rdocumentation\x18\x04 \x01(\t\x12\x0e\n\x06\x61uthor\x18\x05 \x01(\t\x12\x0c\n\x04icon\x18\x06 \x01(\t\x12\x0f\n\x07version\x18\x07 \x01(\t\x12$\n\nflow_types\x18\t \x03(\x0b\x32\x10.shared.FlowType\x12\x33\n\x12runtime_flow_types\x18\n \x03(\x0b\x32\x17.shared.RuntimeFlowType\x12\x38\n\x14\x66unction_definitions\x18\x0b \x03(\x0b\x32\x1a.shared.FunctionDefinition\x12G\n\x1cruntime_function_definitions\x18\x0c \x03(\x0b\x32!.shared.RuntimeFunctionDefinition\x12\x39\n\x15\x64\x65\x66inition_data_types\x18\r \x03(\x0b\x32\x1a.shared.DefinitionDataType\x12=\n\x0e\x63onfigurations\x18\x0e \x03(\x0b\x32%.shared.ModuleConfigurationDefinition\"G\n\x13ModuleConfiguration\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12\x1c\n\x05value\x18\x02 \x01(\x0b\x32\r.shared.Value\"m\n\x1bModuleProjectConfigurations\x12\x12\n\nproject_id\x18\x01 \x01(\x03\x12:\n\x15module_configurations\x18\x02 \x03(\x0b\x32\x1b.shared.ModuleConfiguration\"u\n\x14ModuleConfigurations\x12\x19\n\x11module_identifier\x18\x01 \x01(\t\x12\x42\n\x15module_configurations\x18\x02 \x03(\x0b\x32#.shared.ModuleProjectConfigurations\"\xb5\x02\n\x1dModuleConfigurationDefinition\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12!\n\x04name\x18\x02 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x03 \x03(\x0b\x32\x13.shared.Translation\x12\x0c\n\x04type\x18\x04 \x01(\t\x12$\n\x1clinked_data_type_identifiers\x18\x05 \x03(\t\x12)\n\rdefault_value\x18\x06 \x01(\x0b\x32\r.shared.ValueH\x00\x88\x01\x01\x12\x15\n\x08optional\x18\x07 \x01(\x08H\x01\x88\x01\x01\x12\x13\n\x06hidden\x18\x08 \x01(\x08H\x02\x88\x01\x01\x42\x10\n\x0e_default_valueB\x0b\n\t_optionalB\t\n\x07_hiddenB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
17
+
18
+ pool = Google::Protobuf::DescriptorPool.generated_pool
19
+ pool.add_serialized_file(descriptor_data)
20
+
21
+ module Tucana
22
+ module Shared
23
+ Module = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.Module").msgclass
24
+ ModuleConfiguration = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.ModuleConfiguration").msgclass
25
+ ModuleProjectConfigurations = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.ModuleProjectConfigurations").msgclass
26
+ ModuleConfigurations = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.ModuleConfigurations").msgclass
27
+ ModuleConfigurationDefinition = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.ModuleConfigurationDefinition").msgclass
28
+ end
29
+ end
@@ -0,0 +1,22 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: shared.runtime_flow_type.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require_relative '../shared/shared.translation_pb'
8
+ require_relative '../shared/shared.struct_pb'
9
+
10
+
11
+ descriptor_data = "\n\x1eshared.runtime_flow_type.proto\x12\x06shared\x1a\x18shared.translation.proto\x1a\x13shared.struct.proto\"\xd2\x03\n\x0fRuntimeFlowType\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12\x38\n\x10runtime_settings\x18\x02 \x03(\x0b\x32\x1e.shared.RuntimeFlowTypeSetting\x12\x10\n\x08\x65\x64itable\x18\x03 \x01(\x08\x12!\n\x04name\x18\x04 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x05 \x03(\x0b\x32\x13.shared.Translation\x12*\n\rdocumentation\x18\x06 \x03(\x0b\x32\x13.shared.Translation\x12,\n\x0f\x64isplay_message\x18\x07 \x03(\x0b\x32\x13.shared.Translation\x12\"\n\x05\x61lias\x18\x08 \x03(\x0b\x32\x13.shared.Translation\x12\x0f\n\x07version\x18\t \x01(\t\x12\x14\n\x0c\x64isplay_icon\x18\n \x01(\t\x12\x1e\n\x11\x64\x65\x66inition_source\x18\x0b \x01(\tH\x00\x88\x01\x01\x12$\n\x1clinked_data_type_identifiers\x18\x0c \x03(\t\x12\x11\n\tsignature\x18\r \x01(\tB\x14\n\x12_definition_source\"\xf1\x02\n\x16RuntimeFlowTypeSetting\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12>\n\x06unique\x18\x02 \x01(\x0e\x32..shared.RuntimeFlowTypeSetting.UniquenessScope\x12)\n\rdefault_value\x18\x03 \x01(\x0b\x32\r.shared.ValueH\x00\x88\x01\x01\x12!\n\x04name\x18\x04 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x05 \x03(\x0b\x32\x13.shared.Translation\x12\x15\n\x08optional\x18\x06 \x01(\x08H\x01\x88\x01\x01\x12\x13\n\x06hidden\x18\x07 \x01(\x08H\x02\x88\x01\x01\"5\n\x0fUniquenessScope\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x08\n\x04NONE\x10\x01\x12\x0b\n\x07PROJECT\x10\x02\x42\x10\n\x0e_default_valueB\x0b\n\t_optionalB\t\n\x07_hiddenB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
12
+
13
+ pool = Google::Protobuf::DescriptorPool.generated_pool
14
+ pool.add_serialized_file(descriptor_data)
15
+
16
+ module Tucana
17
+ module Shared
18
+ RuntimeFlowType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.RuntimeFlowType").msgclass
19
+ RuntimeFlowTypeSetting = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.RuntimeFlowTypeSetting").msgclass
20
+ RuntimeFlowTypeSetting::UniquenessScope = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.RuntimeFlowTypeSetting.UniquenessScope").enummodule
21
+ end
22
+ end
@@ -8,7 +8,7 @@ require_relative '../shared/shared.translation_pb'
8
8
  require_relative '../shared/shared.struct_pb'
9
9
 
10
10
 
11
- descriptor_data = "\n\x1dshared.runtime_function.proto\x12\x06shared\x1a\x18shared.translation.proto\x1a\x13shared.struct.proto\"\x8a\x04\n\x19RuntimeFunctionDefinition\x12\x14\n\x0cruntime_name\x18\x01 \x01(\t\x12I\n\x1druntime_parameter_definitions\x18\x02 \x03(\x0b\x32\".shared.RuntimeParameterDefinition\x12\x11\n\tsignature\x18\x03 \x01(\t\x12\x14\n\x0cthrows_error\x18\x04 \x01(\x08\x12!\n\x04name\x18\x05 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x06 \x03(\x0b\x32\x13.shared.Translation\x12*\n\rdocumentation\x18\x07 \x03(\x0b\x32\x13.shared.Translation\x12\x30\n\x13\x64\x65precation_message\x18\x08 \x03(\x0b\x32\x13.shared.Translation\x12,\n\x0f\x64isplay_message\x18\t \x03(\x0b\x32\x13.shared.Translation\x12\"\n\x05\x61lias\x18\n \x03(\x0b\x32\x13.shared.Translation\x12$\n\x1clinked_data_type_identifiers\x18\x0b \x03(\t\x12\x0f\n\x07version\x18\x0c \x01(\t\x12\x14\n\x0c\x64isplay_icon\x18\r \x01(\t\x12\x19\n\x11\x64\x65\x66inition_source\x18\x0e \x01(\t\"\xac\x02\n\x1aRuntimeParameterDefinition\x12\x14\n\x0cruntime_name\x18\x01 \x01(\t\x12)\n\rdefault_value\x18\x02 \x01(\x0b\x32\r.shared.ValueH\x00\x88\x01\x01\x12\x15\n\x08optional\x18\x03 \x01(\x08H\x01\x88\x01\x01\x12\x13\n\x06hidden\x18\x04 \x01(\x08H\x02\x88\x01\x01\x12!\n\x04name\x18\x05 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x06 \x03(\x0b\x32\x13.shared.Translation\x12*\n\rdocumentation\x18\x07 \x03(\x0b\x32\x13.shared.TranslationB\x10\n\x0e_default_valueB\x0b\n\t_optionalB\t\n\x07_hiddenB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
11
+ descriptor_data = "\n\x1dshared.runtime_function.proto\x12\x06shared\x1a\x18shared.translation.proto\x1a\x13shared.struct.proto\"\xaa\x04\n\x19RuntimeFunctionDefinition\x12\x14\n\x0cruntime_name\x18\x01 \x01(\t\x12I\n\x1druntime_parameter_definitions\x18\x02 \x03(\x0b\x32\".shared.RuntimeParameterDefinition\x12\x11\n\tsignature\x18\x03 \x01(\t\x12\x14\n\x0cthrows_error\x18\x04 \x01(\x08\x12!\n\x04name\x18\x05 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x06 \x03(\x0b\x32\x13.shared.Translation\x12*\n\rdocumentation\x18\x07 \x03(\x0b\x32\x13.shared.Translation\x12\x30\n\x13\x64\x65precation_message\x18\x08 \x03(\x0b\x32\x13.shared.Translation\x12,\n\x0f\x64isplay_message\x18\t \x03(\x0b\x32\x13.shared.Translation\x12\"\n\x05\x61lias\x18\n \x03(\x0b\x32\x13.shared.Translation\x12$\n\x1clinked_data_type_identifiers\x18\x0b \x03(\t\x12\x0f\n\x07version\x18\x0c \x01(\t\x12\x14\n\x0c\x64isplay_icon\x18\r \x01(\t\x12\x19\n\x11\x64\x65\x66inition_source\x18\x0e \x01(\t\x12\x13\n\x06\x64\x65sign\x18\x0f \x01(\tH\x00\x88\x01\x01\x42\t\n\x07_design\"\xac\x02\n\x1aRuntimeParameterDefinition\x12\x14\n\x0cruntime_name\x18\x01 \x01(\t\x12)\n\rdefault_value\x18\x02 \x01(\x0b\x32\r.shared.ValueH\x00\x88\x01\x01\x12\x15\n\x08optional\x18\x03 \x01(\x08H\x01\x88\x01\x01\x12\x13\n\x06hidden\x18\x04 \x01(\x08H\x02\x88\x01\x01\x12!\n\x04name\x18\x05 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x06 \x03(\x0b\x32\x13.shared.Translation\x12*\n\rdocumentation\x18\x07 \x03(\x0b\x32\x13.shared.TranslationB\x10\n\x0e_default_valueB\x0b\n\t_optionalB\t\n\x07_hiddenB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
12
12
 
13
13
  pool = Google::Protobuf::DescriptorPool.generated_pool
14
14
  pool.add_serialized_file(descriptor_data)
@@ -7,18 +7,20 @@ require 'google/protobuf'
7
7
  require_relative '../shared/shared.translation_pb'
8
8
 
9
9
 
10
- descriptor_data = "\n\x1bshared.runtime_status.proto\x12\x06shared\x1a\x18shared.translation.proto\"2\n\x14\x41\x64\x61pterConfiguration\x12\x12\n\x08\x65ndpoint\x18\x01 \x01(\tH\x00\x42\x06\n\x04\x64\x61ta\"]\n\x0eRuntimeFeature\x12!\n\x04name\x18\x01 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x02 \x03(\x0b\x32\x13.shared.Translation\"\xa6\x02\n\x14\x41\x64\x61pterRuntimeStatus\x12\x33\n\x06status\x18\x01 \x01(\x0e\x32#.shared.AdapterRuntimeStatus.Status\x12\x11\n\ttimestamp\x18\x02 \x01(\x03\x12\x12\n\nidentifier\x18\x03 \x01(\t\x12(\n\x08\x66\x65\x61tures\x18\x04 \x03(\x0b\x32\x16.shared.RuntimeFeature\x12\x34\n\x0e\x63onfigurations\x18\x05 \x03(\x0b\x32\x1c.shared.AdapterConfiguration\"R\n\x06Status\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x12\n\x0eNOT_RESPONDING\x10\x01\x12\r\n\tNOT_READY\x10\x02\x12\x0b\n\x07RUNNING\x10\x03\x12\x0b\n\x07STOPPED\x10\x04\"\xf4\x01\n\x16\x45xecutionRuntimeStatus\x12\x35\n\x06status\x18\x01 \x01(\x0e\x32%.shared.ExecutionRuntimeStatus.Status\x12\x11\n\ttimestamp\x18\x02 \x01(\x03\x12\x12\n\nidentifier\x18\x03 \x01(\t\x12(\n\x08\x66\x65\x61tures\x18\x04 \x03(\x0b\x32\x16.shared.RuntimeFeature\"R\n\x06Status\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x12\n\x0eNOT_RESPONDING\x10\x01\x12\r\n\tNOT_READY\x10\x02\x12\x0b\n\x07RUNNING\x10\x03\x12\x0b\n\x07STOPPED\x10\x04\x42\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
10
+ descriptor_data = "\n\x1bshared.runtime_status.proto\x12\x06shared\x1a\x18shared.translation.proto\"W\n\x1a\x41\x64\x61pterStatusConfiguration\x12\x1d\n\x15\x66low_type_identifiers\x18\x01 \x03(\t\x12\x12\n\x08\x65ndpoint\x18\x02 \x01(\tH\x00\x42\x06\n\x04\x64\x61ta\"V\n\x19\x41\x63tionStatusConfiguration\x12\x1d\n\x15\x66low_type_identifiers\x18\x01 \x03(\t\x12\x12\n\x08\x65ndpoint\x18\x02 \x01(\tH\x00\x42\x06\n\x04\x64\x61ta\"\x82\x02\n\x14\x41\x64\x61pterRuntimeStatus\x12\x33\n\x06status\x18\x01 \x01(\x0e\x32#.shared.AdapterRuntimeStatus.Status\x12\x11\n\ttimestamp\x18\x02 \x01(\x03\x12\x12\n\nidentifier\x18\x03 \x01(\t\x12:\n\x0e\x63onfigurations\x18\x04 \x03(\x0b\x32\".shared.AdapterStatusConfiguration\"R\n\x06Status\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x12\n\x0eNOT_RESPONDING\x10\x01\x12\r\n\tNOT_READY\x10\x02\x12\x0b\n\x07RUNNING\x10\x03\x12\x0b\n\x07STOPPED\x10\x04\"\xca\x01\n\x16\x45xecutionRuntimeStatus\x12\x35\n\x06status\x18\x01 \x01(\x0e\x32%.shared.ExecutionRuntimeStatus.Status\x12\x11\n\ttimestamp\x18\x02 \x01(\x03\x12\x12\n\nidentifier\x18\x03 \x01(\t\"R\n\x06Status\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x12\n\x0eNOT_RESPONDING\x10\x01\x12\r\n\tNOT_READY\x10\x02\x12\x0b\n\x07RUNNING\x10\x03\x12\x0b\n\x07STOPPED\x10\x04\"\xf1\x01\n\x0c\x41\x63tionStatus\x12+\n\x06status\x18\x01 \x01(\x0e\x32\x1b.shared.ActionStatus.Status\x12\x11\n\ttimestamp\x18\x02 \x01(\x03\x12\x12\n\nidentifier\x18\x03 \x01(\t\x12\x39\n\x0e\x63onfigurations\x18\x04 \x03(\x0b\x32!.shared.ActionStatusConfiguration\"R\n\x06Status\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x12\n\x0eNOT_RESPONDING\x10\x01\x12\r\n\tNOT_READY\x10\x02\x12\x0b\n\x07RUNNING\x10\x03\x12\x0b\n\x07STOPPED\x10\x04\x42\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
11
11
 
12
12
  pool = Google::Protobuf::DescriptorPool.generated_pool
13
13
  pool.add_serialized_file(descriptor_data)
14
14
 
15
15
  module Tucana
16
16
  module Shared
17
- AdapterConfiguration = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.AdapterConfiguration").msgclass
18
- RuntimeFeature = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.RuntimeFeature").msgclass
17
+ AdapterStatusConfiguration = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.AdapterStatusConfiguration").msgclass
18
+ ActionStatusConfiguration = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.ActionStatusConfiguration").msgclass
19
19
  AdapterRuntimeStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.AdapterRuntimeStatus").msgclass
20
20
  AdapterRuntimeStatus::Status = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.AdapterRuntimeStatus.Status").enummodule
21
21
  ExecutionRuntimeStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.ExecutionRuntimeStatus").msgclass
22
22
  ExecutionRuntimeStatus::Status = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.ExecutionRuntimeStatus.Status").enummodule
23
+ ActionStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.ActionStatus").msgclass
24
+ ActionStatus::Status = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.ActionStatus.Status").enummodule
23
25
  end
24
26
  end
@@ -4,5 +4,5 @@
4
4
  # to update the version, run "bundle exec rake release:version[NEW_VERSION]".
5
5
 
6
6
  module Tucana
7
- VERSION = "0.0.68"
7
+ VERSION = "0.0.69"
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tucana
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.68
4
+ version: 0.0.69
5
5
  platform: ruby
6
6
  authors:
7
7
  - Niklas van Schrick
@@ -74,43 +74,32 @@ files:
74
74
  - lib/tucana.rb
75
75
  - lib/tucana/generated/aquila/aquila.action_pb.rb
76
76
  - lib/tucana/generated/aquila/aquila.action_services_pb.rb
77
- - lib/tucana/generated/aquila/aquila.data_type_pb.rb
78
- - lib/tucana/generated/aquila/aquila.data_type_services_pb.rb
79
- - lib/tucana/generated/aquila/aquila.flow_type_pb.rb
80
- - lib/tucana/generated/aquila/aquila.flow_type_services_pb.rb
81
- - lib/tucana/generated/aquila/aquila.function_pb.rb
82
- - lib/tucana/generated/aquila/aquila.function_services_pb.rb
83
- - lib/tucana/generated/aquila/aquila.runtime_function_pb.rb
84
- - lib/tucana/generated/aquila/aquila.runtime_function_services_pb.rb
77
+ - lib/tucana/generated/aquila/aquila.module_pb.rb
78
+ - lib/tucana/generated/aquila/aquila.module_services_pb.rb
85
79
  - lib/tucana/generated/aquila/aquila.runtime_status_pb.rb
86
80
  - lib/tucana/generated/aquila/aquila.runtime_status_services_pb.rb
87
81
  - lib/tucana/generated/aquila/aquila.runtime_usage_pb.rb
88
82
  - lib/tucana/generated/aquila/aquila.runtime_usage_services_pb.rb
89
- - lib/tucana/generated/sagittarius/sagittarius.action_configuration_pb.rb
90
- - lib/tucana/generated/sagittarius/sagittarius.action_configuration_services_pb.rb
91
- - lib/tucana/generated/sagittarius/sagittarius.data_type_pb.rb
92
- - lib/tucana/generated/sagittarius/sagittarius.data_type_services_pb.rb
93
83
  - lib/tucana/generated/sagittarius/sagittarius.flow_pb.rb
94
84
  - lib/tucana/generated/sagittarius/sagittarius.flow_services_pb.rb
95
- - lib/tucana/generated/sagittarius/sagittarius.flow_type_pb.rb
96
- - lib/tucana/generated/sagittarius/sagittarius.flow_type_services_pb.rb
97
- - lib/tucana/generated/sagittarius/sagittarius.function_pb.rb
98
- - lib/tucana/generated/sagittarius/sagittarius.function_services_pb.rb
85
+ - lib/tucana/generated/sagittarius/sagittarius.module_pb.rb
86
+ - lib/tucana/generated/sagittarius/sagittarius.module_services_pb.rb
99
87
  - lib/tucana/generated/sagittarius/sagittarius.ping_pb.rb
100
88
  - lib/tucana/generated/sagittarius/sagittarius.ping_services_pb.rb
101
- - lib/tucana/generated/sagittarius/sagittarius.runtime_function_pb.rb
102
- - lib/tucana/generated/sagittarius/sagittarius.runtime_function_services_pb.rb
103
89
  - lib/tucana/generated/sagittarius/sagittarius.runtime_status_pb.rb
104
90
  - lib/tucana/generated/sagittarius/sagittarius.runtime_status_services_pb.rb
105
91
  - lib/tucana/generated/sagittarius/sagittarius.runtime_usage_pb.rb
106
92
  - lib/tucana/generated/sagittarius/sagittarius.runtime_usage_services_pb.rb
107
93
  - lib/tucana/generated/sagittarius/sagittarius.text_execution_pb.rb
108
94
  - lib/tucana/generated/sagittarius/sagittarius.text_execution_services_pb.rb
109
- - lib/tucana/generated/shared/shared.action_configuration_pb.rb
110
95
  - lib/tucana/generated/shared/shared.data_type_pb.rb
111
- - lib/tucana/generated/shared/shared.flow_definition_pb.rb
96
+ - lib/tucana/generated/shared/shared.errors_pb.rb
97
+ - lib/tucana/generated/shared/shared.execution_result_pb.rb
112
98
  - lib/tucana/generated/shared/shared.flow_pb.rb
99
+ - lib/tucana/generated/shared/shared.flow_type_pb.rb
113
100
  - lib/tucana/generated/shared/shared.function_pb.rb
101
+ - lib/tucana/generated/shared/shared.module_pb.rb
102
+ - lib/tucana/generated/shared/shared.runtime_flow_type_pb.rb
114
103
  - lib/tucana/generated/shared/shared.runtime_function_pb.rb
115
104
  - lib/tucana/generated/shared/shared.runtime_status_pb.rb
116
105
  - lib/tucana/generated/shared/shared.runtime_usage_pb.rb
@@ -1,20 +0,0 @@
1
- # frozen_string_literal: true
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: aquila.data_type.proto
4
-
5
- require 'google/protobuf'
6
-
7
- require_relative '../shared/shared.data_type_pb'
8
-
9
-
10
- descriptor_data = "\n\x16\x61quila.data_type.proto\x12\x06\x61quila\x1a\x16shared.data_type.proto\"G\n\x15\x44\x61taTypeUpdateRequest\x12.\n\ndata_types\x18\x01 \x03(\x0b\x32\x1a.shared.DefinitionDataType\")\n\x16\x44\x61taTypeUpdateResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x32\\\n\x0f\x44\x61taTypeService\x12I\n\x06Update\x12\x1d.aquila.DataTypeUpdateRequest\x1a\x1e.aquila.DataTypeUpdateResponse\"\x00\x42\x11\xea\x02\x0eTucana::Aquilab\x06proto3"
11
-
12
- pool = Google::Protobuf::DescriptorPool.generated_pool
13
- pool.add_serialized_file(descriptor_data)
14
-
15
- module Tucana
16
- module Aquila
17
- DataTypeUpdateRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.DataTypeUpdateRequest").msgclass
18
- DataTypeUpdateResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.DataTypeUpdateResponse").msgclass
19
- end
20
- end
@@ -1,24 +0,0 @@
1
- # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: aquila.data_type.proto for package 'Tucana.Aquila'
3
-
4
- require 'grpc'
5
- require_relative 'aquila.data_type_pb'
6
-
7
- module Tucana
8
- module Aquila
9
- module DataTypeService
10
- class Service
11
-
12
- include ::GRPC::GenericService
13
-
14
- self.marshal_class_method = :encode
15
- self.unmarshal_class_method = :decode
16
- self.service_name = 'aquila.DataTypeService'
17
-
18
- rpc :Update, ::Tucana::Aquila::DataTypeUpdateRequest, ::Tucana::Aquila::DataTypeUpdateResponse
19
- end
20
-
21
- Stub = Service.rpc_stub_class
22
- end
23
- end
24
- end
@@ -1,20 +0,0 @@
1
- # frozen_string_literal: true
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: aquila.flow_type.proto
4
-
5
- require 'google/protobuf'
6
-
7
- require_relative '../shared/shared.flow_definition_pb'
8
-
9
-
10
- descriptor_data = "\n\x16\x61quila.flow_type.proto\x12\x06\x61quila\x1a\x1cshared.flow_definition.proto\"=\n\x15\x46lowTypeUpdateRequest\x12$\n\nflow_types\x18\x01 \x03(\x0b\x32\x10.shared.FlowType\")\n\x16\x46lowTypeUpdateResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x32\\\n\x0f\x46lowTypeService\x12I\n\x06Update\x12\x1d.aquila.FlowTypeUpdateRequest\x1a\x1e.aquila.FlowTypeUpdateResponse\"\x00\x42\x11\xea\x02\x0eTucana::Aquilab\x06proto3"
11
-
12
- pool = Google::Protobuf::DescriptorPool.generated_pool
13
- pool.add_serialized_file(descriptor_data)
14
-
15
- module Tucana
16
- module Aquila
17
- FlowTypeUpdateRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.FlowTypeUpdateRequest").msgclass
18
- FlowTypeUpdateResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.FlowTypeUpdateResponse").msgclass
19
- end
20
- end
@@ -1,25 +0,0 @@
1
- # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: aquila.flow_type.proto for package 'Tucana.Aquila'
3
-
4
- require 'grpc'
5
- require_relative 'aquila.flow_type_pb'
6
-
7
- module Tucana
8
- module Aquila
9
- module FlowTypeService
10
- # This service will be implemented as a server by Aquila and as a client by Draco.
11
- class Service
12
-
13
- include ::GRPC::GenericService
14
-
15
- self.marshal_class_method = :encode
16
- self.unmarshal_class_method = :decode
17
- self.service_name = 'aquila.FlowTypeService'
18
-
19
- rpc :Update, ::Tucana::Aquila::FlowTypeUpdateRequest, ::Tucana::Aquila::FlowTypeUpdateResponse
20
- end
21
-
22
- Stub = Service.rpc_stub_class
23
- end
24
- end
25
- end
@@ -1,20 +0,0 @@
1
- # frozen_string_literal: true
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: aquila.function.proto
4
-
5
- require 'google/protobuf'
6
-
7
- require_relative '../shared/shared.function_pb'
8
-
9
-
10
- descriptor_data = "\n\x15\x61quila.function.proto\x12\x06\x61quila\x1a\x15shared.function.proto\"P\n\x1f\x46unctionDefinitionUpdateRequest\x12-\n\tfunctions\x18\x01 \x03(\x0b\x32\x1a.shared.FunctionDefinition\"3\n FunctionDefinitionUpdateResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x32z\n\x19\x46unctionDefinitionService\x12]\n\x06Update\x12\'.aquila.FunctionDefinitionUpdateRequest\x1a(.aquila.FunctionDefinitionUpdateResponse\"\x00\x42\x11\xea\x02\x0eTucana::Aquilab\x06proto3"
11
-
12
- pool = Google::Protobuf::DescriptorPool.generated_pool
13
- pool.add_serialized_file(descriptor_data)
14
-
15
- module Tucana
16
- module Aquila
17
- FunctionDefinitionUpdateRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.FunctionDefinitionUpdateRequest").msgclass
18
- FunctionDefinitionUpdateResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.FunctionDefinitionUpdateResponse").msgclass
19
- end
20
- end
@@ -1,20 +0,0 @@
1
- # frozen_string_literal: true
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: aquila.runtime_function.proto
4
-
5
- require 'google/protobuf'
6
-
7
- require_relative '../shared/shared.runtime_function_pb'
8
-
9
-
10
- descriptor_data = "\n\x1d\x61quila.runtime_function.proto\x12\x06\x61quila\x1a\x1dshared.runtime_function.proto\"f\n&RuntimeFunctionDefinitionUpdateRequest\x12<\n\x11runtime_functions\x18\x01 \x03(\x0b\x32!.shared.RuntimeFunctionDefinition\":\n\'RuntimeFunctionDefinitionUpdateResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x32\x8f\x01\n RuntimeFunctionDefinitionService\x12k\n\x06Update\x12..aquila.RuntimeFunctionDefinitionUpdateRequest\x1a/.aquila.RuntimeFunctionDefinitionUpdateResponse\"\x00\x42\x11\xea\x02\x0eTucana::Aquilab\x06proto3"
11
-
12
- pool = Google::Protobuf::DescriptorPool.generated_pool
13
- pool.add_serialized_file(descriptor_data)
14
-
15
- module Tucana
16
- module Aquila
17
- RuntimeFunctionDefinitionUpdateRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.RuntimeFunctionDefinitionUpdateRequest").msgclass
18
- RuntimeFunctionDefinitionUpdateResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.RuntimeFunctionDefinitionUpdateResponse").msgclass
19
- end
20
- end
@@ -1,25 +0,0 @@
1
- # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: aquila.runtime_function.proto for package 'Tucana.Aquila'
3
-
4
- require 'grpc'
5
- require_relative 'aquila.runtime_function_pb'
6
-
7
- module Tucana
8
- module Aquila
9
- module RuntimeFunctionDefinitionService
10
- # This service will be implemented as a server by Aquila and as a client by Taurus.
11
- class Service
12
-
13
- include ::GRPC::GenericService
14
-
15
- self.marshal_class_method = :encode
16
- self.unmarshal_class_method = :decode
17
- self.service_name = 'aquila.RuntimeFunctionDefinitionService'
18
-
19
- rpc :Update, ::Tucana::Aquila::RuntimeFunctionDefinitionUpdateRequest, ::Tucana::Aquila::RuntimeFunctionDefinitionUpdateResponse
20
- end
21
-
22
- Stub = Service.rpc_stub_class
23
- end
24
- end
25
- end
@@ -1,20 +0,0 @@
1
- # frozen_string_literal: true
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: sagittarius.action_configuration.proto
4
-
5
- require 'google/protobuf'
6
-
7
- require_relative '../shared/shared.action_configuration_pb'
8
-
9
-
10
- descriptor_data = "\n&sagittarius.action_configuration.proto\x12\x0bsagittarius\x1a!shared.action_configuration.proto\"\x83\x01\n ActionConfigurationUpdateRequest\x12\x19\n\x11\x61\x63tion_identifier\x18\x01 \x01(\t\x12\x44\n\x15\x61\x63tion_configurations\x18\x02 \x03(\x0b\x32%.shared.ActionConfigurationDefinition\"4\n!ActionConfigurationUpdateResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x32\x87\x01\n\x1a\x41\x63tionConfigurationService\x12i\n\x06Update\x12-.sagittarius.ActionConfigurationUpdateRequest\x1a..sagittarius.ActionConfigurationUpdateResponse\"\x00\x42\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
11
-
12
- pool = Google::Protobuf::DescriptorPool.generated_pool
13
- pool.add_serialized_file(descriptor_data)
14
-
15
- module Tucana
16
- module Sagittarius
17
- ActionConfigurationUpdateRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.ActionConfigurationUpdateRequest").msgclass
18
- ActionConfigurationUpdateResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.ActionConfigurationUpdateResponse").msgclass
19
- end
20
- end
@@ -1,24 +0,0 @@
1
- # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: sagittarius.action_configuration.proto for package 'Tucana.Sagittarius'
3
-
4
- require 'grpc'
5
- require_relative 'sagittarius.action_configuration_pb'
6
-
7
- module Tucana
8
- module Sagittarius
9
- module ActionConfigurationService
10
- class Service
11
-
12
- include ::GRPC::GenericService
13
-
14
- self.marshal_class_method = :encode
15
- self.unmarshal_class_method = :decode
16
- self.service_name = 'sagittarius.ActionConfigurationService'
17
-
18
- rpc :Update, ::Tucana::Sagittarius::ActionConfigurationUpdateRequest, ::Tucana::Sagittarius::ActionConfigurationUpdateResponse
19
- end
20
-
21
- Stub = Service.rpc_stub_class
22
- end
23
- end
24
- end
@@ -1,20 +0,0 @@
1
- # frozen_string_literal: true
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: sagittarius.data_type.proto
4
-
5
- require 'google/protobuf'
6
-
7
- require_relative '../shared/shared.data_type_pb'
8
-
9
-
10
- descriptor_data = "\n\x1bsagittarius.data_type.proto\x12\x0bsagittarius\x1a\x16shared.data_type.proto\"G\n\x15\x44\x61taTypeUpdateRequest\x12.\n\ndata_types\x18\x01 \x03(\x0b\x32\x1a.shared.DefinitionDataType\")\n\x16\x44\x61taTypeUpdateResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x32\x66\n\x0f\x44\x61taTypeService\x12S\n\x06Update\x12\".sagittarius.DataTypeUpdateRequest\x1a#.sagittarius.DataTypeUpdateResponse\"\x00\x42\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
11
-
12
- pool = Google::Protobuf::DescriptorPool.generated_pool
13
- pool.add_serialized_file(descriptor_data)
14
-
15
- module Tucana
16
- module Sagittarius
17
- DataTypeUpdateRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.DataTypeUpdateRequest").msgclass
18
- DataTypeUpdateResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.DataTypeUpdateResponse").msgclass
19
- end
20
- end
@@ -1,24 +0,0 @@
1
- # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: sagittarius.data_type.proto for package 'Tucana.Sagittarius'
3
-
4
- require 'grpc'
5
- require_relative 'sagittarius.data_type_pb'
6
-
7
- module Tucana
8
- module Sagittarius
9
- module DataTypeService
10
- class Service
11
-
12
- include ::GRPC::GenericService
13
-
14
- self.marshal_class_method = :encode
15
- self.unmarshal_class_method = :decode
16
- self.service_name = 'sagittarius.DataTypeService'
17
-
18
- rpc :Update, ::Tucana::Sagittarius::DataTypeUpdateRequest, ::Tucana::Sagittarius::DataTypeUpdateResponse
19
- end
20
-
21
- Stub = Service.rpc_stub_class
22
- end
23
- end
24
- end
@@ -1,20 +0,0 @@
1
- # frozen_string_literal: true
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: sagittarius.flow_type.proto
4
-
5
- require 'google/protobuf'
6
-
7
- require_relative '../shared/shared.flow_definition_pb'
8
-
9
-
10
- descriptor_data = "\n\x1bsagittarius.flow_type.proto\x12\x0bsagittarius\x1a\x1cshared.flow_definition.proto\"=\n\x15\x46lowTypeUpdateRequest\x12$\n\nflow_types\x18\x01 \x03(\x0b\x32\x10.shared.FlowType\")\n\x16\x46lowTypeUpdateResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x32\x66\n\x0f\x46lowTypeService\x12S\n\x06Update\x12\".sagittarius.FlowTypeUpdateRequest\x1a#.sagittarius.FlowTypeUpdateResponse\"\x00\x42\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
11
-
12
- pool = Google::Protobuf::DescriptorPool.generated_pool
13
- pool.add_serialized_file(descriptor_data)
14
-
15
- module Tucana
16
- module Sagittarius
17
- FlowTypeUpdateRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.FlowTypeUpdateRequest").msgclass
18
- FlowTypeUpdateResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.FlowTypeUpdateResponse").msgclass
19
- end
20
- end
@@ -1,20 +0,0 @@
1
- # frozen_string_literal: true
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: sagittarius.function.proto
4
-
5
- require 'google/protobuf'
6
-
7
- require_relative '../shared/shared.function_pb'
8
-
9
-
10
- descriptor_data = "\n\x1asagittarius.function.proto\x12\x0bsagittarius\x1a\x15shared.function.proto\"P\n\x1f\x46unctionDefinitionUpdateRequest\x12-\n\tfunctions\x18\x01 \x03(\x0b\x32\x1a.shared.FunctionDefinition\"3\n FunctionDefinitionUpdateResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x32\x84\x01\n\x19\x46unctionDefinitionService\x12g\n\x06Update\x12,.sagittarius.FunctionDefinitionUpdateRequest\x1a-.sagittarius.FunctionDefinitionUpdateResponse\"\x00\x42\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
11
-
12
- pool = Google::Protobuf::DescriptorPool.generated_pool
13
- pool.add_serialized_file(descriptor_data)
14
-
15
- module Tucana
16
- module Sagittarius
17
- FunctionDefinitionUpdateRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.FunctionDefinitionUpdateRequest").msgclass
18
- FunctionDefinitionUpdateResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.FunctionDefinitionUpdateResponse").msgclass
19
- end
20
- end
@@ -1,25 +0,0 @@
1
- # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: sagittarius.function.proto for package 'Tucana.Sagittarius'
3
-
4
- require 'grpc'
5
- require_relative 'sagittarius.function_pb'
6
-
7
- module Tucana
8
- module Sagittarius
9
- module FunctionDefinitionService
10
- # This service will be implemented as a server by Sagittarius and as a client by Aquila.
11
- class Service
12
-
13
- include ::GRPC::GenericService
14
-
15
- self.marshal_class_method = :encode
16
- self.unmarshal_class_method = :decode
17
- self.service_name = 'sagittarius.FunctionDefinitionService'
18
-
19
- rpc :Update, ::Tucana::Sagittarius::FunctionDefinitionUpdateRequest, ::Tucana::Sagittarius::FunctionDefinitionUpdateResponse
20
- end
21
-
22
- Stub = Service.rpc_stub_class
23
- end
24
- end
25
- end
@@ -1,20 +0,0 @@
1
- # frozen_string_literal: true
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: sagittarius.runtime_function.proto
4
-
5
- require 'google/protobuf'
6
-
7
- require_relative '../shared/shared.runtime_function_pb'
8
-
9
-
10
- descriptor_data = "\n\"sagittarius.runtime_function.proto\x12\x0bsagittarius\x1a\x1dshared.runtime_function.proto\"f\n&RuntimeFunctionDefinitionUpdateRequest\x12<\n\x11runtime_functions\x18\x01 \x03(\x0b\x32!.shared.RuntimeFunctionDefinition\":\n\'RuntimeFunctionDefinitionUpdateResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x32\x99\x01\n RuntimeFunctionDefinitionService\x12u\n\x06Update\x12\x33.sagittarius.RuntimeFunctionDefinitionUpdateRequest\x1a\x34.sagittarius.RuntimeFunctionDefinitionUpdateResponse\"\x00\x42\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
11
-
12
- pool = Google::Protobuf::DescriptorPool.generated_pool
13
- pool.add_serialized_file(descriptor_data)
14
-
15
- module Tucana
16
- module Sagittarius
17
- RuntimeFunctionDefinitionUpdateRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.RuntimeFunctionDefinitionUpdateRequest").msgclass
18
- RuntimeFunctionDefinitionUpdateResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.RuntimeFunctionDefinitionUpdateResponse").msgclass
19
- end
20
- end
@@ -1,25 +0,0 @@
1
- # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: sagittarius.runtime_function.proto for package 'Tucana.Sagittarius'
3
-
4
- require 'grpc'
5
- require_relative 'sagittarius.runtime_function_pb'
6
-
7
- module Tucana
8
- module Sagittarius
9
- module RuntimeFunctionDefinitionService
10
- # This service will be implemented as a server by Sagittarius and as a client by Aquila.
11
- class Service
12
-
13
- include ::GRPC::GenericService
14
-
15
- self.marshal_class_method = :encode
16
- self.unmarshal_class_method = :decode
17
- self.service_name = 'sagittarius.RuntimeFunctionDefinitionService'
18
-
19
- rpc :Update, ::Tucana::Sagittarius::RuntimeFunctionDefinitionUpdateRequest, ::Tucana::Sagittarius::RuntimeFunctionDefinitionUpdateResponse
20
- end
21
-
22
- Stub = Service.rpc_stub_class
23
- end
24
- end
25
- end
@@ -1,24 +0,0 @@
1
- # frozen_string_literal: true
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: shared.action_configuration.proto
4
-
5
- require 'google/protobuf'
6
-
7
- require_relative '../shared/shared.data_type_pb'
8
- require_relative '../shared/shared.struct_pb'
9
- require_relative '../shared/shared.translation_pb'
10
-
11
-
12
- descriptor_data = "\n!shared.action_configuration.proto\x12\x06shared\x1a\x16shared.data_type.proto\x1a\x13shared.struct.proto\x1a\x18shared.translation.proto\"G\n\x13\x41\x63tionConfiguration\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12\x1c\n\x05value\x18\x02 \x01(\x0b\x32\r.shared.Value\"l\n\x1a\x41\x63tionProjectConfiguration\x12\x12\n\nproject_id\x18\x01 \x01(\x03\x12:\n\x15\x61\x63tion_configurations\x18\x02 \x03(\x0b\x32\x1b.shared.ActionConfiguration\"t\n\x14\x41\x63tionConfigurations\x12\x19\n\x11\x61\x63tion_identifier\x18\x01 \x01(\t\x12\x41\n\x15\x61\x63tion_configurations\x18\x02 \x03(\x0b\x32\".shared.ActionProjectConfiguration\"\xf1\x01\n\x1d\x41\x63tionConfigurationDefinition\x12!\n\x04name\x18\x01 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x02 \x03(\x0b\x32\x13.shared.Translation\x12\x0c\n\x04type\x18\x03 \x01(\t\x12$\n\x1clinked_data_type_identifiers\x18\x04 \x03(\t\x12)\n\rdefault_value\x18\x05 \x01(\x0b\x32\r.shared.ValueH\x00\x88\x01\x01\x12\x12\n\nidentifier\x18\x06 \x01(\tB\x10\n\x0e_default_valueB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
13
-
14
- pool = Google::Protobuf::DescriptorPool.generated_pool
15
- pool.add_serialized_file(descriptor_data)
16
-
17
- module Tucana
18
- module Shared
19
- ActionConfiguration = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.ActionConfiguration").msgclass
20
- ActionProjectConfiguration = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.ActionProjectConfiguration").msgclass
21
- ActionConfigurations = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.ActionConfigurations").msgclass
22
- ActionConfigurationDefinition = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.ActionConfigurationDefinition").msgclass
23
- end
24
- end
@@ -1,22 +0,0 @@
1
- # frozen_string_literal: true
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: shared.flow_definition.proto
4
-
5
- require 'google/protobuf'
6
-
7
- require_relative '../shared/shared.translation_pb'
8
- require_relative '../shared/shared.struct_pb'
9
-
10
-
11
- descriptor_data = "\n\x1cshared.flow_definition.proto\x12\x06shared\x1a\x18shared.translation.proto\x1a\x13shared.struct.proto\"\xbc\x03\n\x08\x46lowType\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12)\n\x08settings\x18\x02 \x03(\x0b\x32\x17.shared.FlowTypeSetting\x12\x10\n\x08\x65\x64itable\x18\x03 \x01(\x08\x12!\n\x04name\x18\x04 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x05 \x03(\x0b\x32\x13.shared.Translation\x12*\n\rdocumentation\x18\x06 \x03(\x0b\x32\x13.shared.Translation\x12,\n\x0f\x64isplay_message\x18\x07 \x03(\x0b\x32\x13.shared.Translation\x12\"\n\x05\x61lias\x18\x08 \x03(\x0b\x32\x13.shared.Translation\x12\x0f\n\x07version\x18\t \x01(\t\x12\x14\n\x0c\x64isplay_icon\x18\n \x01(\t\x12\x1e\n\x11\x64\x65\x66inition_source\x18\x0b \x01(\tH\x00\x88\x01\x01\x12$\n\x1clinked_data_type_identifiers\x18\x0c \x03(\t\x12\x11\n\tsignature\x18\r \x01(\tB\x14\n\x12_definition_source\"\x9f\x02\n\x0f\x46lowTypeSetting\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12\x37\n\x06unique\x18\x02 \x01(\x0e\x32\'.shared.FlowTypeSetting.UniquenessScope\x12)\n\rdefault_value\x18\x03 \x01(\x0b\x32\r.shared.ValueH\x00\x88\x01\x01\x12!\n\x04name\x18\x04 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x05 \x03(\x0b\x32\x13.shared.Translation\"5\n\x0fUniquenessScope\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x08\n\x04NONE\x10\x01\x12\x0b\n\x07PROJECT\x10\x02\x42\x10\n\x0e_default_valueB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
12
-
13
- pool = Google::Protobuf::DescriptorPool.generated_pool
14
- pool.add_serialized_file(descriptor_data)
15
-
16
- module Tucana
17
- module Shared
18
- FlowType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.FlowType").msgclass
19
- FlowTypeSetting = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.FlowTypeSetting").msgclass
20
- FlowTypeSetting::UniquenessScope = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.FlowTypeSetting.UniquenessScope").enummodule
21
- end
22
- end