tucana 0.0.48 → 0.0.50

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 672af93dc72a229bd4f46450d3d1ad77d3fac25f0db98ab39c7dce5a65fa4ec2
4
- data.tar.gz: 648a94bbe7acaba6c56144d37ecdb8f8c732319073c7c392042271fec239bba3
3
+ metadata.gz: 014d302b4594f95c1182482e64377c9673f848f9bba311e7051b52db2e376399
4
+ data.tar.gz: fdb4dc429074520aafbcb49dfd117f5c66ba215f075dba37b834adec9e75d5ce
5
5
  SHA512:
6
- metadata.gz: f33abf28c4fd74cfa1065f01f7e9a70ea949747a22c0ad58a8ff5e79b58298673368bf3e2d6f60e49b40f1a4932304b590b2d3ae9d1da36e1a9d164aab34b965
7
- data.tar.gz: '08289442148d156027a8039f7f09454bb2c5cf1a2dfc7fb42de90a3507c8cfb98ec1fd867914de408ba4c9ea39c75c27f236abc4192b33849edffcda1acf72a7'
6
+ metadata.gz: '0592fa4c13e8cf0094f405877fb0d839b7596bf83bb6e75048f7973eead538be594cda2c3917ac38f83216b741f129d944673542aa6288f6c08b319596203c8c'
7
+ data.tar.gz: 0b98737b502551675eedc9f5b802ab0cf7d2ef274f53138662161a4860e42b234d99e85f122affd6dfeb75e431b8fe010c5a31c5799aaf743dab726d460ec9e4
@@ -0,0 +1,20 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: aquila.runtime_status.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require_relative '../shared/shared.runtime_status_pb'
8
+
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"
11
+
12
+ pool = Google::Protobuf::DescriptorPool.generated_pool
13
+ pool.add_serialized_file(descriptor_data)
14
+
15
+ module Tucana
16
+ module Aquila
17
+ RuntimeStatusUpdateRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.RuntimeStatusUpdateRequest").msgclass
18
+ RuntimeStatusUpdateResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.RuntimeStatusUpdateResponse").msgclass
19
+ end
20
+ end
@@ -0,0 +1,24 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # Source: aquila.runtime_status.proto for package 'Tucana.Aquila'
3
+
4
+ require 'grpc'
5
+ require_relative 'aquila.runtime_status_pb'
6
+
7
+ module Tucana
8
+ module Aquila
9
+ module RuntimeStatusService
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.RuntimeStatusService'
17
+
18
+ rpc :Update, ::Tucana::Aquila::RuntimeStatusUpdateRequest, ::Tucana::Aquila::RuntimeStatusUpdateResponse
19
+ end
20
+
21
+ Stub = Service.rpc_stub_class
22
+ end
23
+ end
24
+ end
@@ -0,0 +1,20 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: aquila.runtime_usage.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require_relative '../shared/shared.runtime_usage_pb'
8
+
9
+
10
+ descriptor_data = "\n\x1a\x61quila.runtime_usage.proto\x12\x06\x61quila\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\\\n\x13RuntimeUsageService\x12\x45\n\x06Update\x12\x1b.aquila.RuntimeUsageRequest\x1a\x1c.aquila.RuntimeUsageResponse\"\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
+ RuntimeUsageRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.RuntimeUsageRequest").msgclass
18
+ RuntimeUsageResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aquila.RuntimeUsageResponse").msgclass
19
+ end
20
+ end
@@ -0,0 +1,24 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # Source: aquila.runtime_usage.proto for package 'Tucana.Aquila'
3
+
4
+ require 'grpc'
5
+ require_relative 'aquila.runtime_usage_pb'
6
+
7
+ module Tucana
8
+ module Aquila
9
+ module RuntimeUsageService
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.RuntimeUsageService'
17
+
18
+ rpc :Update, ::Tucana::Aquila::RuntimeUsageRequest, ::Tucana::Aquila::RuntimeUsageResponse
19
+ end
20
+
21
+ Stub = Service.rpc_stub_class
22
+ end
23
+ end
24
+ end
@@ -0,0 +1,20 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: sagittarius.runtime_status.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require_relative '../shared/shared.runtime_status_pb'
8
+
9
+
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
+
12
+ pool = Google::Protobuf::DescriptorPool.generated_pool
13
+ pool.add_serialized_file(descriptor_data)
14
+
15
+ module Tucana
16
+ module Sagittarius
17
+ RuntimeStatusUpdateRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.RuntimeStatusUpdateRequest").msgclass
18
+ RuntimeStatusUpdateResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.RuntimeStatusUpdateResponse").msgclass
19
+ end
20
+ end
@@ -0,0 +1,24 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # Source: sagittarius.runtime_status.proto for package 'Tucana.Sagittarius'
3
+
4
+ require 'grpc'
5
+ require_relative 'sagittarius.runtime_status_pb'
6
+
7
+ module Tucana
8
+ module Sagittarius
9
+ module RuntimeStatusService
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.RuntimeStatusService'
17
+
18
+ rpc :Update, ::Tucana::Sagittarius::RuntimeStatusUpdateRequest, ::Tucana::Sagittarius::RuntimeStatusUpdateResponse
19
+ end
20
+
21
+ Stub = Service.rpc_stub_class
22
+ end
23
+ end
24
+ end
@@ -0,0 +1,20 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: sagittarius.runtime_usage.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require_relative '../shared/shared.runtime_usage_pb'
8
+
9
+
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
+
12
+ pool = Google::Protobuf::DescriptorPool.generated_pool
13
+ pool.add_serialized_file(descriptor_data)
14
+
15
+ module Tucana
16
+ module Sagittarius
17
+ RuntimeUsageRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.RuntimeUsageRequest").msgclass
18
+ RuntimeUsageResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.RuntimeUsageResponse").msgclass
19
+ end
20
+ end
@@ -0,0 +1,24 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # Source: sagittarius.runtime_usage.proto for package 'Tucana.Sagittarius'
3
+
4
+ require 'grpc'
5
+ require_relative 'sagittarius.runtime_usage_pb'
6
+
7
+ module Tucana
8
+ module Sagittarius
9
+ module RuntimeUsageService
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.RuntimeUsageService'
17
+
18
+ rpc :Update, ::Tucana::Sagittarius::RuntimeUsageRequest, ::Tucana::Sagittarius::RuntimeUsageResponse
19
+ end
20
+
21
+ Stub = Service.rpc_stub_class
22
+ end
23
+ end
24
+ end
@@ -7,7 +7,7 @@ require 'google/protobuf'
7
7
  require_relative '../shared/shared.struct_pb'
