another-ayx-python-sdk 2.4.22__py3-none-any.whl → 2.4.23__py3-none-any.whl
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.
- another_ayx_python_sdk/version.py +3 -3
- {another_ayx_python_sdk-2.4.22.dist-info → another_ayx_python_sdk-2.4.23.dist-info}/METADATA +2 -2
- another_ayx_python_sdk-2.4.23.dist-info/RECORD +403 -0
- {another_ayx_python_sdk-2.4.22.dist-info → another_ayx_python_sdk-2.4.23.dist-info}/top_level.txt +0 -2
- another_ayx_python_sdk-2.4.22.dist-info/RECORD +0 -813
- build/lib/another_ayx_python_sdk/__init__.py +0 -14
- build/lib/another_ayx_python_sdk/__main__.py +0 -470
- build/lib/another_ayx_python_sdk/assets/workspace_files/__init__.py +0 -14
- build/lib/another_ayx_python_sdk/assets/workspace_files/setup.py +0 -38
- build/lib/another_ayx_python_sdk/cli/__init__.py +0 -14
- build/lib/another_ayx_python_sdk/cli/utilities.py +0 -103
- build/lib/another_ayx_python_sdk/cli/workspace.py +0 -266
- build/lib/another_ayx_python_sdk/cli/yxi_builder.py +0 -125
- build/lib/another_ayx_python_sdk/cli/yxi_installer.py +0 -45
- build/lib/another_ayx_python_sdk/core/__init__.py +0 -51
- build/lib/another_ayx_python_sdk/core/constants.py +0 -25
- build/lib/another_ayx_python_sdk/core/dcm_base.py +0 -115
- build/lib/another_ayx_python_sdk/core/doc_utilities.py +0 -40
- build/lib/another_ayx_python_sdk/core/environment_base.py +0 -213
- build/lib/another_ayx_python_sdk/core/exceptions.py +0 -59
- build/lib/another_ayx_python_sdk/core/field.py +0 -183
- build/lib/another_ayx_python_sdk/core/input_anchor_base.py +0 -86
- build/lib/another_ayx_python_sdk/core/input_connection_base.py +0 -206
- build/lib/another_ayx_python_sdk/core/io_base.py +0 -139
- build/lib/another_ayx_python_sdk/core/metadata.py +0 -173
- build/lib/another_ayx_python_sdk/core/observable_mixin.py +0 -90
- build/lib/another_ayx_python_sdk/core/output_anchor_base.py +0 -151
- build/lib/another_ayx_python_sdk/core/plugin.py +0 -108
- build/lib/another_ayx_python_sdk/core/plugin_v2.py +0 -97
- build/lib/another_ayx_python_sdk/core/provider_base.py +0 -125
- build/lib/another_ayx_python_sdk/core/proxy_requests.py +0 -51
- build/lib/another_ayx_python_sdk/core/record_packet.py +0 -88
- build/lib/another_ayx_python_sdk/core/record_packet_base.py +0 -123
- build/lib/another_ayx_python_sdk/core/register_plugin.py +0 -127
- build/lib/another_ayx_python_sdk/core/testing.py +0 -191
- build/lib/another_ayx_python_sdk/core/utils.py +0 -146
- build/lib/another_ayx_python_sdk/examples/AyxSdkInput/main.py +0 -89
- build/lib/another_ayx_python_sdk/examples/AyxSdkMultiConnectionsMultiOutputAnchor/main.py +0 -102
- build/lib/another_ayx_python_sdk/examples/AyxSdkMultipleInputAnchors/main.py +0 -84
- build/lib/another_ayx_python_sdk/examples/AyxSdkMultipleOutputAnchors/main.py +0 -96
- build/lib/another_ayx_python_sdk/examples/AyxSdkOptionalInputAnchor/main.py +0 -94
- build/lib/another_ayx_python_sdk/examples/AyxSdkOutput/main.py +0 -78
- build/lib/another_ayx_python_sdk/examples/AyxSdkPassThrough/main.py +0 -82
- build/lib/another_ayx_python_sdk/providers/__init__.py +0 -14
- build/lib/another_ayx_python_sdk/providers/amp_provider/__init__.py +0 -41
- build/lib/another_ayx_python_sdk/providers/amp_provider/__main__.py +0 -85
- build/lib/another_ayx_python_sdk/providers/amp_provider/amp_dcm.py +0 -58
- build/lib/another_ayx_python_sdk/providers/amp_provider/amp_driver.py +0 -358
- build/lib/another_ayx_python_sdk/providers/amp_provider/amp_environment.py +0 -73
- build/lib/another_ayx_python_sdk/providers/amp_provider/amp_environment_v2.py +0 -278
- build/lib/another_ayx_python_sdk/providers/amp_provider/amp_input_anchor.py +0 -73
- build/lib/another_ayx_python_sdk/providers/amp_provider/amp_input_connection.py +0 -132
- build/lib/another_ayx_python_sdk/providers/amp_provider/amp_io.py +0 -64
- build/lib/another_ayx_python_sdk/providers/amp_provider/amp_io_components.py +0 -407
- build/lib/another_ayx_python_sdk/providers/amp_provider/amp_output_anchor.py +0 -107
- build/lib/another_ayx_python_sdk/providers/amp_provider/amp_provider.py +0 -68
- build/lib/another_ayx_python_sdk/providers/amp_provider/amp_provider_v2.py +0 -128
- build/lib/another_ayx_python_sdk/providers/amp_provider/amp_record_packet.py +0 -21
- build/lib/another_ayx_python_sdk/providers/amp_provider/builders/__init__.py +0 -32
- build/lib/another_ayx_python_sdk/providers/amp_provider/builders/input_anchor_builder.py +0 -123
- build/lib/another_ayx_python_sdk/providers/amp_provider/builders/input_connection_builder.py +0 -95
- build/lib/another_ayx_python_sdk/providers/amp_provider/builders/metadata_builder.py +0 -118
- build/lib/another_ayx_python_sdk/providers/amp_provider/builders/output_anchor_builder.py +0 -110
- build/lib/another_ayx_python_sdk/providers/amp_provider/builders/packers.py +0 -458
- build/lib/another_ayx_python_sdk/providers/amp_provider/builders/record_builder.py +0 -204
- build/lib/another_ayx_python_sdk/providers/amp_provider/builders/record_packet_builder.py +0 -133
- build/lib/another_ayx_python_sdk/providers/amp_provider/builders/tool_config_builder.py +0 -59
- build/lib/another_ayx_python_sdk/providers/amp_provider/cng_certs.py +0 -197
- build/lib/another_ayx_python_sdk/providers/amp_provider/data_transport/__init__.py +0 -18
- build/lib/another_ayx_python_sdk/providers/amp_provider/data_transport/amp_transport.py +0 -127
- build/lib/another_ayx_python_sdk/providers/amp_provider/data_transport/transport_base.py +0 -35
- build/lib/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/__init__.py +0 -14
- build/lib/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/control_msgs.py +0 -189
- build/lib/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/dcme_msgs.py +0 -119
- build/lib/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/record_transfer_msgs.py +0 -32
- build/lib/another_ayx_python_sdk/providers/amp_provider/grpc_util.py +0 -161
- build/lib/another_ayx_python_sdk/providers/amp_provider/logger_config.py +0 -63
- build/lib/another_ayx_python_sdk/providers/amp_provider/plugin_class_loader.py +0 -77
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/__init__.py +0 -67
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/dcm_repository.py +0 -252
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/environment_repository.py +0 -212
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/grpc_repository.py +0 -119
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/input_anchor_repository.py +0 -110
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/input_connection_repository.py +0 -276
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/input_metadata_repository.py +0 -144
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/input_record_packet_repository.py +0 -252
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/io_repository.py +0 -188
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/output_anchor_repository.py +0 -117
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/output_metadata_repository.py +0 -129
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/output_record_packet_repository.py +0 -170
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/plugin_class_repository.py +0 -55
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/singleton.py +0 -32
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/test_harness_state_repository.py +0 -172
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/tool_config_repository.py +0 -89
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/__init__.py +0 -14
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/__init__.py +0 -0
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/close_outgoing_anchor_pb2.py +0 -25
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/close_outgoing_anchor_pb2_grpc.py +0 -4
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/dcm_e_pb2.py +0 -38
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/dcm_e_pb2_grpc.py +0 -4
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_anchor_pb2.py +0 -26
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_anchor_pb2_grpc.py +0 -4
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_complete_pb2.py +0 -25
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_complete_pb2_grpc.py +0 -4
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_pb2.py +0 -26
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_pb2_grpc.py +0 -4
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_data_push_pb2.py +0 -26
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_data_push_pb2_grpc.py +0 -4
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_record_packet_push_pb2.py +0 -26
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_record_packet_push_pb2_grpc.py +0 -4
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/metadata_pb2.py +0 -31
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/metadata_pb2_grpc.py +0 -4
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_anchor_pb2.py +0 -28
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_anchor_pb2_grpc.py +0 -4
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_data_push_pb2.py +0 -26
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_data_push_pb2_grpc.py +0 -4
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_metadata_push_pb2.py +0 -26
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_metadata_push_pb2_grpc.py +0 -4
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_record_packet_push_pb2.py +0 -26
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_record_packet_push_pb2_grpc.py +0 -4
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/output_message_data_pb2.py +0 -29
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/output_message_data_pb2_grpc.py +0 -4
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/password_data_pb2.py +0 -25
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/password_data_pb2_grpc.py +0 -4
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/plugin_initialization_data_pb2.py +0 -33
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/plugin_initialization_data_pb2_grpc.py +0 -4
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_batch_pb2.py +0 -25
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_batch_pb2_grpc.py +0 -4
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_packet_pb2.py +0 -29
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_packet_pb2_grpc.py +0 -4
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_engine_service_pb2.py +0 -34
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_engine_service_pb2_grpc.py +0 -305
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_pb2.py +0 -30
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_pb2_grpc.py +0 -235
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_startup_info_pb2.py +0 -25
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_startup_info_pb2_grpc.py +0 -4
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_v2_pb2.py +0 -54
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_v2_pb2_grpc.py +0 -99
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/translate_message_data_pb2.py +0 -27
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/translate_message_data_pb2_grpc.py +0 -4
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/transport_pb2.py +0 -31
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/transport_pb2_grpc.py +0 -4
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/update_progress_pb2.py +0 -25
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/update_progress_pb2_grpc.py +0 -4
- build/lib/another_ayx_python_sdk/providers/amp_provider/sdk_tool_runner.py +0 -115
- build/lib/another_ayx_python_sdk/providers/amp_provider/sdk_tool_service.py +0 -207
- build/lib/another_ayx_python_sdk/providers/amp_provider/sdk_tool_service_v2.py +0 -306
- build/lib/another_ayx_python_sdk/providers/amp_provider/utilities/__init__.py +0 -14
- build/lib/another_ayx_python_sdk/providers/amp_provider/utilities/constants.py +0 -22
- build/lib/another_ayx_python_sdk/providers/amp_provider/utilities/conversions.py +0 -55
- build/lib/another_ayx_python_sdk/providers/amp_provider/utilities/utilities.py +0 -63
- build/lib/another_ayx_python_sdk/providers/e1_provider/__init__.py +0 -36
- build/lib/another_ayx_python_sdk/providers/e1_provider/anchor_builder.py +0 -95
- build/lib/another_ayx_python_sdk/providers/e1_provider/cache_e1_sdk_import.py +0 -31
- build/lib/another_ayx_python_sdk/providers/e1_provider/connection_callback_strategy.py +0 -155
- build/lib/another_ayx_python_sdk/providers/e1_provider/connection_interface.py +0 -125
- build/lib/another_ayx_python_sdk/providers/e1_provider/e1_dcm.py +0 -53
- build/lib/another_ayx_python_sdk/providers/e1_provider/e1_environment.py +0 -127
- build/lib/another_ayx_python_sdk/providers/e1_provider/e1_input_anchor.py +0 -51
- build/lib/another_ayx_python_sdk/providers/e1_provider/e1_input_anchor_proxy.py +0 -33
- build/lib/another_ayx_python_sdk/providers/e1_provider/e1_input_connection.py +0 -87
- build/lib/another_ayx_python_sdk/providers/e1_provider/e1_io.py +0 -71
- build/lib/another_ayx_python_sdk/providers/e1_provider/e1_output_anchor.py +0 -157
- build/lib/another_ayx_python_sdk/providers/e1_provider/e1_output_anchor_proxy.py +0 -97
- build/lib/another_ayx_python_sdk/providers/e1_provider/e1_plugin_driver.py +0 -63
- build/lib/another_ayx_python_sdk/providers/e1_provider/e1_plugin_proxy.py +0 -363
- build/lib/another_ayx_python_sdk/providers/e1_provider/e1_provider.py +0 -71
- build/lib/another_ayx_python_sdk/providers/e1_provider/e1_record_packet.py +0 -21
- build/lib/another_ayx_python_sdk/providers/e1_provider/events.py +0 -36
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__init__.py +0 -37
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/alteryx_engine.py +0 -105
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/constants.py +0 -50
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/field.py +0 -122
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/output_anchor.py +0 -55
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/output_anchor_manager.py +0 -31
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_copier.py +0 -65
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_creator.py +0 -41
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_info.py +0 -134
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_ref.py +0 -42
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/tool.py +0 -29
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/tool_execution_info.py +0 -43
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/__init__.py +0 -14
- build/lib/another_ayx_python_sdk/providers/e1_provider/proxies/__init__.py +0 -18
- build/lib/another_ayx_python_sdk/providers/e1_provider/proxies/field_proxy.py +0 -109
- build/lib/another_ayx_python_sdk/providers/e1_provider/proxies/record_copier_proxy.py +0 -49
- build/lib/another_ayx_python_sdk/providers/e1_provider/records/__init__.py +0 -23
- build/lib/another_ayx_python_sdk/providers/e1_provider/records/base_record_container.py +0 -47
- build/lib/another_ayx_python_sdk/providers/e1_provider/records/parsed_record_container.py +0 -67
- build/lib/another_ayx_python_sdk/providers/e1_provider/records/raw_record_container.py +0 -111
- build/lib/another_ayx_python_sdk/providers/e1_provider/tool_config_loader.py +0 -132
- build/lib/another_ayx_python_sdk/providers/e1_provider/utilities/__init__.py +0 -35
- build/lib/another_ayx_python_sdk/providers/e1_provider/utilities/utilities.py +0 -54
- build/lib/another_ayx_python_sdk/providers/e1_provider/workflow_config.py +0 -31
- build/lib/another_ayx_python_sdk/providers/file_provider/__init__.py +0 -32
- build/lib/another_ayx_python_sdk/providers/file_provider/environment.py +0 -131
- build/lib/another_ayx_python_sdk/providers/file_provider/file_adapter.py +0 -286
- build/lib/another_ayx_python_sdk/providers/file_provider/file_provider.py +0 -185
- build/lib/another_ayx_python_sdk/providers/file_provider/file_provider_dcm.py +0 -53
- build/lib/another_ayx_python_sdk/providers/file_provider/file_provider_input_anchor.py +0 -70
- build/lib/another_ayx_python_sdk/providers/file_provider/file_provider_input_connection.py +0 -112
- build/lib/another_ayx_python_sdk/providers/file_provider/file_provider_output_anchor.py +0 -114
- build/lib/another_ayx_python_sdk/providers/file_provider/file_record_packet.py +0 -21
- build/lib/another_ayx_python_sdk/providers/file_provider/iox.py +0 -56
- build/lib/another_ayx_python_sdk/providers/file_provider/tool_input.py +0 -104
- build/lib/another_ayx_python_sdk/test_harness/__init__.py +0 -14
- build/lib/another_ayx_python_sdk/test_harness/__main__.py +0 -120
- build/lib/another_ayx_python_sdk/test_harness/plugin_runner.py +0 -416
- build/lib/another_ayx_python_sdk/test_harness/process_lifecycle_manager.py +0 -80
- build/lib/another_ayx_python_sdk/test_harness/sdk_engine_service.py +0 -106
- build/lib/another_ayx_python_sdk/version.py +0 -8
- build/lib/build/lib/another_ayx_python_sdk/__init__.py +0 -14
- build/lib/build/lib/another_ayx_python_sdk/__main__.py +0 -470
- build/lib/build/lib/another_ayx_python_sdk/assets/workspace_files/__init__.py +0 -14
- build/lib/build/lib/another_ayx_python_sdk/assets/workspace_files/setup.py +0 -38
- build/lib/build/lib/another_ayx_python_sdk/cli/__init__.py +0 -14
- build/lib/build/lib/another_ayx_python_sdk/cli/utilities.py +0 -103
- build/lib/build/lib/another_ayx_python_sdk/cli/workspace.py +0 -266
- build/lib/build/lib/another_ayx_python_sdk/cli/yxi_builder.py +0 -125
- build/lib/build/lib/another_ayx_python_sdk/cli/yxi_installer.py +0 -45
- build/lib/build/lib/another_ayx_python_sdk/core/__init__.py +0 -51
- build/lib/build/lib/another_ayx_python_sdk/core/constants.py +0 -25
- build/lib/build/lib/another_ayx_python_sdk/core/dcm_base.py +0 -115
- build/lib/build/lib/another_ayx_python_sdk/core/doc_utilities.py +0 -40
- build/lib/build/lib/another_ayx_python_sdk/core/environment_base.py +0 -213
- build/lib/build/lib/another_ayx_python_sdk/core/exceptions.py +0 -59
- build/lib/build/lib/another_ayx_python_sdk/core/field.py +0 -183
- build/lib/build/lib/another_ayx_python_sdk/core/input_anchor_base.py +0 -86
- build/lib/build/lib/another_ayx_python_sdk/core/input_connection_base.py +0 -206
- build/lib/build/lib/another_ayx_python_sdk/core/io_base.py +0 -139
- build/lib/build/lib/another_ayx_python_sdk/core/metadata.py +0 -173
- build/lib/build/lib/another_ayx_python_sdk/core/observable_mixin.py +0 -90
- build/lib/build/lib/another_ayx_python_sdk/core/output_anchor_base.py +0 -151
- build/lib/build/lib/another_ayx_python_sdk/core/plugin.py +0 -108
- build/lib/build/lib/another_ayx_python_sdk/core/plugin_v2.py +0 -97
- build/lib/build/lib/another_ayx_python_sdk/core/provider_base.py +0 -125
- build/lib/build/lib/another_ayx_python_sdk/core/proxy_requests.py +0 -51
- build/lib/build/lib/another_ayx_python_sdk/core/record_packet.py +0 -88
- build/lib/build/lib/another_ayx_python_sdk/core/record_packet_base.py +0 -123
- build/lib/build/lib/another_ayx_python_sdk/core/register_plugin.py +0 -127
- build/lib/build/lib/another_ayx_python_sdk/core/testing.py +0 -191
- build/lib/build/lib/another_ayx_python_sdk/core/utils.py +0 -146
- build/lib/build/lib/another_ayx_python_sdk/examples/AyxSdkInput/main.py +0 -89
- build/lib/build/lib/another_ayx_python_sdk/examples/AyxSdkMultiConnectionsMultiOutputAnchor/main.py +0 -102
- build/lib/build/lib/another_ayx_python_sdk/examples/AyxSdkMultipleInputAnchors/main.py +0 -84
- build/lib/build/lib/another_ayx_python_sdk/examples/AyxSdkMultipleOutputAnchors/main.py +0 -96
- build/lib/build/lib/another_ayx_python_sdk/examples/AyxSdkOptionalInputAnchor/main.py +0 -94
- build/lib/build/lib/another_ayx_python_sdk/examples/AyxSdkOutput/main.py +0 -78
- build/lib/build/lib/another_ayx_python_sdk/examples/AyxSdkPassThrough/main.py +0 -82
- build/lib/build/lib/another_ayx_python_sdk/providers/__init__.py +0 -14
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/__init__.py +0 -41
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/__main__.py +0 -85
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/amp_dcm.py +0 -58
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/amp_driver.py +0 -358
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/amp_environment.py +0 -73
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/amp_environment_v2.py +0 -278
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/amp_input_anchor.py +0 -73
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/amp_input_connection.py +0 -132
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/amp_io.py +0 -64
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/amp_io_components.py +0 -407
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/amp_output_anchor.py +0 -107
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/amp_provider.py +0 -68
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/amp_provider_v2.py +0 -128
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/amp_record_packet.py +0 -21
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/builders/__init__.py +0 -32
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/builders/input_anchor_builder.py +0 -123
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/builders/input_connection_builder.py +0 -95
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/builders/metadata_builder.py +0 -118
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/builders/output_anchor_builder.py +0 -110
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/builders/packers.py +0 -458
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/builders/record_builder.py +0 -204
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/builders/record_packet_builder.py +0 -133
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/builders/tool_config_builder.py +0 -59
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/cng_certs.py +0 -197
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/data_transport/__init__.py +0 -18
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/data_transport/amp_transport.py +0 -127
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/data_transport/transport_base.py +0 -35
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/__init__.py +0 -14
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/control_msgs.py +0 -189
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/dcme_msgs.py +0 -119
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/record_transfer_msgs.py +0 -32
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/grpc_util.py +0 -161
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/logger_config.py +0 -63
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/plugin_class_loader.py +0 -77
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/__init__.py +0 -67
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/dcm_repository.py +0 -252
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/environment_repository.py +0 -212
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/grpc_repository.py +0 -119
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/input_anchor_repository.py +0 -110
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/input_connection_repository.py +0 -276
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/input_metadata_repository.py +0 -144
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/input_record_packet_repository.py +0 -252
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/io_repository.py +0 -188
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/output_anchor_repository.py +0 -117
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/output_metadata_repository.py +0 -129
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/output_record_packet_repository.py +0 -170
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/plugin_class_repository.py +0 -55
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/singleton.py +0 -32
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/test_harness_state_repository.py +0 -172
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/tool_config_repository.py +0 -89
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/__init__.py +0 -14
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/__init__.py +0 -0
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/close_outgoing_anchor_pb2.py +0 -25
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/close_outgoing_anchor_pb2_grpc.py +0 -4
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/dcm_e_pb2.py +0 -38
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/dcm_e_pb2_grpc.py +0 -4
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_anchor_pb2.py +0 -26
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_anchor_pb2_grpc.py +0 -4
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_complete_pb2.py +0 -25
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_complete_pb2_grpc.py +0 -4
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_pb2.py +0 -26
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_pb2_grpc.py +0 -4
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_data_push_pb2.py +0 -26
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_data_push_pb2_grpc.py +0 -4
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_record_packet_push_pb2.py +0 -26
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_record_packet_push_pb2_grpc.py +0 -4
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/metadata_pb2.py +0 -31
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/metadata_pb2_grpc.py +0 -4
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_anchor_pb2.py +0 -28
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_anchor_pb2_grpc.py +0 -4
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_data_push_pb2.py +0 -26
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_data_push_pb2_grpc.py +0 -4
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_metadata_push_pb2.py +0 -26
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_metadata_push_pb2_grpc.py +0 -4
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_record_packet_push_pb2.py +0 -26
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_record_packet_push_pb2_grpc.py +0 -4
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/output_message_data_pb2.py +0 -29
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/output_message_data_pb2_grpc.py +0 -4
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/password_data_pb2.py +0 -25
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/password_data_pb2_grpc.py +0 -4
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/plugin_initialization_data_pb2.py +0 -33
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/plugin_initialization_data_pb2_grpc.py +0 -4
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_batch_pb2.py +0 -25
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_batch_pb2_grpc.py +0 -4
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_packet_pb2.py +0 -29
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_packet_pb2_grpc.py +0 -4
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_engine_service_pb2.py +0 -34
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_engine_service_pb2_grpc.py +0 -305
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_pb2.py +0 -30
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_pb2_grpc.py +0 -235
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_startup_info_pb2.py +0 -25
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_startup_info_pb2_grpc.py +0 -4
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_v2_pb2.py +0 -54
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_v2_pb2_grpc.py +0 -99
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/translate_message_data_pb2.py +0 -27
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/translate_message_data_pb2_grpc.py +0 -4
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/transport_pb2.py +0 -31
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/transport_pb2_grpc.py +0 -4
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/update_progress_pb2.py +0 -25
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/update_progress_pb2_grpc.py +0 -4
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/sdk_tool_runner.py +0 -115
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/sdk_tool_service.py +0 -207
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/sdk_tool_service_v2.py +0 -306
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/utilities/__init__.py +0 -14
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/utilities/constants.py +0 -22
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/utilities/conversions.py +0 -55
- build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/utilities/utilities.py +0 -63
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/__init__.py +0 -36
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/anchor_builder.py +0 -95
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/cache_e1_sdk_import.py +0 -31
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/connection_callback_strategy.py +0 -155
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/connection_interface.py +0 -125
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/e1_dcm.py +0 -53
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/e1_environment.py +0 -127
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/e1_input_anchor.py +0 -51
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/e1_input_anchor_proxy.py +0 -33
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/e1_input_connection.py +0 -87
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/e1_io.py +0 -71
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/e1_output_anchor.py +0 -157
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/e1_output_anchor_proxy.py +0 -97
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/e1_plugin_driver.py +0 -63
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/e1_plugin_proxy.py +0 -363
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/e1_provider.py +0 -71
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/e1_record_packet.py +0 -21
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/events.py +0 -36
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__init__.py +0 -37
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/alteryx_engine.py +0 -105
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/constants.py +0 -50
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/field.py +0 -122
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/output_anchor.py +0 -55
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/output_anchor_manager.py +0 -31
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_copier.py +0 -65
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_creator.py +0 -41
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_info.py +0 -134
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_ref.py +0 -42
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/tool.py +0 -29
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/tool_execution_info.py +0 -43
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/__init__.py +0 -14
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/proxies/__init__.py +0 -18
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/proxies/field_proxy.py +0 -109
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/proxies/record_copier_proxy.py +0 -49
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/records/__init__.py +0 -23
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/records/base_record_container.py +0 -47
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/records/parsed_record_container.py +0 -67
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/records/raw_record_container.py +0 -111
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/tool_config_loader.py +0 -132
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/utilities/__init__.py +0 -35
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/utilities/utilities.py +0 -54
- build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/workflow_config.py +0 -31
- build/lib/build/lib/another_ayx_python_sdk/providers/file_provider/__init__.py +0 -32
- build/lib/build/lib/another_ayx_python_sdk/providers/file_provider/environment.py +0 -131
- build/lib/build/lib/another_ayx_python_sdk/providers/file_provider/file_adapter.py +0 -286
- build/lib/build/lib/another_ayx_python_sdk/providers/file_provider/file_provider.py +0 -185
- build/lib/build/lib/another_ayx_python_sdk/providers/file_provider/file_provider_dcm.py +0 -53
- build/lib/build/lib/another_ayx_python_sdk/providers/file_provider/file_provider_input_anchor.py +0 -70
- build/lib/build/lib/another_ayx_python_sdk/providers/file_provider/file_provider_input_connection.py +0 -112
- build/lib/build/lib/another_ayx_python_sdk/providers/file_provider/file_provider_output_anchor.py +0 -114
- build/lib/build/lib/another_ayx_python_sdk/providers/file_provider/file_record_packet.py +0 -21
- build/lib/build/lib/another_ayx_python_sdk/providers/file_provider/iox.py +0 -56
- build/lib/build/lib/another_ayx_python_sdk/providers/file_provider/tool_input.py +0 -104
- build/lib/build/lib/another_ayx_python_sdk/test_harness/__init__.py +0 -14
- build/lib/build/lib/another_ayx_python_sdk/test_harness/__main__.py +0 -120
- build/lib/build/lib/another_ayx_python_sdk/test_harness/plugin_runner.py +0 -416
- build/lib/build/lib/another_ayx_python_sdk/test_harness/process_lifecycle_manager.py +0 -80
- build/lib/build/lib/another_ayx_python_sdk/test_harness/sdk_engine_service.py +0 -106
- build/lib/build/lib/another_ayx_python_sdk/version.py +0 -8
- {another_ayx_python_sdk-2.4.22.dist-info → another_ayx_python_sdk-2.4.23.dist-info}/WHEEL +0 -0
- {another_ayx_python_sdk-2.4.22.dist-info → another_ayx_python_sdk-2.4.23.dist-info}/entry_points.txt +0 -0
- {another_ayx_python_sdk-2.4.22.dist-info → another_ayx_python_sdk-2.4.23.dist-info}/licenses/LICENSE +0 -0
@@ -1,305 +0,0 @@
|
|
1
|
-
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
2
|
-
"""Client and server classes corresponding to protobuf-defined services."""
|
3
|
-
import grpc
|
4
|
-
|
5
|
-
from . import dcm_e_pb2 as dcm__e__pb2
|
6
|
-
from . import outgoing_data_push_pb2 as outgoing__data__push__pb2
|
7
|
-
from . import outgoing_metadata_push_pb2 as outgoing__metadata__push__pb2
|
8
|
-
from . import outgoing_record_packet_push_pb2 as outgoing__record__packet__push__pb2
|
9
|
-
from . import output_message_data_pb2 as output__message__data__pb2
|
10
|
-
from . import password_data_pb2 as password__data__pb2
|
11
|
-
from . import sdk_tool_service_startup_info_pb2 as sdk__tool__service__startup__info__pb2
|
12
|
-
from . import translate_message_data_pb2 as translate__message__data__pb2
|
13
|
-
from . import transport_pb2 as transport__pb2
|
14
|
-
|
15
|
-
|
16
|
-
class SdkEngineStub(object):
|
17
|
-
"""Missing associated documentation comment in .proto file."""
|
18
|
-
|
19
|
-
def __init__(self, channel):
|
20
|
-
"""Constructor.
|
21
|
-
|
22
|
-
Args:
|
23
|
-
channel: A grpc.Channel.
|
24
|
-
"""
|
25
|
-
self.ConfirmSdkEngineServiceConnection = channel.unary_unary(
|
26
|
-
'/sdk.SdkEngine/ConfirmSdkEngineServiceConnection',
|
27
|
-
request_serializer=sdk__tool__service__startup__info__pb2.SdkToolServiceStartupInfo.SerializeToString,
|
28
|
-
response_deserializer=transport__pb2.ReturnStatus.FromString,
|
29
|
-
)
|
30
|
-
self.PushOutgoingMetadata = channel.unary_unary(
|
31
|
-
'/sdk.SdkEngine/PushOutgoingMetadata',
|
32
|
-
request_serializer=outgoing__metadata__push__pb2.OutgoingMetadataPush.SerializeToString,
|
33
|
-
response_deserializer=transport__pb2.ReturnStatus.FromString,
|
34
|
-
)
|
35
|
-
self.PushOutgoingRecordPacket = channel.unary_unary(
|
36
|
-
'/sdk.SdkEngine/PushOutgoingRecordPacket',
|
37
|
-
request_serializer=outgoing__record__packet__push__pb2.OutgoingRecordPacketPush.SerializeToString,
|
38
|
-
response_deserializer=transport__pb2.ReturnStatus.FromString,
|
39
|
-
)
|
40
|
-
self.PushOutgoingData = channel.unary_unary(
|
41
|
-
'/sdk.SdkEngine/PushOutgoingData',
|
42
|
-
request_serializer=outgoing__data__push__pb2.OutgoingDataPush.SerializeToString,
|
43
|
-
response_deserializer=transport__pb2.ReturnStatus.FromString,
|
44
|
-
)
|
45
|
-
self.TranslateMessage = channel.unary_unary(
|
46
|
-
'/sdk.SdkEngine/TranslateMessage',
|
47
|
-
request_serializer=translate__message__data__pb2.TranslateMessageData.SerializeToString,
|
48
|
-
response_deserializer=translate__message__data__pb2.TranslatedMessage.FromString,
|
49
|
-
)
|
50
|
-
self.OutputMessage = channel.unary_unary(
|
51
|
-
'/sdk.SdkEngine/OutputMessage',
|
52
|
-
request_serializer=output__message__data__pb2.OutputMessageData.SerializeToString,
|
53
|
-
response_deserializer=transport__pb2.Empty.FromString,
|
54
|
-
)
|
55
|
-
self.DecryptPassword = channel.unary_unary(
|
56
|
-
'/sdk.SdkEngine/DecryptPassword',
|
57
|
-
request_serializer=password__data__pb2.PasswordData.SerializeToString,
|
58
|
-
response_deserializer=password__data__pb2.PasswordData.FromString,
|
59
|
-
)
|
60
|
-
self.Dcm = channel.unary_unary(
|
61
|
-
'/sdk.SdkEngine/Dcm',
|
62
|
-
request_serializer=dcm__e__pb2.DcmERequest.SerializeToString,
|
63
|
-
response_deserializer=dcm__e__pb2.DcmEResponse.FromString,
|
64
|
-
)
|
65
|
-
|
66
|
-
|
67
|
-
class SdkEngineServicer(object):
|
68
|
-
"""Missing associated documentation comment in .proto file."""
|
69
|
-
|
70
|
-
def ConfirmSdkEngineServiceConnection(self, request, context):
|
71
|
-
"""Missing associated documentation comment in .proto file."""
|
72
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
73
|
-
context.set_details('Method not implemented!')
|
74
|
-
raise NotImplementedError('Method not implemented!')
|
75
|
-
|
76
|
-
def PushOutgoingMetadata(self, request, context):
|
77
|
-
"""Missing associated documentation comment in .proto file."""
|
78
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
79
|
-
context.set_details('Method not implemented!')
|
80
|
-
raise NotImplementedError('Method not implemented!')
|
81
|
-
|
82
|
-
def PushOutgoingRecordPacket(self, request, context):
|
83
|
-
"""Missing associated documentation comment in .proto file."""
|
84
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
85
|
-
context.set_details('Method not implemented!')
|
86
|
-
raise NotImplementedError('Method not implemented!')
|
87
|
-
|
88
|
-
def PushOutgoingData(self, request, context):
|
89
|
-
"""Missing associated documentation comment in .proto file."""
|
90
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
91
|
-
context.set_details('Method not implemented!')
|
92
|
-
raise NotImplementedError('Method not implemented!')
|
93
|
-
|
94
|
-
def TranslateMessage(self, request, context):
|
95
|
-
"""Missing associated documentation comment in .proto file."""
|
96
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
97
|
-
context.set_details('Method not implemented!')
|
98
|
-
raise NotImplementedError('Method not implemented!')
|
99
|
-
|
100
|
-
def OutputMessage(self, request, context):
|
101
|
-
"""Missing associated documentation comment in .proto file."""
|
102
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
103
|
-
context.set_details('Method not implemented!')
|
104
|
-
raise NotImplementedError('Method not implemented!')
|
105
|
-
|
106
|
-
def DecryptPassword(self, request, context):
|
107
|
-
"""Missing associated documentation comment in .proto file."""
|
108
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
109
|
-
context.set_details('Method not implemented!')
|
110
|
-
raise NotImplementedError('Method not implemented!')
|
111
|
-
|
112
|
-
def Dcm(self, request, context):
|
113
|
-
"""Missing associated documentation comment in .proto file."""
|
114
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
115
|
-
context.set_details('Method not implemented!')
|
116
|
-
raise NotImplementedError('Method not implemented!')
|
117
|
-
|
118
|
-
|
119
|
-
def add_SdkEngineServicer_to_server(servicer, server):
|
120
|
-
rpc_method_handlers = {
|
121
|
-
'ConfirmSdkEngineServiceConnection': grpc.unary_unary_rpc_method_handler(
|
122
|
-
servicer.ConfirmSdkEngineServiceConnection,
|
123
|
-
request_deserializer=sdk__tool__service__startup__info__pb2.SdkToolServiceStartupInfo.FromString,
|
124
|
-
response_serializer=transport__pb2.ReturnStatus.SerializeToString,
|
125
|
-
),
|
126
|
-
'PushOutgoingMetadata': grpc.unary_unary_rpc_method_handler(
|
127
|
-
servicer.PushOutgoingMetadata,
|
128
|
-
request_deserializer=outgoing__metadata__push__pb2.OutgoingMetadataPush.FromString,
|
129
|
-
response_serializer=transport__pb2.ReturnStatus.SerializeToString,
|
130
|
-
),
|
131
|
-
'PushOutgoingRecordPacket': grpc.unary_unary_rpc_method_handler(
|
132
|
-
servicer.PushOutgoingRecordPacket,
|
133
|
-
request_deserializer=outgoing__record__packet__push__pb2.OutgoingRecordPacketPush.FromString,
|
134
|
-
response_serializer=transport__pb2.ReturnStatus.SerializeToString,
|
135
|
-
),
|
136
|
-
'PushOutgoingData': grpc.unary_unary_rpc_method_handler(
|
137
|
-
servicer.PushOutgoingData,
|
138
|
-
request_deserializer=outgoing__data__push__pb2.OutgoingDataPush.FromString,
|
139
|
-
response_serializer=transport__pb2.ReturnStatus.SerializeToString,
|
140
|
-
),
|
141
|
-
'TranslateMessage': grpc.unary_unary_rpc_method_handler(
|
142
|
-
servicer.TranslateMessage,
|
143
|
-
request_deserializer=translate__message__data__pb2.TranslateMessageData.FromString,
|
144
|
-
response_serializer=translate__message__data__pb2.TranslatedMessage.SerializeToString,
|
145
|
-
),
|
146
|
-
'OutputMessage': grpc.unary_unary_rpc_method_handler(
|
147
|
-
servicer.OutputMessage,
|
148
|
-
request_deserializer=output__message__data__pb2.OutputMessageData.FromString,
|
149
|
-
response_serializer=transport__pb2.Empty.SerializeToString,
|
150
|
-
),
|
151
|
-
'DecryptPassword': grpc.unary_unary_rpc_method_handler(
|
152
|
-
servicer.DecryptPassword,
|
153
|
-
request_deserializer=password__data__pb2.PasswordData.FromString,
|
154
|
-
response_serializer=password__data__pb2.PasswordData.SerializeToString,
|
155
|
-
),
|
156
|
-
'Dcm': grpc.unary_unary_rpc_method_handler(
|
157
|
-
servicer.Dcm,
|
158
|
-
request_deserializer=dcm__e__pb2.DcmERequest.FromString,
|
159
|
-
response_serializer=dcm__e__pb2.DcmEResponse.SerializeToString,
|
160
|
-
),
|
161
|
-
}
|
162
|
-
generic_handler = grpc.method_handlers_generic_handler(
|
163
|
-
'sdk.SdkEngine', rpc_method_handlers)
|
164
|
-
server.add_generic_rpc_handlers((generic_handler,))
|
165
|
-
|
166
|
-
|
167
|
-
# This class is part of an EXPERIMENTAL API.
|
168
|
-
class SdkEngine(object):
|
169
|
-
"""Missing associated documentation comment in .proto file."""
|
170
|
-
|
171
|
-
@staticmethod
|
172
|
-
def ConfirmSdkEngineServiceConnection(request,
|
173
|
-
target,
|
174
|
-
options=(),
|
175
|
-
channel_credentials=None,
|
176
|
-
call_credentials=None,
|
177
|
-
insecure=False,
|
178
|
-
compression=None,
|
179
|
-
wait_for_ready=None,
|
180
|
-
timeout=None,
|
181
|
-
metadata=None):
|
182
|
-
return grpc.experimental.unary_unary(request, target, '/sdk.SdkEngine/ConfirmSdkEngineServiceConnection',
|
183
|
-
sdk__tool__service__startup__info__pb2.SdkToolServiceStartupInfo.SerializeToString,
|
184
|
-
transport__pb2.ReturnStatus.FromString,
|
185
|
-
options, channel_credentials,
|
186
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
187
|
-
|
188
|
-
@staticmethod
|
189
|
-
def PushOutgoingMetadata(request,
|
190
|
-
target,
|
191
|
-
options=(),
|
192
|
-
channel_credentials=None,
|
193
|
-
call_credentials=None,
|
194
|
-
insecure=False,
|
195
|
-
compression=None,
|
196
|
-
wait_for_ready=None,
|
197
|
-
timeout=None,
|
198
|
-
metadata=None):
|
199
|
-
return grpc.experimental.unary_unary(request, target, '/sdk.SdkEngine/PushOutgoingMetadata',
|
200
|
-
outgoing__metadata__push__pb2.OutgoingMetadataPush.SerializeToString,
|
201
|
-
transport__pb2.ReturnStatus.FromString,
|
202
|
-
options, channel_credentials,
|
203
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
204
|
-
|
205
|
-
@staticmethod
|
206
|
-
def PushOutgoingRecordPacket(request,
|
207
|
-
target,
|
208
|
-
options=(),
|
209
|
-
channel_credentials=None,
|
210
|
-
call_credentials=None,
|
211
|
-
insecure=False,
|
212
|
-
compression=None,
|
213
|
-
wait_for_ready=None,
|
214
|
-
timeout=None,
|
215
|
-
metadata=None):
|
216
|
-
return grpc.experimental.unary_unary(request, target, '/sdk.SdkEngine/PushOutgoingRecordPacket',
|
217
|
-
outgoing__record__packet__push__pb2.OutgoingRecordPacketPush.SerializeToString,
|
218
|
-
transport__pb2.ReturnStatus.FromString,
|
219
|
-
options, channel_credentials,
|
220
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
221
|
-
|
222
|
-
@staticmethod
|
223
|
-
def PushOutgoingData(request,
|
224
|
-
target,
|
225
|
-
options=(),
|
226
|
-
channel_credentials=None,
|
227
|
-
call_credentials=None,
|
228
|
-
insecure=False,
|
229
|
-
compression=None,
|
230
|
-
wait_for_ready=None,
|
231
|
-
timeout=None,
|
232
|
-
metadata=None):
|
233
|
-
return grpc.experimental.unary_unary(request, target, '/sdk.SdkEngine/PushOutgoingData',
|
234
|
-
outgoing__data__push__pb2.OutgoingDataPush.SerializeToString,
|
235
|
-
transport__pb2.ReturnStatus.FromString,
|
236
|
-
options, channel_credentials,
|
237
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
238
|
-
|
239
|
-
@staticmethod
|
240
|
-
def TranslateMessage(request,
|
241
|
-
target,
|
242
|
-
options=(),
|
243
|
-
channel_credentials=None,
|
244
|
-
call_credentials=None,
|
245
|
-
insecure=False,
|
246
|
-
compression=None,
|
247
|
-
wait_for_ready=None,
|
248
|
-
timeout=None,
|
249
|
-
metadata=None):
|
250
|
-
return grpc.experimental.unary_unary(request, target, '/sdk.SdkEngine/TranslateMessage',
|
251
|
-
translate__message__data__pb2.TranslateMessageData.SerializeToString,
|
252
|
-
translate__message__data__pb2.TranslatedMessage.FromString,
|
253
|
-
options, channel_credentials,
|
254
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
255
|
-
|
256
|
-
@staticmethod
|
257
|
-
def OutputMessage(request,
|
258
|
-
target,
|
259
|
-
options=(),
|
260
|
-
channel_credentials=None,
|
261
|
-
call_credentials=None,
|
262
|
-
insecure=False,
|
263
|
-
compression=None,
|
264
|
-
wait_for_ready=None,
|
265
|
-
timeout=None,
|
266
|
-
metadata=None):
|
267
|
-
return grpc.experimental.unary_unary(request, target, '/sdk.SdkEngine/OutputMessage',
|
268
|
-
output__message__data__pb2.OutputMessageData.SerializeToString,
|
269
|
-
transport__pb2.Empty.FromString,
|
270
|
-
options, channel_credentials,
|
271
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
272
|
-
|
273
|
-
@staticmethod
|
274
|
-
def DecryptPassword(request,
|
275
|
-
target,
|
276
|
-
options=(),
|
277
|
-
channel_credentials=None,
|
278
|
-
call_credentials=None,
|
279
|
-
insecure=False,
|
280
|
-
compression=None,
|
281
|
-
wait_for_ready=None,
|
282
|
-
timeout=None,
|
283
|
-
metadata=None):
|
284
|
-
return grpc.experimental.unary_unary(request, target, '/sdk.SdkEngine/DecryptPassword',
|
285
|
-
password__data__pb2.PasswordData.SerializeToString,
|
286
|
-
password__data__pb2.PasswordData.FromString,
|
287
|
-
options, channel_credentials,
|
288
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
289
|
-
|
290
|
-
@staticmethod
|
291
|
-
def Dcm(request,
|
292
|
-
target,
|
293
|
-
options=(),
|
294
|
-
channel_credentials=None,
|
295
|
-
call_credentials=None,
|
296
|
-
insecure=False,
|
297
|
-
compression=None,
|
298
|
-
wait_for_ready=None,
|
299
|
-
timeout=None,
|
300
|
-
metadata=None):
|
301
|
-
return grpc.experimental.unary_unary(request, target, '/sdk.SdkEngine/Dcm',
|
302
|
-
dcm__e__pb2.DcmERequest.SerializeToString,
|
303
|
-
dcm__e__pb2.DcmEResponse.FromString,
|
304
|
-
options, channel_credentials,
|
305
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
@@ -1,30 +0,0 @@
|
|
1
|
-
# -*- coding: utf-8 -*-
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
-
# source: sdk_tool_service.proto
|
4
|
-
"""Generated protocol buffer code."""
|
5
|
-
from google.protobuf.internal import builder as _builder
|
6
|
-
from google.protobuf import descriptor as _descriptor
|
7
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
8
|
-
from google.protobuf import symbol_database as _symbol_database
|
9
|
-
# @@protoc_insertion_point(imports)
|
10
|
-
|
11
|
-
_sym_db = _symbol_database.Default()
|
12
|
-
|
13
|
-
|
14
|
-
from . import incoming_connection_complete_pb2 as incoming__connection__complete__pb2
|
15
|
-
from . import incoming_record_packet_push_pb2 as incoming__record__packet__push__pb2
|
16
|
-
from . import incoming_data_push_pb2 as incoming__data__push__pb2
|
17
|
-
from . import plugin_initialization_data_pb2 as plugin__initialization__data__pb2
|
18
|
-
from . import transport_pb2 as transport__pb2
|
19
|
-
|
20
|
-
|
21
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x16sdk_tool_service.proto\x12\x03sdk\x1a\"incoming_connection_complete.proto\x1a!incoming_record_packet_push.proto\x1a\x18incoming_data_push.proto\x1a plugin_initialization_data.proto\x1a\x0ftransport.proto2\xaf\x03\n\x07SdkTool\x12@\n\x1f\x43onfirmSdkToolServiceConnection\x12\n.sdk.Empty\x1a\x11.sdk.ReturnStatus\x12G\n\x13InitializeSdkPlugin\x12\x1d.sdk.PluginInitializationData\x1a\x11.sdk.ReturnStatus\x12L\n\x18PushIncomingRecordPacket\x12\x1d.sdk.IncomingRecordPacketPush\x1a\x11.sdk.ReturnStatus\x12<\n\x10PushIncomingData\x12\x15.sdk.IncomingDataPush\x1a\x11.sdk.ReturnStatus\x12V\n NotifyIncomingConnectionComplete\x12\x1f.sdk.IncomingConnectionComplete\x1a\x11.sdk.ReturnStatus\x12\x35\n\x14NotifyPluginComplete\x12\n.sdk.Empty\x1a\x11.sdk.ReturnStatusb\x06proto3')
|
22
|
-
|
23
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
24
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'sdk_tool_service_pb2', globals())
|
25
|
-
if _descriptor._USE_C_DESCRIPTORS == False:
|
26
|
-
|
27
|
-
DESCRIPTOR._options = None
|
28
|
-
_SDKTOOL._serialized_start=180
|
29
|
-
_SDKTOOL._serialized_end=611
|
30
|
-
# @@protoc_insertion_point(module_scope)
|
@@ -1,235 +0,0 @@
|
|
1
|
-
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
2
|
-
"""Client and server classes corresponding to protobuf-defined services."""
|
3
|
-
import grpc
|
4
|
-
|
5
|
-
from . import incoming_connection_complete_pb2 as incoming__connection__complete__pb2
|
6
|
-
from . import incoming_data_push_pb2 as incoming__data__push__pb2
|
7
|
-
from . import incoming_record_packet_push_pb2 as incoming__record__packet__push__pb2
|
8
|
-
from . import plugin_initialization_data_pb2 as plugin__initialization__data__pb2
|
9
|
-
from . import transport_pb2 as transport__pb2
|
10
|
-
|
11
|
-
|
12
|
-
class SdkToolStub(object):
|
13
|
-
"""Missing associated documentation comment in .proto file."""
|
14
|
-
|
15
|
-
def __init__(self, channel):
|
16
|
-
"""Constructor.
|
17
|
-
|
18
|
-
Args:
|
19
|
-
channel: A grpc.Channel.
|
20
|
-
"""
|
21
|
-
self.ConfirmSdkToolServiceConnection = channel.unary_unary(
|
22
|
-
'/sdk.SdkTool/ConfirmSdkToolServiceConnection',
|
23
|
-
request_serializer=transport__pb2.Empty.SerializeToString,
|
24
|
-
response_deserializer=transport__pb2.ReturnStatus.FromString,
|
25
|
-
)
|
26
|
-
self.InitializeSdkPlugin = channel.unary_unary(
|
27
|
-
'/sdk.SdkTool/InitializeSdkPlugin',
|
28
|
-
request_serializer=plugin__initialization__data__pb2.PluginInitializationData.SerializeToString,
|
29
|
-
response_deserializer=transport__pb2.ReturnStatus.FromString,
|
30
|
-
)
|
31
|
-
self.PushIncomingRecordPacket = channel.unary_unary(
|
32
|
-
'/sdk.SdkTool/PushIncomingRecordPacket',
|
33
|
-
request_serializer=incoming__record__packet__push__pb2.IncomingRecordPacketPush.SerializeToString,
|
34
|
-
response_deserializer=transport__pb2.ReturnStatus.FromString,
|
35
|
-
)
|
36
|
-
self.PushIncomingData = channel.unary_unary(
|
37
|
-
'/sdk.SdkTool/PushIncomingData',
|
38
|
-
request_serializer=incoming__data__push__pb2.IncomingDataPush.SerializeToString,
|
39
|
-
response_deserializer=transport__pb2.ReturnStatus.FromString,
|
40
|
-
)
|
41
|
-
self.NotifyIncomingConnectionComplete = channel.unary_unary(
|
42
|
-
'/sdk.SdkTool/NotifyIncomingConnectionComplete',
|
43
|
-
request_serializer=incoming__connection__complete__pb2.IncomingConnectionComplete.SerializeToString,
|
44
|
-
response_deserializer=transport__pb2.ReturnStatus.FromString,
|
45
|
-
)
|
46
|
-
self.NotifyPluginComplete = channel.unary_unary(
|
47
|
-
'/sdk.SdkTool/NotifyPluginComplete',
|
48
|
-
request_serializer=transport__pb2.Empty.SerializeToString,
|
49
|
-
response_deserializer=transport__pb2.ReturnStatus.FromString,
|
50
|
-
)
|
51
|
-
|
52
|
-
|
53
|
-
class SdkToolServicer(object):
|
54
|
-
"""Missing associated documentation comment in .proto file."""
|
55
|
-
|
56
|
-
def ConfirmSdkToolServiceConnection(self, request, context):
|
57
|
-
"""Missing associated documentation comment in .proto file."""
|
58
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
59
|
-
context.set_details('Method not implemented!')
|
60
|
-
raise NotImplementedError('Method not implemented!')
|
61
|
-
|
62
|
-
def InitializeSdkPlugin(self, request, context):
|
63
|
-
"""Missing associated documentation comment in .proto file."""
|
64
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
65
|
-
context.set_details('Method not implemented!')
|
66
|
-
raise NotImplementedError('Method not implemented!')
|
67
|
-
|
68
|
-
def PushIncomingRecordPacket(self, request, context):
|
69
|
-
"""Missing associated documentation comment in .proto file."""
|
70
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
71
|
-
context.set_details('Method not implemented!')
|
72
|
-
raise NotImplementedError('Method not implemented!')
|
73
|
-
|
74
|
-
def PushIncomingData(self, request, context):
|
75
|
-
"""Missing associated documentation comment in .proto file."""
|
76
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
77
|
-
context.set_details('Method not implemented!')
|
78
|
-
raise NotImplementedError('Method not implemented!')
|
79
|
-
|
80
|
-
def NotifyIncomingConnectionComplete(self, request, context):
|
81
|
-
"""Missing associated documentation comment in .proto file."""
|
82
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
83
|
-
context.set_details('Method not implemented!')
|
84
|
-
raise NotImplementedError('Method not implemented!')
|
85
|
-
|
86
|
-
def NotifyPluginComplete(self, request, context):
|
87
|
-
"""Missing associated documentation comment in .proto file."""
|
88
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
89
|
-
context.set_details('Method not implemented!')
|
90
|
-
raise NotImplementedError('Method not implemented!')
|
91
|
-
|
92
|
-
|
93
|
-
def add_SdkToolServicer_to_server(servicer, server):
|
94
|
-
rpc_method_handlers = {
|
95
|
-
'ConfirmSdkToolServiceConnection': grpc.unary_unary_rpc_method_handler(
|
96
|
-
servicer.ConfirmSdkToolServiceConnection,
|
97
|
-
request_deserializer=transport__pb2.Empty.FromString,
|
98
|
-
response_serializer=transport__pb2.ReturnStatus.SerializeToString,
|
99
|
-
),
|
100
|
-
'InitializeSdkPlugin': grpc.unary_unary_rpc_method_handler(
|
101
|
-
servicer.InitializeSdkPlugin,
|
102
|
-
request_deserializer=plugin__initialization__data__pb2.PluginInitializationData.FromString,
|
103
|
-
response_serializer=transport__pb2.ReturnStatus.SerializeToString,
|
104
|
-
),
|
105
|
-
'PushIncomingRecordPacket': grpc.unary_unary_rpc_method_handler(
|
106
|
-
servicer.PushIncomingRecordPacket,
|
107
|
-
request_deserializer=incoming__record__packet__push__pb2.IncomingRecordPacketPush.FromString,
|
108
|
-
response_serializer=transport__pb2.ReturnStatus.SerializeToString,
|
109
|
-
),
|
110
|
-
'PushIncomingData': grpc.unary_unary_rpc_method_handler(
|
111
|
-
servicer.PushIncomingData,
|
112
|
-
request_deserializer=incoming__data__push__pb2.IncomingDataPush.FromString,
|
113
|
-
response_serializer=transport__pb2.ReturnStatus.SerializeToString,
|
114
|
-
),
|
115
|
-
'NotifyIncomingConnectionComplete': grpc.unary_unary_rpc_method_handler(
|
116
|
-
servicer.NotifyIncomingConnectionComplete,
|
117
|
-
request_deserializer=incoming__connection__complete__pb2.IncomingConnectionComplete.FromString,
|
118
|
-
response_serializer=transport__pb2.ReturnStatus.SerializeToString,
|
119
|
-
),
|
120
|
-
'NotifyPluginComplete': grpc.unary_unary_rpc_method_handler(
|
121
|
-
servicer.NotifyPluginComplete,
|
122
|
-
request_deserializer=transport__pb2.Empty.FromString,
|
123
|
-
response_serializer=transport__pb2.ReturnStatus.SerializeToString,
|
124
|
-
),
|
125
|
-
}
|
126
|
-
generic_handler = grpc.method_handlers_generic_handler(
|
127
|
-
'sdk.SdkTool', rpc_method_handlers)
|
128
|
-
server.add_generic_rpc_handlers((generic_handler,))
|
129
|
-
|
130
|
-
|
131
|
-
# This class is part of an EXPERIMENTAL API.
|
132
|
-
class SdkTool(object):
|
133
|
-
"""Missing associated documentation comment in .proto file."""
|
134
|
-
|
135
|
-
@staticmethod
|
136
|
-
def ConfirmSdkToolServiceConnection(request,
|
137
|
-
target,
|
138
|
-
options=(),
|
139
|
-
channel_credentials=None,
|
140
|
-
call_credentials=None,
|
141
|
-
insecure=False,
|
142
|
-
compression=None,
|
143
|
-
wait_for_ready=None,
|
144
|
-
timeout=None,
|
145
|
-
metadata=None):
|
146
|
-
return grpc.experimental.unary_unary(request, target, '/sdk.SdkTool/ConfirmSdkToolServiceConnection',
|
147
|
-
transport__pb2.Empty.SerializeToString,
|
148
|
-
transport__pb2.ReturnStatus.FromString,
|
149
|
-
options, channel_credentials,
|
150
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
151
|
-
|
152
|
-
@staticmethod
|
153
|
-
def InitializeSdkPlugin(request,
|
154
|
-
target,
|
155
|
-
options=(),
|
156
|
-
channel_credentials=None,
|
157
|
-
call_credentials=None,
|
158
|
-
insecure=False,
|
159
|
-
compression=None,
|
160
|
-
wait_for_ready=None,
|
161
|
-
timeout=None,
|
162
|
-
metadata=None):
|
163
|
-
return grpc.experimental.unary_unary(request, target, '/sdk.SdkTool/InitializeSdkPlugin',
|
164
|
-
plugin__initialization__data__pb2.PluginInitializationData.SerializeToString,
|
165
|
-
transport__pb2.ReturnStatus.FromString,
|
166
|
-
options, channel_credentials,
|
167
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
168
|
-
|
169
|
-
@staticmethod
|
170
|
-
def PushIncomingRecordPacket(request,
|
171
|
-
target,
|
172
|
-
options=(),
|
173
|
-
channel_credentials=None,
|
174
|
-
call_credentials=None,
|
175
|
-
insecure=False,
|
176
|
-
compression=None,
|
177
|
-
wait_for_ready=None,
|
178
|
-
timeout=None,
|
179
|
-
metadata=None):
|
180
|
-
return grpc.experimental.unary_unary(request, target, '/sdk.SdkTool/PushIncomingRecordPacket',
|
181
|
-
incoming__record__packet__push__pb2.IncomingRecordPacketPush.SerializeToString,
|
182
|
-
transport__pb2.ReturnStatus.FromString,
|
183
|
-
options, channel_credentials,
|
184
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
185
|
-
|
186
|
-
@staticmethod
|
187
|
-
def PushIncomingData(request,
|
188
|
-
target,
|
189
|
-
options=(),
|
190
|
-
channel_credentials=None,
|
191
|
-
call_credentials=None,
|
192
|
-
insecure=False,
|
193
|
-
compression=None,
|
194
|
-
wait_for_ready=None,
|
195
|
-
timeout=None,
|
196
|
-
metadata=None):
|
197
|
-
return grpc.experimental.unary_unary(request, target, '/sdk.SdkTool/PushIncomingData',
|
198
|
-
incoming__data__push__pb2.IncomingDataPush.SerializeToString,
|
199
|
-
transport__pb2.ReturnStatus.FromString,
|
200
|
-
options, channel_credentials,
|
201
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
202
|
-
|
203
|
-
@staticmethod
|
204
|
-
def NotifyIncomingConnectionComplete(request,
|
205
|
-
target,
|
206
|
-
options=(),
|
207
|
-
channel_credentials=None,
|
208
|
-
call_credentials=None,
|
209
|
-
insecure=False,
|
210
|
-
compression=None,
|
211
|
-
wait_for_ready=None,
|
212
|
-
timeout=None,
|
213
|
-
metadata=None):
|
214
|
-
return grpc.experimental.unary_unary(request, target, '/sdk.SdkTool/NotifyIncomingConnectionComplete',
|
215
|
-
incoming__connection__complete__pb2.IncomingConnectionComplete.SerializeToString,
|
216
|
-
transport__pb2.ReturnStatus.FromString,
|
217
|
-
options, channel_credentials,
|
218
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
219
|
-
|
220
|
-
@staticmethod
|
221
|
-
def NotifyPluginComplete(request,
|
222
|
-
target,
|
223
|
-
options=(),
|
224
|
-
channel_credentials=None,
|
225
|
-
call_credentials=None,
|
226
|
-
insecure=False,
|
227
|
-
compression=None,
|
228
|
-
wait_for_ready=None,
|
229
|
-
timeout=None,
|
230
|
-
metadata=None):
|
231
|
-
return grpc.experimental.unary_unary(request, target, '/sdk.SdkTool/NotifyPluginComplete',
|
232
|
-
transport__pb2.Empty.SerializeToString,
|
233
|
-
transport__pb2.ReturnStatus.FromString,
|
234
|
-
options, channel_credentials,
|
235
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
@@ -1,25 +0,0 @@
|
|
1
|
-
# -*- coding: utf-8 -*-
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
-
# source: sdk_tool_service_startup_info.proto
|
4
|
-
"""Generated protocol buffer code."""
|
5
|
-
from google.protobuf.internal import builder as _builder
|
6
|
-
from google.protobuf import descriptor as _descriptor
|
7
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
8
|
-
from google.protobuf import symbol_database as _symbol_database
|
9
|
-
# @@protoc_insertion_point(imports)
|
10
|
-
|
11
|
-
_sym_db = _symbol_database.Default()
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#sdk_tool_service_startup_info.proto\x12\x03sdk\"^\n\x19SdkToolServiceStartupInfo\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x0f\n\x07message\x18\x02 \x01(\t\x12\x1f\n\x17sdk_tool_server_address\x18\x03 \x01(\tb\x06proto3')
|
17
|
-
|
18
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
19
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'sdk_tool_service_startup_info_pb2', globals())
|
20
|
-
if _descriptor._USE_C_DESCRIPTORS == False:
|
21
|
-
|
22
|
-
DESCRIPTOR._options = None
|
23
|
-
_SDKTOOLSERVICESTARTUPINFO._serialized_start=44
|
24
|
-
_SDKTOOLSERVICESTARTUPINFO._serialized_end=138
|
25
|
-
# @@protoc_insertion_point(module_scope)
|
@@ -1,54 +0,0 @@
|
|
1
|
-
# -*- coding: utf-8 -*-
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
-
# source: sdk_tool_service_v2.proto
|
4
|
-
"""Generated protocol buffer code."""
|
5
|
-
from google.protobuf.internal import builder as _builder
|
6
|
-
from google.protobuf import descriptor as _descriptor
|
7
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
8
|
-
from google.protobuf import symbol_database as _symbol_database
|
9
|
-
# @@protoc_insertion_point(imports)
|
10
|
-
|
11
|
-
_sym_db = _symbol_database.Default()
|
12
|
-
|
13
|
-
|
14
|
-
from . import close_outgoing_anchor_pb2 as close__outgoing__anchor__pb2
|
15
|
-
from . import incoming_connection_complete_pb2 as incoming__connection__complete__pb2
|
16
|
-
from . import translate_message_data_pb2 as translate__message__data__pb2
|
17
|
-
from . import outgoing_metadata_push_pb2 as outgoing__metadata__push__pb2
|
18
|
-
from . import output_message_data_pb2 as output__message__data__pb2
|
19
|
-
from . import password_data_pb2 as password__data__pb2
|
20
|
-
from . import plugin_initialization_data_pb2 as plugin__initialization__data__pb2
|
21
|
-
from . import dcm_e_pb2 as dcm__e__pb2
|
22
|
-
from . import update_progress_pb2 as update__progress__pb2
|
23
|
-
|
24
|
-
|
25
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x19sdk_tool_service_v2.proto\x12\x03sdk\x1a\x1b\x63lose_outgoing_anchor.proto\x1a\"incoming_connection_complete.proto\x1a\x1ctranslate_message_data.proto\x1a\x1coutgoing_metadata_push.proto\x1a\x19output_message_data.proto\x1a\x13password_data.proto\x1a plugin_initialization_data.proto\x1a\x0b\x64\x63m_e.proto\x1a\x15update_progress.proto\"\x94\x03\n\tControlIn\x12\x43\n\x1aplugin_initialization_data\x18\x01 \x01(\x0b\x32\x1d.sdk.PluginInitializationDataH\x00\x12\x34\n\x12translated_message\x18\x02 \x01(\x0b\x32\x16.sdk.TranslatedMessageH\x00\x12/\n\x12\x64\x65\x63rypted_password\x18\x03 \x01(\x0b\x32\x11.sdk.PasswordDataH\x00\x12\x38\n\x0fnotify_complete\x18\x04 \x01(\x0b\x32\x1d.sdk.ControlIn.NotifyCompleteH\x00\x12+\n\x0e\x64\x63m_e_response\x18\x05 \x01(\x0b\x32\x11.sdk.DcmEResponseH\x00\x12G\n\x1cincoming_connection_complete\x18\x06 \x01(\x0b\x32\x1f.sdk.IncomingConnectionCompleteH\x00\x12\x0e\n\x06msg_id\x18\x07 \x01(\t\x1a\x10\n\x0eNotifyCompleteB\t\n\x07payload\"\xa3\x03\n\nControlOut\x12\x36\n\x11outgoing_metadata\x18\x01 \x01(\x0b\x32\x19.sdk.OutgoingMetadataPushH\x00\x12\x30\n\x0eoutput_message\x18\x02 \x01(\x0b\x32\x16.sdk.OutputMessageDataH\x00\x12\x36\n\x11translate_message\x18\x03 \x01(\x0b\x32\x19.sdk.TranslateMessageDataH\x00\x12-\n\x10\x64\x65\x63rypt_password\x18\x04 \x01(\x0b\x32\x11.sdk.PasswordDataH\x00\x12;\n\x10\x63onfirm_complete\x18\x05 \x01(\x0b\x32\x1f.sdk.ControlOut.ConfirmCompleteH\x00\x12)\n\rdcm_e_request\x18\x06 \x01(\x0b\x32\x10.sdk.DcmERequestH\x00\x12.\n\x0fupdate_progress\x18\x08 \x01(\x0b\x32\x13.sdk.UpdateProgressH\x00\x12\x0e\n\x06msg_id\x18\x07 \x01(\t\x1a\x11\n\x0f\x43onfirmCompleteB\t\n\x07payload\"\xf3\x02\n\x10RecordTransferIn\x12\x41\n\x10incoming_records\x18\x01 \x01(\x0b\x32%.sdk.RecordTransferIn.IncomingRecordsH\x00\x12=\n\x0erecord_request\x18\x02 \x01(\x0b\x32#.sdk.RecordTransferIn.RecordRequestH\x00\x12G\n\x1cincoming_connection_complete\x18\x03 \x01(\x0b\x32\x1f.sdk.IncomingConnectionCompleteH\x00\x1a\x63\n\x0fIncomingRecords\x12\x13\n\x0b\x61nchor_name\x18\x01 \x01(\t\x12\x17\n\x0f\x63onnection_name\x18\x02 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x03 \x01(\x0c\x12\x14\n\x0c\x65nd_of_chunk\x18\x04 \x01(\x08\x1a$\n\rRecordRequest\x12\x13\n\x0b\x61nchor_name\x18\x01 \x01(\tB\t\n\x07payload\"\"\n\x0bWantRecords\x12\x13\n\x0b\x61nchor_name\x18\x01 \x01(\t\"c\n\x0fOutgoingRecords\x12\x13\n\x0b\x61nchor_name\x18\x01 \x01(\t\x12\x17\n\x0f\x63onnection_name\x18\x02 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x03 \x01(\x0c\x12\x14\n\x0c\x65nd_of_chunk\x18\x04 \x01(\x08\"\xb5\x01\n\x11RecordTransferOut\x12(\n\x0cwant_records\x18\x01 \x01(\x0b\x32\x10.sdk.WantRecordsH\x00\x12\x30\n\x10outgoing_records\x18\x02 \x01(\x0b\x32\x14.sdk.OutgoingRecordsH\x00\x12\x39\n\x15\x63lose_outgoing_anchor\x18\x03 \x01(\x0b\x32\x18.sdk.CloseOutgoingAnchorH\x00\x42\t\n\x07payload2\x80\x01\n\tSdkToolV2\x12.\n\x07\x43ontrol\x12\x0e.sdk.ControlIn\x1a\x0f.sdk.ControlOut(\x01\x30\x01\x12\x43\n\x0eRecordTransfer\x12\x15.sdk.RecordTransferIn\x1a\x16.sdk.RecordTransferOut(\x01\x30\x01\x62\x06proto3')
|
26
|
-
|
27
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
28
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'sdk_tool_service_v2_pb2', globals())
|
29
|
-
if _descriptor._USE_C_DESCRIPTORS == False:
|
30
|
-
|
31
|
-
DESCRIPTOR._options = None
|
32
|
-
_CONTROLIN._serialized_start=278
|
33
|
-
_CONTROLIN._serialized_end=682
|
34
|
-
_CONTROLIN_NOTIFYCOMPLETE._serialized_start=655
|
35
|
-
_CONTROLIN_NOTIFYCOMPLETE._serialized_end=671
|
36
|
-
_CONTROLOUT._serialized_start=685
|
37
|
-
_CONTROLOUT._serialized_end=1104
|
38
|
-
_CONTROLOUT_CONFIRMCOMPLETE._serialized_start=1076
|
39
|
-
_CONTROLOUT_CONFIRMCOMPLETE._serialized_end=1093
|
40
|
-
_RECORDTRANSFERIN._serialized_start=1107
|
41
|
-
_RECORDTRANSFERIN._serialized_end=1478
|
42
|
-
_RECORDTRANSFERIN_INCOMINGRECORDS._serialized_start=1330
|
43
|
-
_RECORDTRANSFERIN_INCOMINGRECORDS._serialized_end=1429
|
44
|
-
_RECORDTRANSFERIN_RECORDREQUEST._serialized_start=1431
|
45
|
-
_RECORDTRANSFERIN_RECORDREQUEST._serialized_end=1467
|
46
|
-
_WANTRECORDS._serialized_start=1480
|
47
|
-
_WANTRECORDS._serialized_end=1514
|
48
|
-
_OUTGOINGRECORDS._serialized_start=1516
|
49
|
-
_OUTGOINGRECORDS._serialized_end=1615
|
50
|
-
_RECORDTRANSFEROUT._serialized_start=1618
|
51
|
-
_RECORDTRANSFEROUT._serialized_end=1799
|
52
|
-
_SDKTOOLV2._serialized_start=1802
|
53
|
-
_SDKTOOLV2._serialized_end=1930
|
54
|
-
# @@protoc_insertion_point(module_scope)
|