nominal-api-protos 0.963.1__tar.gz → 0.965.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/PKG-INFO +1 -1
  2. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/ai/v1/knowledge_base_pb2_grpc.py +2 -2
  3. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/ai/v1/workbook_agent_pb2_grpc.py +2 -2
  4. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/application/v1/application_pb2_grpc.py +2 -2
  5. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/authentication/groups/v1/groups_pb2_grpc.py +2 -2
  6. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/authorization/markings/v1/markings_pb2_grpc.py +2 -2
  7. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/authorization/permissions/v1/permissions_pb2_grpc.py +2 -2
  8. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/authorization/roles/v1/roles_pb2_grpc.py +2 -2
  9. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/blob_storage_service/v1/blob_storage_service_pb2_grpc.py +2 -2
  10. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/comments/v1/comments_pb2_grpc.py +2 -2
  11. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/connect/demo_apps/v1/connect_demo_apps_pb2_grpc.py +2 -2
  12. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/connect/download/v1/connect_download_pb2_grpc.py +2 -2
  13. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/connect/v1/connect_apps_pb2_grpc.py +2 -2
  14. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/connections/v1/external_api_connections_pb2_grpc.py +2 -2
  15. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/conversations/v1/conversations_pb2_grpc.py +2 -2
  16. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/direct_channel_writer/v2/direct_nominal_channel_writer_pb2_grpc.py +2 -2
  17. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/edge/v1/edge_sync_pb2_grpc.py +2 -2
  18. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/procedures/executions/v1/procedure_executions_pb2_grpc.py +2 -2
  19. nominal_api_protos-0.963.1/nominal_api_protos/nominal/types/series/series_pb2_grpc.py → nominal_api_protos-0.965.0/nominal_api_protos/nominal/procedures/v1/id_format_pb2_grpc.py +2 -2
  20. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/procedures/v1/procedures_pb2_grpc.py +2 -2
  21. nominal_api_protos-0.965.0/nominal_api_protos/nominal/scout/elements/v1/elements_pb2_grpc.py +24 -0
  22. nominal_api_protos-0.965.0/nominal_api_protos/nominal/streaming_connection_service/v1/opc_ua_pb2.py +102 -0
  23. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/streaming_connection_service/v1/opc_ua_pb2.pyi +16 -0
  24. nominal_api_protos-0.963.1/nominal_api_protos/nominal/scout/elements/v1/elements_pb2_grpc.py → nominal_api_protos-0.965.0/nominal_api_protos/nominal/streaming_connection_service/v1/opc_ua_pb2_grpc.py +2 -2
  25. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/streaming_connection_service/v1/streaming_connection_service_pb2.py +32 -28
  26. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/streaming_connection_service/v1/streaming_connection_service_pb2.pyi +8 -2
  27. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/streaming_connection_service/v1/streaming_connection_service_pb2_grpc.py +2 -2
  28. nominal_api_protos-0.965.0/nominal_api_protos/nominal/types/series/series_pb2_grpc.py +24 -0
  29. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/types/time/time_pb2_grpc.py +2 -2
  30. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/types/types_pb2_grpc.py +2 -2
  31. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/units/v1/units_pb2_grpc.py +2 -2
  32. nominal_api_protos-0.963.1/nominal_api_protos/nominal/procedures/v1/id_format_pb2_grpc.py → nominal_api_protos-0.965.0/nominal_api_protos/nominal/versioning/v1/versioning_pb2_grpc.py +2 -2
  33. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/workspaces/v1/workspaces_pb2_grpc.py +2 -2
  34. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal_write_pb2_grpc.py +2 -2
  35. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/prometheus_remote_write_pb2_grpc.py +2 -2
  36. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos.egg-info/PKG-INFO +1 -1
  37. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/setup.py +1 -1
  38. nominal_api_protos-0.963.1/nominal_api_protos/nominal/streaming_connection_service/v1/opc_ua_pb2.py +0 -96
  39. nominal_api_protos-0.963.1/nominal_api_protos/nominal/streaming_connection_service/v1/opc_ua_pb2_grpc.py +0 -24
  40. nominal_api_protos-0.963.1/nominal_api_protos/nominal/versioning/v1/versioning_pb2_grpc.py +0 -24
  41. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/ai/v1/knowledge_base_pb2.py +0 -0
  42. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/ai/v1/knowledge_base_pb2.pyi +0 -0
  43. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/ai/v1/workbook_agent_pb2.py +0 -0
  44. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/ai/v1/workbook_agent_pb2.pyi +0 -0
  45. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/application/v1/application_pb2.py +0 -0
  46. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/application/v1/application_pb2.pyi +0 -0
  47. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/authentication/groups/v1/groups_pb2.py +0 -0
  48. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/authentication/groups/v1/groups_pb2.pyi +0 -0
  49. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/authorization/markings/v1/markings_pb2.py +0 -0
  50. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/authorization/markings/v1/markings_pb2.pyi +0 -0
  51. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/authorization/permissions/v1/permissions_pb2.py +0 -0
  52. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/authorization/permissions/v1/permissions_pb2.pyi +0 -0
  53. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/authorization/roles/v1/roles_pb2.py +0 -0
  54. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/authorization/roles/v1/roles_pb2.pyi +0 -0
  55. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/blob_storage_service/v1/blob_storage_service_pb2.py +0 -0
  56. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/blob_storage_service/v1/blob_storage_service_pb2.pyi +0 -0
  57. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/comments/v1/comments_pb2.py +0 -0
  58. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/comments/v1/comments_pb2.pyi +0 -0
  59. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/connect/demo_apps/v1/connect_demo_apps_pb2.py +0 -0
  60. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/connect/demo_apps/v1/connect_demo_apps_pb2.pyi +0 -0
  61. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/connect/download/v1/connect_download_pb2.py +0 -0
  62. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/connect/download/v1/connect_download_pb2.pyi +0 -0
  63. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/connect/v1/connect_apps_pb2.py +0 -0
  64. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/connect/v1/connect_apps_pb2.pyi +0 -0
  65. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/connections/v1/external_api_connections_pb2.py +0 -0
  66. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/connections/v1/external_api_connections_pb2.pyi +0 -0
  67. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/conversations/v1/conversations_pb2.py +0 -0
  68. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/conversations/v1/conversations_pb2.pyi +0 -0
  69. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/direct_channel_writer/v2/direct_nominal_channel_writer_pb2.py +0 -0
  70. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/direct_channel_writer/v2/direct_nominal_channel_writer_pb2.pyi +0 -0
  71. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/edge/v1/edge_sync_pb2.py +0 -0
  72. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/edge/v1/edge_sync_pb2.pyi +0 -0
  73. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/procedures/executions/v1/procedure_executions_pb2.py +0 -0
  74. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/procedures/executions/v1/procedure_executions_pb2.pyi +0 -0
  75. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/procedures/v1/id_format_pb2.py +0 -0
  76. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/procedures/v1/id_format_pb2.pyi +0 -0
  77. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/procedures/v1/procedures_pb2.py +0 -0
  78. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/procedures/v1/procedures_pb2.pyi +0 -0
  79. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/scout/elements/v1/elements_pb2.py +0 -0
  80. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/scout/elements/v1/elements_pb2.pyi +0 -0
  81. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/types/series/series_pb2.py +0 -0
  82. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/types/series/series_pb2.pyi +0 -0
  83. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/types/time/time_pb2.py +0 -0
  84. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/types/time/time_pb2.pyi +0 -0
  85. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/types/types_pb2.py +0 -0
  86. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/types/types_pb2.pyi +0 -0
  87. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/units/v1/units_pb2.py +0 -0
  88. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/units/v1/units_pb2.pyi +0 -0
  89. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/versioning/v1/versioning_pb2.py +0 -0
  90. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/versioning/v1/versioning_pb2.pyi +0 -0
  91. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/workspaces/v1/workspaces_pb2.py +0 -0
  92. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal/workspaces/v1/workspaces_pb2.pyi +0 -0
  93. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal_write_pb2.py +0 -0
  94. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/nominal_write_pb2.pyi +0 -0
  95. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/prometheus_remote_write_pb2.py +0 -0
  96. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/prometheus_remote_write_pb2.pyi +0 -0
  97. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos/py.typed +0 -0
  98. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos.egg-info/SOURCES.txt +0 -0
  99. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos.egg-info/dependency_links.txt +0 -0
  100. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos.egg-info/requires.txt +0 -0
  101. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/nominal_api_protos.egg-info/top_level.txt +0 -0
  102. {nominal_api_protos-0.963.1 → nominal_api_protos-0.965.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nominal-api-protos
3
- Version: 0.963.1
3
+ Version: 0.965.0
4
4
  Requires-Python: >=3.8
5
5
  Requires-Dist: protobuf>=5.25.0
6
6
  Dynamic: requires-dist
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.ai.v1 import knowledge_base_pb2 as nominal_dot_ai_dot_v1_dot_knowledge__base__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/ai/v1/knowledge_base_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/ai/v1/knowledge_base_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.ai.v1 import workbook_agent_pb2 as nominal_dot_ai_dot_v1_dot_workbook__agent__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/ai/v1/workbook_agent_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/ai/v1/workbook_agent_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.application.v1 import application_pb2 as nominal_dot_application_dot_v1_dot_application__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/application/v1/application_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/application/v1/application_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.authentication.groups.v1 import groups_pb2 as nominal_dot_authentication_dot_groups_dot_v1_dot_groups__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/authentication/groups/v1/groups_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/authentication/groups/v1/groups_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.authorization.markings.v1 import markings_pb2 as nominal_dot_authorization_dot_markings_dot_v1_dot_markings__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/authorization/markings/v1/markings_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/authorization/markings/v1/markings_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.authorization.permissions.v1 import permissions_pb2 as nominal_dot_authorization_dot_permissions_dot_v1_dot_permissions__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/authorization/permissions/v1/permissions_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/authorization/permissions/v1/permissions_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.authorization.roles.v1 import roles_pb2 as nominal_dot_authorization_dot_roles_dot_v1_dot_roles__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/authorization/roles/v1/roles_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/authorization/roles/v1/roles_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.blob_storage_service.v1 import blob_storage_service_pb2 as nominal_dot_blob__storage__service_dot_v1_dot_blob__storage__service__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/blob_storage_service/v1/blob_storage_service_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/blob_storage_service/v1/blob_storage_service_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.comments.v1 import comments_pb2 as nominal_dot_comments_dot_v1_dot_comments__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/comments/v1/comments_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/comments/v1/comments_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.connect.demo_apps.v1 import connect_demo_apps_pb2 as nominal_dot_connect_dot_demo__apps_dot_v1_dot_connect__demo__apps__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/connect/demo_apps/v1/connect_demo_apps_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/connect/demo_apps/v1/connect_demo_apps_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.connect.download.v1 import connect_download_pb2 as nominal_dot_connect_dot_download_dot_v1_dot_connect__download__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/connect/download/v1/connect_download_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/connect/download/v1/connect_download_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.connect.v1 import connect_apps_pb2 as nominal_dot_connect_dot_v1_dot_connect__apps__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/connect/v1/connect_apps_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/connect/v1/connect_apps_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.connections.v1 import external_api_connections_pb2 as nominal_dot_connections_dot_v1_dot_external__api__connections__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/connections/v1/external_api_connections_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/connections/v1/external_api_connections_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.conversations.v1 import conversations_pb2 as nominal_dot_conversations_dot_v1_dot_conversations__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/conversations/v1/conversations_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/conversations/v1/conversations_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.direct_channel_writer.v2 import direct_nominal_channel_writer_pb2 as nominal_dot_direct__channel__writer_dot_v2_dot_direct__nominal__channel__writer__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/direct_channel_writer/v2/direct_nominal_channel_writer_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/direct_channel_writer/v2/direct_nominal_channel_writer_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.edge.v1 import edge_sync_pb2 as nominal_dot_edge_dot_v1_dot_edge__sync__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/edge/v1/edge_sync_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/edge/v1/edge_sync_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.procedures.executions.v1 import procedure_executions_pb2 as nominal_dot_procedures_dot_executions_dot_v1_dot_procedure__executions__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/procedures/executions/v1/procedure_executions_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/procedures/executions/v1/procedure_executions_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -4,7 +4,7 @@ import grpc
4
4
  import warnings
5
5
 
6
6
 
7
- GRPC_GENERATED_VERSION = '1.75.1'
7
+ GRPC_GENERATED_VERSION = '1.76.0'
8
8
  GRPC_VERSION = grpc.__version__
9
9
  _version_not_supported = False
10
10
 
@@ -17,7 +17,7 @@ except ImportError:
17
17
  if _version_not_supported:
18
18
  raise RuntimeError(
19
19
  f'The grpc package installed is at version {GRPC_VERSION},'
20
- + f' but the generated code in nominal/types/series/series_pb2_grpc.py depends on'
20
+ + ' but the generated code in nominal/procedures/v1/id_format_pb2_grpc.py depends on'
21
21
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
22
22
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
23
23
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.procedures.v1 import procedures_pb2 as nominal_dot_procedures_dot_v1_dot_procedures__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/procedures/v1/procedures_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/procedures/v1/procedures_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -0,0 +1,24 @@
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
+ import warnings
5
+
6
+
7
+ GRPC_GENERATED_VERSION = '1.76.0'
8
+ GRPC_VERSION = grpc.__version__
9
+ _version_not_supported = False
10
+
11
+ try:
12
+ from grpc._utilities import first_version_is_lower
13
+ _version_not_supported = first_version_is_lower(GRPC_VERSION, GRPC_GENERATED_VERSION)
14
+ except ImportError:
15
+ _version_not_supported = True
16
+
17
+ if _version_not_supported:
18
+ raise RuntimeError(
19
+ f'The grpc package installed is at version {GRPC_VERSION},'
20
+ + ' but the generated code in nominal/scout/elements/v1/elements_pb2_grpc.py depends on'
21
+ + f' grpcio>={GRPC_GENERATED_VERSION}.'
22
+ + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
23
+ + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
24
+ )
@@ -0,0 +1,102 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: nominal/streaming_connection_service/v1/opc_ua.proto
5
+ # Protobuf Python Version: 6.31.1
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 6,
15
+ 31,
16
+ 1,
17
+ '',
18
+ 'nominal/streaming_connection_service/v1/opc_ua.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
26
+ from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
27
+ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
28
+
29
+
30
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4nominal/streaming_connection_service/v1/opc_ua.proto\x12\'nominal.streaming_connection_service.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"j\n\x17OpcAuthenticationConfig\x12+\n\tanonymous\x18\x01 \x01(\x0b\x32\x16.google.protobuf.EmptyH\x00\x42\"\n\x19opc_authentication_config\x12\x05\xbaH\x02\x08\x01\"p\n\x1dOpcAuthenticationConfigSecret\x12+\n\tanonymous\x18\x01 \x01(\x0b\x32\x16.google.protobuf.EmptyH\x00\x42\"\n\x19opc_authentication_config\x12\x05\xbaH\x02\x08\x01\"X\n\x12OpcIdentifierValue\x12\x11\n\x07numeric\x18\x01 \x01(\x05H\x00\x12\x10\n\x06string\x18\x02 \x01(\tH\x00\x42\x1d\n\x14opc_identifier_value\x12\x05\xbaH\x02\x08\x01\"\x80\x01\n\x07OpcNode\x12\x16\n\tnamespace\x18\x01 \x01(\rH\x00\x88\x01\x01\x12O\n\nidentifier\x18\x02 \x01(\x0b\x32;.nominal.streaming_connection_service.v1.OpcIdentifierValueB\x0c\n\n_namespace\"\x88\x05\n\x1cOpcUaChannelNamingConvention\x12\x64\n\x07node_id\x18\x01 \x01(\x0b\x32Q.nominal.streaming_connection_service.v1.OpcUaChannelNamingConvention.OpcUaNodeIdH\x00\x12l\n\x0b\x62rowse_name\x18\x02 \x01(\x0b\x32U.nominal.streaming_connection_service.v1.OpcUaChannelNamingConvention.OpcUaBrowseNameH\x00\x12n\n\x0c\x64isplay_name\x18\x03 \x01(\x0b\x32V.nominal.streaming_connection_service.v1.OpcUaChannelNamingConvention.OpcUaDisplayNameH\x00\x12h\n\tfull_path\x18\x04 \x01(\x0b\x32S.nominal.streaming_connection_service.v1.OpcUaChannelNamingConvention.OpcUaFullPathH\x00\x1a\r\n\x0bOpcUaNodeId\x1a\x11\n\x0fOpcUaBrowseName\x1a\x12\n\x10OpcUaDisplayName\x1ah\n\rOpcUaFullPath\x12\x44\n\nroot_nodes\x18\x01 \x03(\x0b\x32\x30.nominal.streaming_connection_service.v1.OpcNode\x12\x11\n\tdelimiter\x18\x02 \x01(\tB\x1a\n\x11naming_convention\x12\x05\xbaH\x02\x08\x01\"\xdb\x01\n\x16OpcUaConnectionDetails\x12\x0b\n\x03uri\x18\x01 \x01(\t\x12S\n\x0fsecurity_policy\x18\x02 \x01(\x0e\x32:.nominal.streaming_connection_service.v1.OpcSecurityPolicy\x12_\n\x15\x61uthentication_config\x18\x03 \x01(\x0b\x32@.nominal.streaming_connection_service.v1.OpcAuthenticationConfig\"\xe7\x01\n\x1cOpcUaConnectionDetailsSecret\x12\x0b\n\x03uri\x18\x01 \x01(\t\x12S\n\x0fsecurity_policy\x18\x02 \x01(\x0e\x32:.nominal.streaming_connection_service.v1.OpcSecurityPolicy\x12\x65\n\x15\x61uthentication_config\x18\x03 \x01(\x0b\x32\x46.nominal.streaming_connection_service.v1.OpcAuthenticationConfigSecret\"\x98\x02\n\x14OpcUaTraversalConfig\x12N\n\nroot_nodes\x18\x01 \x03(\x0b\x32\x30.nominal.streaming_connection_service.v1.OpcNodeB\x08\xbaH\x05\x92\x01\x02\x08\x01\x12\x44\n\nskip_nodes\x18\x02 \x03(\x0b\x32\x30.nominal.streaming_connection_service.v1.OpcNode\x12j\n\x1areference_exploration_type\x18\x03 \x01(\x0e\x32\x46.nominal.streaming_connection_service.v1.OpcUaReferenceExplorationType\"h\n\x1bOpcUaDirectNodeSubscription\x12I\n\x05nodes\x18\x01 \x03(\x0b\x32\x30.nominal.streaming_connection_service.v1.OpcNodeB\x08\xbaH\x05\x92\x01\x02\x08\x01\"\x91\x02\n\x1aOpcUaNodeExplorationConfig\x12`\n\x17opc_ua_traversal_config\x18\x01 \x01(\x0b\x32=.nominal.streaming_connection_service.v1.OpcUaTraversalConfigH\x00\x12o\n\x1fopc_ua_direct_node_subscription\x18\x02 \x01(\x0b\x32\x44.nominal.streaming_connection_service.v1.OpcUaDirectNodeSubscriptionH\x00\x42 \n\x1eopc_ua_node_exploration_config\"\xd8\x03\n\x16OpcUaTimestampHandling\x12\x61\n\x06server\x18\x01 \x01(\x0b\x32O.nominal.streaming_connection_service.v1.OpcUaTimestampHandling.OpcUaServerTimeH\x00\x12\x61\n\x06source\x18\x02 \x01(\x0b\x32O.nominal.streaming_connection_service.v1.OpcUaTimestampHandling.OpcUaSourceTimeH\x00\x12j\n\x08relative\x18\x03 \x01(\x0b\x32V.nominal.streaming_connection_service.v1.OpcUaTimestampHandling.OpcUaRelativeTimestampH\x00\x1a\x11\n\x0fOpcUaServerTime\x1a\x11\n\x0fOpcUaSourceTime\x1aT\n\x16OpcUaRelativeTimestamp\x12/\n\x06offset\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x88\x01\x01\x42\t\n\x07_offsetB\x10\n\x0etimestamp_type\"\xd4\x01\n\x15OpcUaDataChangeFilter\x12P\n\x07trigger\x18\x01 \x01(\x0e\x32?.nominal.streaming_connection_service.v1.OpcUaDataChangeTrigger\x12Q\n\rdeadband_type\x18\x02 \x01(\x0e\x32:.nominal.streaming_connection_service.v1.OpcUaDeadbandType\x12\x16\n\x0e\x64\x65\x61\x64\x62\x61nd_value\x18\x03 \x01(\x01\"\x9e\x05\n\x13OpcUaScrapingConfig\x12\x64\n\x17node_exploration_config\x18\x01 \x01(\x0b\x32\x43.nominal.streaming_connection_service.v1.OpcUaNodeExplorationConfig\x12\x16\n\x0eunit_node_name\x18\x02 \x01(\t\x12h\n\x19\x63hannel_naming_convention\x18\x03 \x01(\x0b\x32\x45.nominal.streaming_connection_service.v1.OpcUaChannelNamingConvention\x12\x15\n\roverride_host\x18\x04 \x01(\x08\x12i\n\x1aunknown_data_type_handling\x18\x05 \x01(\x0e\x32\x45.nominal.streaming_connection_service.v1.OpcUaUnknownDataTypeHandling\x12\x64\n\x17\x66\x61iled_monitor_handling\x18\x06 \x01(\x0e\x32\x43.nominal.streaming_connection_service.v1.OpcUaFailedMonitorHandling\x12[\n\x12timestamp_handling\x18\x07 \x01(\x0b\x32?.nominal.streaming_connection_service.v1.OpcUaTimestampHandling\x12Z\n\x12\x64\x61ta_change_filter\x18\x08 \x01(\x0b\x32>.nominal.streaming_connection_service.v1.OpcUaDataChangeFilter*Y\n\x11OpcSecurityPolicy\x12#\n\x1fOPC_SECURITY_POLICY_UNSPECIFIED\x10\x00\x12\x08\n\x04NONE\x10\x01\x12\x15\n\x11\x42\x41SIC_256_SHA_256\x10\x02*\xc2\x01\n\x1dOpcUaReferenceExplorationType\x12\x31\n-OPC_UA_REFERENCE_EXPLORATION_TYPE_UNSPECIFIED\x10\x00\x12/\n+OPC_UA_REFERENCE_EXPLORATION_TYPE_ORGANIZES\x10\x01\x12=\n9OPC_UA_REFERENCE_EXPLORATION_TYPE_HIERARCHICAL_REFERENCES\x10\x02*\xec\x01\n\x1cOpcUaUnknownDataTypeHandling\x12\x31\n-OPC_UA_UNKNOWN_DATA_TYPE_HANDLING_UNSPECIFIED\x10\x00\x12+\n\'OPC_UA_UNKNOWN_DATA_TYPE_HANDLING_ERROR\x10\x01\x12\x35\n1OPC_UA_UNKNOWN_DATA_TYPE_HANDLING_TREAT_AS_DOUBLE\x10\x02\x12\x35\n1OPC_UA_UNKNOWN_DATA_TYPE_HANDLING_TREAT_AS_STRING\x10\x03*\xa1\x01\n\x1aOpcUaFailedMonitorHandling\x12.\n*OPC_UA_FAILED_MONITOR_HANDLING_UNSPECIFIED\x10\x00\x12(\n$OPC_UA_FAILED_MONITOR_HANDLING_ERROR\x10\x01\x12)\n%OPC_UA_FAILED_MONITOR_HANDLING_IGNORE\x10\x02*\xd4\x01\n\x16OpcUaDataChangeTrigger\x12*\n&OPC_UA_DATA_CHANGE_TRIGGER_UNSPECIFIED\x10\x00\x12*\n&OPC_UA_DATA_CHANGE_TRIGGER_STATUS_ONLY\x10\x01\x12+\n\'OPC_UA_DATA_CHANGE_TRIGGER_STATUS_VALUE\x10\x02\x12\x35\n1OPC_UA_DATA_CHANGE_TRIGGER_STATUS_VALUE_TIMESTAMP\x10\x03*\x9d\x01\n\x11OpcUaDeadbandType\x12$\n OPC_UA_DEADBAND_TYPE_UNSPECIFIED\x10\x00\x12\x1d\n\x19OPC_UA_DEADBAND_TYPE_NONE\x10\x01\x12!\n\x1dOPC_UA_DEADBAND_TYPE_ABSOLUTE\x10\x02\x12 \n\x1cOPC_UA_DEADBAND_TYPE_PERCENT\x10\x03\x42.\n*io.nominal.streaming_connection_service.v1P\x01\x62\x06proto3')
31
+
32
+ _globals = globals()
33
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
34
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'nominal.streaming_connection_service.v1.opc_ua_pb2', _globals)
35
+ if not _descriptor._USE_C_DESCRIPTORS:
36
+ _globals['DESCRIPTOR']._loaded_options = None
37
+ _globals['DESCRIPTOR']._serialized_options = b'\n*io.nominal.streaming_connection_service.v1P\001'
38
+ _globals['_OPCAUTHENTICATIONCONFIG'].oneofs_by_name['opc_authentication_config']._loaded_options = None
39
+ _globals['_OPCAUTHENTICATIONCONFIG'].oneofs_by_name['opc_authentication_config']._serialized_options = b'\272H\002\010\001'
40
+ _globals['_OPCAUTHENTICATIONCONFIGSECRET'].oneofs_by_name['opc_authentication_config']._loaded_options = None
41
+ _globals['_OPCAUTHENTICATIONCONFIGSECRET'].oneofs_by_name['opc_authentication_config']._serialized_options = b'\272H\002\010\001'
42
+ _globals['_OPCIDENTIFIERVALUE'].oneofs_by_name['opc_identifier_value']._loaded_options = None
43
+ _globals['_OPCIDENTIFIERVALUE'].oneofs_by_name['opc_identifier_value']._serialized_options = b'\272H\002\010\001'
44
+ _globals['_OPCUACHANNELNAMINGCONVENTION'].oneofs_by_name['naming_convention']._loaded_options = None
45
+ _globals['_OPCUACHANNELNAMINGCONVENTION'].oneofs_by_name['naming_convention']._serialized_options = b'\272H\002\010\001'
46
+ _globals['_OPCUATRAVERSALCONFIG'].fields_by_name['root_nodes']._loaded_options = None
47
+ _globals['_OPCUATRAVERSALCONFIG'].fields_by_name['root_nodes']._serialized_options = b'\272H\005\222\001\002\010\001'
48
+ _globals['_OPCUADIRECTNODESUBSCRIPTION'].fields_by_name['nodes']._loaded_options = None
49
+ _globals['_OPCUADIRECTNODESUBSCRIPTION'].fields_by_name['nodes']._serialized_options = b'\272H\005\222\001\002\010\001'
50
+ _globals['_OPCSECURITYPOLICY']._serialized_start=3766
51
+ _globals['_OPCSECURITYPOLICY']._serialized_end=3855
52
+ _globals['_OPCUAREFERENCEEXPLORATIONTYPE']._serialized_start=3858
53
+ _globals['_OPCUAREFERENCEEXPLORATIONTYPE']._serialized_end=4052
54
+ _globals['_OPCUAUNKNOWNDATATYPEHANDLING']._serialized_start=4055
55
+ _globals['_OPCUAUNKNOWNDATATYPEHANDLING']._serialized_end=4291
56
+ _globals['_OPCUAFAILEDMONITORHANDLING']._serialized_start=4294
57
+ _globals['_OPCUAFAILEDMONITORHANDLING']._serialized_end=4455
58
+ _globals['_OPCUADATACHANGETRIGGER']._serialized_start=4458
59
+ _globals['_OPCUADATACHANGETRIGGER']._serialized_end=4670
60
+ _globals['_OPCUADEADBANDTYPE']._serialized_start=4673
61
+ _globals['_OPCUADEADBANDTYPE']._serialized_end=4830
62
+ _globals['_OPCAUTHENTICATIONCONFIG']._serialized_start=188
63
+ _globals['_OPCAUTHENTICATIONCONFIG']._serialized_end=294
64
+ _globals['_OPCAUTHENTICATIONCONFIGSECRET']._serialized_start=296
65
+ _globals['_OPCAUTHENTICATIONCONFIGSECRET']._serialized_end=408
66
+ _globals['_OPCIDENTIFIERVALUE']._serialized_start=410
67
+ _globals['_OPCIDENTIFIERVALUE']._serialized_end=498
68
+ _globals['_OPCNODE']._serialized_start=501
69
+ _globals['_OPCNODE']._serialized_end=629
70
+ _globals['_OPCUACHANNELNAMINGCONVENTION']._serialized_start=632
71
+ _globals['_OPCUACHANNELNAMINGCONVENTION']._serialized_end=1280
72
+ _globals['_OPCUACHANNELNAMINGCONVENTION_OPCUANODEID']._serialized_start=1094
73
+ _globals['_OPCUACHANNELNAMINGCONVENTION_OPCUANODEID']._serialized_end=1107
74
+ _globals['_OPCUACHANNELNAMINGCONVENTION_OPCUABROWSENAME']._serialized_start=1109
75
+ _globals['_OPCUACHANNELNAMINGCONVENTION_OPCUABROWSENAME']._serialized_end=1126
76
+ _globals['_OPCUACHANNELNAMINGCONVENTION_OPCUADISPLAYNAME']._serialized_start=1128
77
+ _globals['_OPCUACHANNELNAMINGCONVENTION_OPCUADISPLAYNAME']._serialized_end=1146
78
+ _globals['_OPCUACHANNELNAMINGCONVENTION_OPCUAFULLPATH']._serialized_start=1148
79
+ _globals['_OPCUACHANNELNAMINGCONVENTION_OPCUAFULLPATH']._serialized_end=1252
80
+ _globals['_OPCUACONNECTIONDETAILS']._serialized_start=1283
81
+ _globals['_OPCUACONNECTIONDETAILS']._serialized_end=1502
82
+ _globals['_OPCUACONNECTIONDETAILSSECRET']._serialized_start=1505
83
+ _globals['_OPCUACONNECTIONDETAILSSECRET']._serialized_end=1736
84
+ _globals['_OPCUATRAVERSALCONFIG']._serialized_start=1739
85
+ _globals['_OPCUATRAVERSALCONFIG']._serialized_end=2019
86
+ _globals['_OPCUADIRECTNODESUBSCRIPTION']._serialized_start=2021
87
+ _globals['_OPCUADIRECTNODESUBSCRIPTION']._serialized_end=2125
88
+ _globals['_OPCUANODEEXPLORATIONCONFIG']._serialized_start=2128
89
+ _globals['_OPCUANODEEXPLORATIONCONFIG']._serialized_end=2401
90
+ _globals['_OPCUATIMESTAMPHANDLING']._serialized_start=2404
91
+ _globals['_OPCUATIMESTAMPHANDLING']._serialized_end=2876
92
+ _globals['_OPCUATIMESTAMPHANDLING_OPCUASERVERTIME']._serialized_start=2736
93
+ _globals['_OPCUATIMESTAMPHANDLING_OPCUASERVERTIME']._serialized_end=2753
94
+ _globals['_OPCUATIMESTAMPHANDLING_OPCUASOURCETIME']._serialized_start=2755
95
+ _globals['_OPCUATIMESTAMPHANDLING_OPCUASOURCETIME']._serialized_end=2772
96
+ _globals['_OPCUATIMESTAMPHANDLING_OPCUARELATIVETIMESTAMP']._serialized_start=2774
97
+ _globals['_OPCUATIMESTAMPHANDLING_OPCUARELATIVETIMESTAMP']._serialized_end=2858
98
+ _globals['_OPCUADATACHANGEFILTER']._serialized_start=2879
99
+ _globals['_OPCUADATACHANGEFILTER']._serialized_end=3091
100
+ _globals['_OPCUASCRAPINGCONFIG']._serialized_start=3094
101
+ _globals['_OPCUASCRAPINGCONFIG']._serialized_end=3764
102
+ # @@protoc_insertion_point(module_scope)
@@ -78,6 +78,12 @@ class OpcAuthenticationConfig(_message.Message):
78
78
  anonymous: _empty_pb2.Empty