8
8
 
9
9
 
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\"8\n\x03Log\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"
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
11
 
12
12
  pool = Google::Protobuf::DescriptorPool.generated_pool
13
13
  pool.add_serialized_file(descriptor_data)
@@ -18,6 +18,9 @@ module Tucana
18
18
  TestExecutionRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.TestExecutionRequest").msgclass
19
19
  TestExecutionResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.TestExecutionResponse").msgclass
20
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
21
24
  ExecutionLogonRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.ExecutionLogonRequest").msgclass
22
25
  ExecutionLogonResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.ExecutionLogonResponse").msgclass
23
26
  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\x1cshared.flow_definition.proto\x12\x06shared\x1a\x18shared.translation.proto\x1a\x13shared.struct.proto\"\xb5\x03\n\x08\x46lowType\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12)\n\x08settings\x18\x02 \x03(\x0b\x32\x17.shared.FlowTypeSetting\x12\"\n\x15input_type_identifier\x18\x03 \x01(\tH\x00\x88\x01\x01\x12#\n\x16return_type_identifier\x18\x04 \x01(\tH\x01\x88\x01\x01\x12\x10\n\x08\x65\x64itable\x18\x05 \x01(\x08\x12!\n\x04name\x18\x06 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x07 \x03(\x0b\x32\x13.shared.Translation\x12*\n\rdocumentation\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\x0f\n\x07version\x18\x0b \x01(\tB\x18\n\x16_input_type_identifierB\x19\n\x17_return_type_identifier\"\xdd\x01\n\x0f\x46lowTypeSetting\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12\x0e\n\x06unique\x18\x02 \x01(\x08\x12\x1c\n\x14\x64\x61ta_type_identifier\x18\x03 \x01(\t\x12)\n\rdefault_value\x18\x04 \x01(\x0b\x32\r.shared.ValueH\x00\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.TranslationB\x10\n\x0e_default_valueB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