79
79
  def __init__(self, anonymous: _Optional[_Union[_empty_pb2.Empty, _Mapping]] = ...) -> None: ...
80
80
 
81
+ class OpcAuthenticationConfigSecret(_message.Message):
82
+ __slots__ = ("anonymous",)
83
+ ANONYMOUS_FIELD_NUMBER: _ClassVar[int]
84
+ anonymous: _empty_pb2.Empty
85
+ def __init__(self, anonymous: _Optional[_Union[_empty_pb2.Empty, _Mapping]] = ...) -> None: ...
86
+
81
87
  class OpcIdentifierValue(_message.Message):
82
88
  __slots__ = ("numeric", "string")
83
89
  NUMERIC_FIELD_NUMBER: _ClassVar[int]
@@ -132,6 +138,16 @@ class OpcUaConnectionDetails(_message.Message):
132
138
  authentication_config: OpcAuthenticationConfig
133
139
  def __init__(self, uri: _Optional[str] = ..., security_policy: _Optional[_Union[OpcSecurityPolicy, str]] = ..., authentication_config: _Optional[_Union[OpcAuthenticationConfig, _Mapping]] = ...) -> None: ...
134
140
 
141
+ class OpcUaConnectionDetailsSecret(_message.Message):
142
+ __slots__ = ("uri", "security_policy", "authentication_config")
143
+ URI_FIELD_NUMBER: _ClassVar[int]
144
+ SECURITY_POLICY_FIELD_NUMBER: _ClassVar[int]
145
+ AUTHENTICATION_CONFIG_FIELD_NUMBER: _ClassVar[int]
146
+ uri: str
147
+ security_policy: OpcSecurityPolicy
148
+ authentication_config: OpcAuthenticationConfigSecret
149
+ def __init__(self, uri: _Optional[str] = ..., security_policy: _Optional[_Union[OpcSecurityPolicy, str]] = ..., authentication_config: _Optional[_Union[OpcAuthenticationConfigSecret, _Mapping]] = ...) -> None: ...
150
+
135
151
  class OpcUaTraversalConfig(_message.Message):
136
152
  __slots__ = ("root_nodes", "skip_nodes", "reference_exploration_type")
137
153
  ROOT_NODES_FIELD_NUMBER: _ClassVar[int]
@@ -4,7 +4,7 @@ import grpc
4
4
  import warnings
5
5
 
6
6
 
7
- GRPC_GENERATED_VERSION = '1.75.1'
7
+ GRPC_GENERATED_VERSION = '1.76.0'
8
8
  GRPC_VERSION = grpc.__version__
9
9
  _version_not_supported = False
10
10
 
@@ -17,7 +17,7 @@ except ImportError:
17
17
  if _version_not_supported:
18
18
  raise RuntimeError(
19
19
  f'The grpc package installed is at version {GRPC_VERSION},'
20
- + f' but the generated code in nominal/scout/elements/v1/elements_pb2_grpc.py depends on'
20
+ + ' but the generated code in nominal/streaming_connection_service/v1/opc_ua_pb2_grpc.py depends on'
21
21
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
22
22
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
23
23
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'