11
+ descriptor_data = "\n\x1cshared.flow_definition.proto\x12\x06shared\x1a\x18shared.translation.proto\x1a\x13shared.struct.proto\"\xcb\x03\n\x08\x46lowType\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12)\n\x08settings\x18\x02 \x03(\x0b\x32\x17.shared.FlowTypeSetting\x12\"\n\x15input_type_identifier\x18\x03 \x01(\tH\x00\x88\x01\x01\x12#\n\x16return_type_identifier\x18\x04 \x01(\tH\x01\x88\x01\x01\x12\x10\n\x08\x65\x64itable\x18\x05 \x01(\x08\x12!\n\x04name\x18\x06 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x07 \x03(\x0b\x32\x13.shared.Translation\x12*\n\rdocumentation\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\x0f\n\x07version\x18\x0b \x01(\t\x12\x14\n\x0c\x64isplay_icon\x18\x0c \x01(\tB\x18\n\x16_input_type_identifierB\x19\n\x17_return_type_identifier\"\xbd\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\x1c\n\x14\x64\x61ta_type_identifier\x18\x03 \x01(\t\x12)\n\rdefault_value\x18\x04 \x01(\x0b\x32\r.shared.ValueH\x00\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\"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
12
 
13
13
  pool = Google::Protobuf::DescriptorPool.generated_pool
14
14
  pool.add_serialized_file(descriptor_data)
@@ -17,5 +17,6 @@ module Tucana
17
17
  module Shared
18
18
  FlowType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.FlowType").msgclass
19
19
  FlowTypeSetting = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.FlowTypeSetting").msgclass
20
+ FlowTypeSetting::UniquenessScope = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.FlowTypeSetting.UniquenessScope").enummodule
20
21
  end
21
22
  end
@@ -9,7 +9,7 @@ require_relative '../shared/shared.data_type_pb'
9
9
  require_relative '../shared/shared.struct_pb'
10
10
 
11
11
 
12
- descriptor_data = "\n\x1dshared.runtime_function.proto\x12\x06shared\x1a\x18shared.translation.proto\x1a\x16shared.data_type.proto\x1a\x13shared.struct.proto\"\x92\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?\n\x16return_type_identifier\x18\x03 \x01(\x0b\x32\x1a.shared.DataTypeIdentifierH\x00\x88\x01\x01\x12\x14\n\x0cthrows_error\x18\x04 \x01(\x08\x12\x14\n\x0cgeneric_keys\x18\x05 \x03(\t\x12!\n\x04name\x18\x06 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x07 \x03(\x0b\x32\x13.shared.Translation\x12*\n\rdocumentation\x18\x08 \x03(\x0b\x32\x13.shared.Translation\x12\x30\n\x13\x64\x65precation_message\x18\t \x03(\x0b\x32\x13.shared.Translation\x12,\n\x0f\x64isplay_message\x18\n \x03(\x0b\x32\x13.shared.Translation\x12\"\n\x05\x61lias\x18\x0b \x03(\x0b\x32\x13.shared.Translation\x12\x0f\n\x07version\x18\x0c \x01(\tB\x19\n\x17_return_type_identifier\"\xa2\x02\n\x1aRuntimeParameterDefinition\x12\x38\n\x14\x64\x61ta_type_identifier\x18\x01 \x01(\x0b\x32\x1a.shared.DataTypeIdentifier\x12\x14\n\x0cruntime_name\x18\x02 \x01(\t\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*\n\rdocumentation\x18\x06 \x03(\x0b\x32\x13.shared.TranslationB\x10\n\x0e_default_valueB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
12
+ descriptor_data = "\n\x1dshared.runtime_function.proto\x12\x06shared\x1a\x18shared.translation.proto\x1a\x16shared.data_type.proto\x1a\x13shared.struct.proto\"\xa8\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?\n\x16return_type_identifier\x18\x03 \x01(\x0b\x32\x1a.shared.DataTypeIdentifierH\x00\x88\x01\x01\x12\x14\n\x0cthrows_error\x18\x04 \x01(\x08\x12\x14\n\x0cgeneric_keys\x18\x05 \x03(\t\x12!\n\x04name\x18\x06 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x07 \x03(\x0b\x32\x13.shared.Translation\x12*\n\rdocumentation\x18\x08 \x03(\x0b\x32\x13.shared.Translation\x12\x30\n\x13\x64\x65precation_message\x18\t \x03(\x0b\x32\x13.shared.Translation\x12,\n\x0f\x64isplay_message\x18\n \x03(\x0b\x32\x13.shared.Translation\x12\"\n\x05\x61lias\x18\x0b \x03(\x0b\x32\x13.shared.Translation\x12\x0f\n\x07version\x18\x0c \x01(\t\x12\x14\n\x0c\x64isplay_icon\x18\r \x01(\tB\x19\n\x17_return_type_identifier\"\xa2\x02\n\x1aRuntimeParameterDefinition\x12\x38\n\x14\x64\x61ta_type_identifier\x18\x01 \x01(\x0b\x32\x1a.shared.DataTypeIdentifier\x12\x14\n\x0cruntime_name\x18\x02 \x01(\t\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*\n\rdocumentation\x18\x06 \x03(\x0b\x32\x13.shared.TranslationB\x10\n\x0e_default_valueB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
13
13
 
14
14
  pool = Google::Protobuf::DescriptorPool.generated_pool
15
15
  pool.add_serialized_file(descriptor_data)
@@ -0,0 +1,24 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: shared.runtime_status.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require_relative '../shared/shared.translation_pb'
8
+
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"
11
+
12
+ pool = Google::Protobuf::DescriptorPool.generated_pool
13
+ pool.add_serialized_file(descriptor_data)
14
+
15
+ module Tucana
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
19
+ AdapterRuntimeStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.AdapterRuntimeStatus").msgclass
20
+ AdapterRuntimeStatus::Status = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.AdapterRuntimeStatus.Status").enummodule
21
+ ExecutionRuntimeStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.ExecutionRuntimeStatus").msgclass
22
+ ExecutionRuntimeStatus::Status = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.ExecutionRuntimeStatus.Status").enummodule
23
+ end
24
+ end
@@ -0,0 +1,17 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: shared.runtime_usage.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+
8
+ descriptor_data = "\n\x1ashared.runtime_usage.proto\x12\x06shared\"1\n\x0cRuntimeUsage\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\x03\x12\x10\n\x08\x64uration\x18\x02 \x01(\x03\x42\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
9
+
10
+ pool = Google::Protobuf::DescriptorPool.generated_pool
11
+ pool.add_serialized_file(descriptor_data)
12
+
13
+ module Tucana
14
+ module Shared
15
+ RuntimeUsage = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.RuntimeUsage").msgclass
16
+ end
17
+ 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.48"
7
+ VERSION = "0.0.50"
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.48
4
+ version: 0.0.50
5
5
  platform: ruby
6
6
  authors:
7
7
  - Niklas van Schrick
@@ -82,6 +82,10 @@ files:
82
82
  - lib/tucana/generated/aquila/aquila.flow_type_services_pb.rb
83
83
  - lib/tucana/generated/aquila/aquila.runtime_function_pb.rb
84
84
  - lib/tucana/generated/aquila/aquila.runtime_function_services_pb.rb
85
+ - lib/tucana/generated/aquila/aquila.runtime_status_pb.rb
86
+ - lib/tucana/generated/aquila/aquila.runtime_status_services_pb.rb
87
+ - lib/tucana/generated/aquila/aquila.runtime_usage_pb.rb
88
+ - lib/tucana/generated/aquila/aquila.runtime_usage_services_pb.rb
85
89
  - lib/tucana/generated/sagittarius/sagittarius.action_pb.rb
86
90
  - lib/tucana/generated/sagittarius/sagittarius.action_services_pb.rb
87
91
  - lib/tucana/generated/sagittarius/sagittarius.data_type_pb.rb
@@ -94,6 +98,10 @@ files:
94
98
  - lib/tucana/generated/sagittarius/sagittarius.ping_services_pb.rb
95
99
  - lib/tucana/generated/sagittarius/sagittarius.runtime_function_pb.rb
96
100
  - lib/tucana/generated/sagittarius/sagittarius.runtime_function_services_pb.rb
101
+ - lib/tucana/generated/sagittarius/sagittarius.runtime_status_pb.rb
102
+ - lib/tucana/generated/sagittarius/sagittarius.runtime_status_services_pb.rb
103
+ - lib/tucana/generated/sagittarius/sagittarius.runtime_usage_pb.rb
104
+ - lib/tucana/generated/sagittarius/sagittarius.runtime_usage_services_pb.rb
97
105
  - lib/tucana/generated/sagittarius/sagittarius.text_execution_pb.rb
98
106
  - lib/tucana/generated/sagittarius/sagittarius.text_execution_services_pb.rb
99
107
  - lib/tucana/generated/shared/shared.data_type_pb.rb
@@ -101,6 +109,8 @@ files:
101
109
  - lib/tucana/generated/shared/shared.flow_definition_pb.rb
102
110
  - lib/tucana/generated/shared/shared.flow_pb.rb
103
111
  - lib/tucana/generated/shared/shared.runtime_function_pb.rb
112
+ - lib/tucana/generated/shared/shared.runtime_status_pb.rb
113
+ - lib/tucana/generated/shared/shared.runtime_usage_pb.rb
104
114
  - lib/tucana/generated/shared/shared.struct_pb.rb
105
115
  - lib/tucana/generated/shared/shared.translation_pb.rb
106
116
  - lib/tucana/shared/shared.data_type.rb