nominal-api-protos 0.963.1__py3-none-any.whl → 0.965.0__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.

Potentially problematic release.


This version of nominal-api-protos might be problematic. Click here for more details.

Files changed (38) hide show
  1. nominal_api_protos/nominal/ai/v1/knowledge_base_pb2_grpc.py +2 -2
  2. nominal_api_protos/nominal/ai/v1/workbook_agent_pb2_grpc.py +2 -2
  3. nominal_api_protos/nominal/application/v1/application_pb2_grpc.py +2 -2
  4. nominal_api_protos/nominal/authentication/groups/v1/groups_pb2_grpc.py +2 -2
  5. nominal_api_protos/nominal/authorization/markings/v1/markings_pb2_grpc.py +2 -2
  6. nominal_api_protos/nominal/authorization/permissions/v1/permissions_pb2_grpc.py +2 -2
  7. nominal_api_protos/nominal/authorization/roles/v1/roles_pb2_grpc.py +2 -2
  8. nominal_api_protos/nominal/blob_storage_service/v1/blob_storage_service_pb2_grpc.py +2 -2
  9. nominal_api_protos/nominal/comments/v1/comments_pb2_grpc.py +2 -2
  10. nominal_api_protos/nominal/connect/demo_apps/v1/connect_demo_apps_pb2_grpc.py +2 -2
  11. nominal_api_protos/nominal/connect/download/v1/connect_download_pb2_grpc.py +2 -2
  12. nominal_api_protos/nominal/connect/v1/connect_apps_pb2_grpc.py +2 -2
  13. nominal_api_protos/nominal/connections/v1/external_api_connections_pb2_grpc.py +2 -2
  14. nominal_api_protos/nominal/conversations/v1/conversations_pb2_grpc.py +2 -2
  15. nominal_api_protos/nominal/direct_channel_writer/v2/direct_nominal_channel_writer_pb2_grpc.py +2 -2
  16. nominal_api_protos/nominal/edge/v1/edge_sync_pb2_grpc.py +2 -2
  17. nominal_api_protos/nominal/procedures/executions/v1/procedure_executions_pb2_grpc.py +2 -2
  18. nominal_api_protos/nominal/procedures/v1/id_format_pb2_grpc.py +2 -2
  19. nominal_api_protos/nominal/procedures/v1/procedures_pb2_grpc.py +2 -2
  20. nominal_api_protos/nominal/scout/elements/v1/elements_pb2_grpc.py +2 -2
  21. nominal_api_protos/nominal/streaming_connection_service/v1/opc_ua_pb2.py +53 -47
  22. nominal_api_protos/nominal/streaming_connection_service/v1/opc_ua_pb2.pyi +16 -0
  23. nominal_api_protos/nominal/streaming_connection_service/v1/opc_ua_pb2_grpc.py +2 -2
  24. nominal_api_protos/nominal/streaming_connection_service/v1/streaming_connection_service_pb2.py +32 -28
  25. nominal_api_protos/nominal/streaming_connection_service/v1/streaming_connection_service_pb2.pyi +8 -2
  26. nominal_api_protos/nominal/streaming_connection_service/v1/streaming_connection_service_pb2_grpc.py +2 -2
  27. nominal_api_protos/nominal/types/series/series_pb2_grpc.py +2 -2
  28. nominal_api_protos/nominal/types/time/time_pb2_grpc.py +2 -2
  29. nominal_api_protos/nominal/types/types_pb2_grpc.py +2 -2
  30. nominal_api_protos/nominal/units/v1/units_pb2_grpc.py +2 -2
  31. nominal_api_protos/nominal/versioning/v1/versioning_pb2_grpc.py +2 -2
  32. nominal_api_protos/nominal/workspaces/v1/workspaces_pb2_grpc.py +2 -2
  33. nominal_api_protos/nominal_write_pb2_grpc.py +2 -2
  34. nominal_api_protos/prometheus_remote_write_pb2_grpc.py +2 -2
  35. {nominal_api_protos-0.963.1.dist-info → nominal_api_protos-0.965.0.dist-info}/METADATA +1 -1
  36. {nominal_api_protos-0.963.1.dist-info → nominal_api_protos-0.965.0.dist-info}/RECORD +38 -38
  37. {nominal_api_protos-0.963.1.dist-info → nominal_api_protos-0.965.0.dist-info}/WHEEL +0 -0
  38. {nominal_api_protos-0.963.1.dist-info → nominal_api_protos-0.965.0.dist-info}/top_level.txt +0 -0
@@ -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/procedures/v1/id_format_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}.'
@@ -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/scout/elements/v1/elements_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}.'
@@ -27,7 +27,7 @@ from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
27
27
  from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
28
28
 
29
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\"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\"\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')
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
31
 
32
32
  _globals = globals()
33
33
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -37,6 +37,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
37
37
  _globals['DESCRIPTOR']._serialized_options = b'\n*io.nominal.streaming_connection_service.v1P\001'
38
38
  _globals['_OPCAUTHENTICATIONCONFIG'].oneofs_by_name['opc_authentication_config']._loaded_options = None
39
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'
40
42
  _globals['_OPCIDENTIFIERVALUE'].oneofs_by_name['opc_identifier_value']._loaded_options = None
41
43
  _globals['_OPCIDENTIFIERVALUE'].oneofs_by_name['opc_identifier_value']._serialized_options = b'\272H\002\010\001'
42
44
  _globals['_OPCUACHANNELNAMINGCONVENTION'].oneofs_by_name['naming_convention']._loaded_options = None
@@ -45,52 +47,56 @@ if not _descriptor._USE_C_DESCRIPTORS:
45
47
  _globals['_OPCUATRAVERSALCONFIG'].fields_by_name['root_nodes']._serialized_options = b'\272H\005\222\001\002\010\001'
46
48
  _globals['_OPCUADIRECTNODESUBSCRIPTION'].fields_by_name['nodes']._loaded_options = None
47
49
  _globals['_OPCUADIRECTNODESUBSCRIPTION'].fields_by_name['nodes']._serialized_options = b'\272H\005\222\001\002\010\001'
48
- _globals['_OPCSECURITYPOLICY']._serialized_start=3418
49
- _globals['_OPCSECURITYPOLICY']._serialized_end=3507
50
- _globals['_OPCUAREFERENCEEXPLORATIONTYPE']._serialized_start=3510
51
- _globals['_OPCUAREFERENCEEXPLORATIONTYPE']._serialized_end=3704
52
- _globals['_OPCUAUNKNOWNDATATYPEHANDLING']._serialized_start=3707
53
- _globals['_OPCUAUNKNOWNDATATYPEHANDLING']._serialized_end=3943
54
- _globals['_OPCUAFAILEDMONITORHANDLING']._serialized_start=3946
55
- _globals['_OPCUAFAILEDMONITORHANDLING']._serialized_end=4107
56
- _globals['_OPCUADATACHANGETRIGGER']._serialized_start=4110
57
- _globals['_OPCUADATACHANGETRIGGER']._serialized_end=4322
58
- _globals['_OPCUADEADBANDTYPE']._serialized_start=4325
59
- _globals['_OPCUADEADBANDTYPE']._serialized_end=4482
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
60
62
  _globals['_OPCAUTHENTICATIONCONFIG']._serialized_start=188
61
63
  _globals['_OPCAUTHENTICATIONCONFIG']._serialized_end=294
62
- _globals['_OPCIDENTIFIERVALUE']._serialized_start=296
63
- _globals['_OPCIDENTIFIERVALUE']._serialized_end=384
64
- _globals['_OPCNODE']._serialized_start=387
65
- _globals['_OPCNODE']._serialized_end=515
66
- _globals['_OPCUACHANNELNAMINGCONVENTION']._serialized_start=518
67
- _globals['_OPCUACHANNELNAMINGCONVENTION']._serialized_end=1166
68
- _globals['_OPCUACHANNELNAMINGCONVENTION_OPCUANODEID']._serialized_start=980
69
- _globals['_OPCUACHANNELNAMINGCONVENTION_OPCUANODEID']._serialized_end=993
70
- _globals['_OPCUACHANNELNAMINGCONVENTION_OPCUABROWSENAME']._serialized_start=995
71
- _globals['_OPCUACHANNELNAMINGCONVENTION_OPCUABROWSENAME']._serialized_end=1012
72
- _globals['_OPCUACHANNELNAMINGCONVENTION_OPCUADISPLAYNAME']._serialized_start=1014
73
- _globals['_OPCUACHANNELNAMINGCONVENTION_OPCUADISPLAYNAME']._serialized_end=1032
74
- _globals['_OPCUACHANNELNAMINGCONVENTION_OPCUAFULLPATH']._serialized_start=1034
75
- _globals['_OPCUACHANNELNAMINGCONVENTION_OPCUAFULLPATH']._serialized_end=1138
76
- _globals['_OPCUACONNECTIONDETAILS']._serialized_start=1169
77
- _globals['_OPCUACONNECTIONDETAILS']._serialized_end=1388
78
- _globals['_OPCUATRAVERSALCONFIG']._serialized_start=1391
79
- _globals['_OPCUATRAVERSALCONFIG']._serialized_end=1671
80
- _globals['_OPCUADIRECTNODESUBSCRIPTION']._serialized_start=1673
81
- _globals['_OPCUADIRECTNODESUBSCRIPTION']._serialized_end=1777
82
- _globals['_OPCUANODEEXPLORATIONCONFIG']._serialized_start=1780
83
- _globals['_OPCUANODEEXPLORATIONCONFIG']._serialized_end=2053
84
- _globals['_OPCUATIMESTAMPHANDLING']._serialized_start=2056
85
- _globals['_OPCUATIMESTAMPHANDLING']._serialized_end=2528
86
- _globals['_OPCUATIMESTAMPHANDLING_OPCUASERVERTIME']._serialized_start=2388
87
- _globals['_OPCUATIMESTAMPHANDLING_OPCUASERVERTIME']._serialized_end=2405
88
- _globals['_OPCUATIMESTAMPHANDLING_OPCUASOURCETIME']._serialized_start=2407
89
- _globals['_OPCUATIMESTAMPHANDLING_OPCUASOURCETIME']._serialized_end=2424
90
- _globals['_OPCUATIMESTAMPHANDLING_OPCUARELATIVETIMESTAMP']._serialized_start=2426
91
- _globals['_OPCUATIMESTAMPHANDLING_OPCUARELATIVETIMESTAMP']._serialized_end=2510
92
- _globals['_OPCUADATACHANGEFILTER']._serialized_start=2531
93
- _globals['_OPCUADATACHANGEFILTER']._serialized_end=2743
94
- _globals['_OPCUASCRAPINGCONFIG']._serialized_start=2746
95
- _globals['_OPCUASCRAPINGCONFIG']._serialized_end=3416
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
96
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/streaming_connection_service/v1/opc_ua_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}.'
@@ -30,7 +30,7 @@ from nominal.gen.v1 import error_pb2 as nominal_dot_gen_dot_v1_dot_error__pb2
30
30
  from nominal.streaming_connection_service.v1 import opc_ua_pb2 as nominal_dot_streaming__connection__service_dot_v1_dot_opc__ua__pb2
31
31
 
32
32
 
33
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nJnominal/streaming_connection_service/v1/streaming_connection_service.proto\x12\'nominal.streaming_connection_service.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1anominal/gen/v1/alias.proto\x1a\x1anominal/gen/v1/error.proto\x1a\x34nominal/streaming_connection_service/v1/opc_ua.proto\"\x91\x02\n CreateStreamingConnectionRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x00\x88\x01\x01\x12_\n\x12\x63onnection_details\x18\x03 \x01(\x0b\x32\x43.nominal.streaming_connection_service.v1.StreamingConnectionDetails\x12\x42\n\rworkspace_rid\x18\x04 \x01(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.WorkspaceRidH\x01\x88\x01\x01\x42\x0e\n\x0c_descriptionB\x10\n\x0e_workspace_rid\"w\n!CreateStreamingConnectionResponse\x12R\n\x18streaming_connection_rid\x18\x01 \x01(\tB0\x9a\xb2\x1a,\n*io.nominal.api.rids.StreamingConnectionRid\"%\n\x12StopStreamResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\"&\n\x13StartStreamResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\"\x86\x03\n\x13StreamingConnection\x12R\n\x18streaming_connection_rid\x18\x01 \x01(\tB0\x9a\xb2\x1a,\n*io.nominal.api.rids.StreamingConnectionRid\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tH\x00\x88\x01\x01\x12_\n\x12\x63onnection_details\x18\x04 \x01(\x0b\x32\x43.nominal.streaming_connection_service.v1.StreamingConnectionDetails\x12R\n\x06status\x18\x06 \x01(\x0e\x32\x42.nominal.streaming_connection_service.v1.StreamingConnectionStatus\x12.\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x0e\n\x0c_description\"\x96\x01\n\x1aStreamingConnectionDetails\x12Q\n\x06opc_ua\x18\x01 \x01(\x0b\x32?.nominal.streaming_connection_service.v1.OpcUaConnectionDetailsH\x00\x42%\n\x1cstreaming_connection_details\x12\x05\xbaH\x02\x08\x01\"\x8d\x01\n\x17StreamingScrapingConfig\x12N\n\x06opc_ua\x18\x01 \x01(\x0b\x32<.nominal.streaming_connection_service.v1.OpcUaScrapingConfigH\x00\x42\"\n\x19streaming_scraping_config\x12\x05\xbaH\x02\x08\x01\"s\n\x1dGetStreamingConnectionRequest\x12R\n\x18streaming_connection_rid\x18\x01 \x01(\tB0\x9a\xb2\x1a,\n*io.nominal.api.rids.StreamingConnectionRid\"|\n\x1eGetStreamingConnectionResponse\x12Z\n\x14streaming_connection\x18\x01 \x01(\x0b\x32<.nominal.streaming_connection_service.v1.StreamingConnection\"a\n\x1fListStreamingConnectionsRequest\x12>\n\x0eworkspace_rids\x18\x01 \x03(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.WorkspaceRid\"\x7f\n ListStreamingConnectionsResponse\x12[\n\x15streaming_connections\x18\x01 \x03(\x0b\x32<.nominal.streaming_connection_service.v1.StreamingConnection\"\xd0\x01\n&UpdateStreamingConnectionStatusRequest\x12R\n\x18streaming_connection_rid\x18\x01 \x01(\tB0\x9a\xb2\x1a,\n*io.nominal.api.rids.StreamingConnectionRid\x12R\n\x06status\x18\x02 \x01(\x0e\x32\x42.nominal.streaming_connection_service.v1.StreamingConnectionStatus\"\x85\x01\n\'UpdateStreamingConnectionStatusResponse\x12Z\n\x14streaming_connection\x18\x01 \x01(\x0b\x32<.nominal.streaming_connection_service.v1.StreamingConnection\"\x85\x02\n\x12StartStreamRequest\x12R\n\x18streaming_connection_rid\x18\x01 \x01(\tB0\x9a\xb2\x1a,\n*io.nominal.api.rids.StreamingConnectionRid\x12Y\n\x0fscraping_config\x18\x02 \x01(\x0b\x32@.nominal.streaming_connection_service.v1.StreamingScrapingConfig\x12@\n\x12target_dataset_rid\x18\x03 \x01(\tB$\x9a\xb2\x1a \n\x1eio.nominal.api.rids.DatasetRid\"g\n\x11StopStreamRequest\x12R\n\x18streaming_connection_rid\x18\x01 \x01(\tB0\x9a\xb2\x1a,\n*io.nominal.api.rids.StreamingConnectionRid*\xc2\x02\n\x1cStreamingConnectionErrorType\x12/\n+STREAMING_CONNECTION_ERROR_TYPE_UNSPECIFIED\x10\x00\x12j\n4STREAMING_CONNECTION_ERROR_TYPE_CONNECTION_NOT_FOUND\x10\x01\x1a\x30\xb2\xb2\x1a,\n\tNOT_FOUND\x12\x1f Streaming connection not found\x12\x84\x01\nDSTREAMING_CONNECTION_ERROR_TYPE_STREAMING_CONNECTION_ALREADY_RUNNING\x10\x02\x1a:\xb2\xb2\x1a\x36\n\x0e\x41LREADY_EXISTS\x12$Streaming connection already running*i\n\x19StreamingConnectionStatus\x12+\n\'STREAMING_CONNECTION_STATUS_UNSPECIFIED\x10\x00\x12\r\n\tCONNECTED\x10\x01\x12\x10\n\x0c\x44ISCONNECTED\x10\x02\x32\xf4\x0b\n\x1aStreamingConnectionService\x12\xeb\x01\n\x19\x43reateStreamingConnection\x12I.nominal.streaming_connection_service.v1.CreateStreamingConnectionRequest\x1aJ.nominal.streaming_connection_service.v1.CreateStreamingConnectionResponse\"7\x82\xd3\xe4\x93\x02\x31\",/streaming-connection-service/v1/connections:\x01*\x12\x90\x02\n\x16GetStreamingConnection\x12\x46.nominal.streaming_connection_service.v1.GetStreamingConnectionRequest\x1aG.nominal.streaming_connection_service.v1.GetStreamingConnectionResponse\"e\x82\xd3\xe4\x93\x02_\x12G/streaming-connection-service/v1/connections/{streaming_connection_rid}b\x14streaming_connection\x12\xe5\x01\n\x18ListStreamingConnections\x12H.nominal.streaming_connection_service.v1.ListStreamingConnectionsRequest\x1aI.nominal.streaming_connection_service.v1.ListStreamingConnectionsResponse\"4\x82\xd3\xe4\x93\x02.\x12,/streaming-connection-service/v1/connections\x12\xa6\x02\n\x1fUpdateStreamingConnectionStatus\x12O.nominal.streaming_connection_service.v1.UpdateStreamingConnectionStatusRequest\x1aP.nominal.streaming_connection_service.v1.UpdateStreamingConnectionStatusResponse\"`\x82\xd3\xe4\x93\x02Z\"U/streaming-connection-service/v1/connections/{streaming_connection_rid}/update-status:\x01*\x12\xe2\x01\n\x0bStartStream\x12;.nominal.streaming_connection_service.v1.StartStreamRequest\x1a<.nominal.streaming_connection_service.v1.StartStreamResponse\"X\x82\xd3\xe4\x93\x02R\"M/streaming-connection-service/v1/connections/{streaming_connection_rid}/start:\x01*\x12\xde\x01\n\nStopStream\x12:.nominal.streaming_connection_service.v1.StopStreamRequest\x1a;.nominal.streaming_connection_service.v1.StopStreamResponse\"W\x82\xd3\xe4\x93\x02Q\"L/streaming-connection-service/v1/connections/{streaming_connection_rid}/stop:\x01*B.\n*io.nominal.streaming_connection_service.v1P\x01\x62\x06proto3')
33
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nJnominal/streaming_connection_service/v1/streaming_connection_service.proto\x12\'nominal.streaming_connection_service.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1anominal/gen/v1/alias.proto\x1a\x1anominal/gen/v1/error.proto\x1a\x34nominal/streaming_connection_service/v1/opc_ua.proto\"\x91\x02\n CreateStreamingConnectionRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x00\x88\x01\x01\x12_\n\x12\x63onnection_details\x18\x03 \x01(\x0b\x32\x43.nominal.streaming_connection_service.v1.StreamingConnectionDetails\x12\x42\n\rworkspace_rid\x18\x04 \x01(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.WorkspaceRidH\x01\x88\x01\x01\x42\x0e\n\x0c_descriptionB\x10\n\x0e_workspace_rid\"w\n!CreateStreamingConnectionResponse\x12R\n\x18streaming_connection_rid\x18\x01 \x01(\tB0\x9a\xb2\x1a,\n*io.nominal.api.rids.StreamingConnectionRid\"%\n\x12StopStreamResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\"&\n\x13StartStreamResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\"\x8c\x03\n\x13StreamingConnection\x12R\n\x18streaming_connection_rid\x18\x01 \x01(\tB0\x9a\xb2\x1a,\n*io.nominal.api.rids.StreamingConnectionRid\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tH\x00\x88\x01\x01\x12\x65\n\x12\x63onnection_details\x18\x04 \x01(\x0b\x32I.nominal.streaming_connection_service.v1.StreamingConnectionDetailsSecret\x12R\n\x06status\x18\x06 \x01(\x0e\x32\x42.nominal.streaming_connection_service.v1.StreamingConnectionStatus\x12.\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x0e\n\x0c_description\"\x96\x01\n\x1aStreamingConnectionDetails\x12Q\n\x06opc_ua\x18\x01 \x01(\x0b\x32?.nominal.streaming_connection_service.v1.OpcUaConnectionDetailsH\x00\x42%\n\x1cstreaming_connection_details\x12\x05\xbaH\x02\x08\x01\"\xa2\x01\n StreamingConnectionDetailsSecret\x12W\n\x06opc_ua\x18\x01 \x01(\x0b\x32\x45.nominal.streaming_connection_service.v1.OpcUaConnectionDetailsSecretH\x00\x42%\n\x1cstreaming_connection_details\x12\x05\xbaH\x02\x08\x01\"\x8d\x01\n\x17StreamingScrapingConfig\x12N\n\x06opc_ua\x18\x01 \x01(\x0b\x32<.nominal.streaming_connection_service.v1.OpcUaScrapingConfigH\x00\x42\"\n\x19streaming_scraping_config\x12\x05\xbaH\x02\x08\x01\"s\n\x1dGetStreamingConnectionRequest\x12R\n\x18streaming_connection_rid\x18\x01 \x01(\tB0\x9a\xb2\x1a,\n*io.nominal.api.rids.StreamingConnectionRid\"|\n\x1eGetStreamingConnectionResponse\x12Z\n\x14streaming_connection\x18\x01 \x01(\x0b\x32<.nominal.streaming_connection_service.v1.StreamingConnection\"a\n\x1fListStreamingConnectionsRequest\x12>\n\x0eworkspace_rids\x18\x01 \x03(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.WorkspaceRid\"\x7f\n ListStreamingConnectionsResponse\x12[\n\x15streaming_connections\x18\x01 \x03(\x0b\x32<.nominal.streaming_connection_service.v1.StreamingConnection\"\xd0\x01\n&UpdateStreamingConnectionStatusRequest\x12R\n\x18streaming_connection_rid\x18\x01 \x01(\tB0\x9a\xb2\x1a,\n*io.nominal.api.rids.StreamingConnectionRid\x12R\n\x06status\x18\x02 \x01(\x0e\x32\x42.nominal.streaming_connection_service.v1.StreamingConnectionStatus\"\x85\x01\n\'UpdateStreamingConnectionStatusResponse\x12Z\n\x14streaming_connection\x18\x01 \x01(\x0b\x32<.nominal.streaming_connection_service.v1.StreamingConnection\"\x85\x02\n\x12StartStreamRequest\x12R\n\x18streaming_connection_rid\x18\x01 \x01(\tB0\x9a\xb2\x1a,\n*io.nominal.api.rids.StreamingConnectionRid\x12Y\n\x0fscraping_config\x18\x02 \x01(\x0b\x32@.nominal.streaming_connection_service.v1.StreamingScrapingConfig\x12@\n\x12target_dataset_rid\x18\x03 \x01(\tB$\x9a\xb2\x1a \n\x1eio.nominal.api.rids.DatasetRid\"g\n\x11StopStreamRequest\x12R\n\x18streaming_connection_rid\x18\x01 \x01(\tB0\x9a\xb2\x1a,\n*io.nominal.api.rids.StreamingConnectionRid*\xc2\x02\n\x1cStreamingConnectionErrorType\x12/\n+STREAMING_CONNECTION_ERROR_TYPE_UNSPECIFIED\x10\x00\x12j\n4STREAMING_CONNECTION_ERROR_TYPE_CONNECTION_NOT_FOUND\x10\x01\x1a\x30\xb2\xb2\x1a,\n\tNOT_FOUND\x12\x1f Streaming connection not found\x12\x84\x01\nDSTREAMING_CONNECTION_ERROR_TYPE_STREAMING_CONNECTION_ALREADY_RUNNING\x10\x02\x1a:\xb2\xb2\x1a\x36\n\x0e\x41LREADY_EXISTS\x12$Streaming connection already running*i\n\x19StreamingConnectionStatus\x12+\n\'STREAMING_CONNECTION_STATUS_UNSPECIFIED\x10\x00\x12\r\n\tCONNECTED\x10\x01\x12\x10\n\x0c\x44ISCONNECTED\x10\x02\x32\xf4\x0b\n\x1aStreamingConnectionService\x12\xeb\x01\n\x19\x43reateStreamingConnection\x12I.nominal.streaming_connection_service.v1.CreateStreamingConnectionRequest\x1aJ.nominal.streaming_connection_service.v1.CreateStreamingConnectionResponse\"7\x82\xd3\xe4\x93\x02\x31\",/streaming-connection-service/v1/connections:\x01*\x12\x90\x02\n\x16GetStreamingConnection\x12\x46.nominal.streaming_connection_service.v1.GetStreamingConnectionRequest\x1aG.nominal.streaming_connection_service.v1.GetStreamingConnectionResponse\"e\x82\xd3\xe4\x93\x02_\x12G/streaming-connection-service/v1/connections/{streaming_connection_rid}b\x14streaming_connection\x12\xe5\x01\n\x18ListStreamingConnections\x12H.nominal.streaming_connection_service.v1.ListStreamingConnectionsRequest\x1aI.nominal.streaming_connection_service.v1.ListStreamingConnectionsResponse\"4\x82\xd3\xe4\x93\x02.\x12,/streaming-connection-service/v1/connections\x12\xa6\x02\n\x1fUpdateStreamingConnectionStatus\x12O.nominal.streaming_connection_service.v1.UpdateStreamingConnectionStatusRequest\x1aP.nominal.streaming_connection_service.v1.UpdateStreamingConnectionStatusResponse\"`\x82\xd3\xe4\x93\x02Z\"U/streaming-connection-service/v1/connections/{streaming_connection_rid}/update-status:\x01*\x12\xe2\x01\n\x0bStartStream\x12;.nominal.streaming_connection_service.v1.StartStreamRequest\x1a<.nominal.streaming_connection_service.v1.StartStreamResponse\"X\x82\xd3\xe4\x93\x02R\"M/streaming-connection-service/v1/connections/{streaming_connection_rid}/start:\x01*\x12\xde\x01\n\nStopStream\x12:.nominal.streaming_connection_service.v1.StopStreamRequest\x1a;.nominal.streaming_connection_service.v1.StopStreamResponse\"W\x82\xd3\xe4\x93\x02Q\"L/streaming-connection-service/v1/connections/{streaming_connection_rid}/stop:\x01*B.\n*io.nominal.streaming_connection_service.v1P\x01\x62\x06proto3')
34
34
 
35
35
  _globals = globals()
36
36
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -50,6 +50,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
50
50
  _globals['_STREAMINGCONNECTION'].fields_by_name['streaming_connection_rid']._serialized_options = b'\232\262\032,\n*io.nominal.api.rids.StreamingConnectionRid'
51
51
  _globals['_STREAMINGCONNECTIONDETAILS'].oneofs_by_name['streaming_connection_details']._loaded_options = None
52
52
  _globals['_STREAMINGCONNECTIONDETAILS'].oneofs_by_name['streaming_connection_details']._serialized_options = b'\272H\002\010\001'
53
+ _globals['_STREAMINGCONNECTIONDETAILSSECRET'].oneofs_by_name['streaming_connection_details']._loaded_options = None
54
+ _globals['_STREAMINGCONNECTIONDETAILSSECRET'].oneofs_by_name['streaming_connection_details']._serialized_options = b'\272H\002\010\001'
53
55
  _globals['_STREAMINGSCRAPINGCONFIG'].oneofs_by_name['streaming_scraping_config']._loaded_options = None
54
56
  _globals['_STREAMINGSCRAPINGCONFIG'].oneofs_by_name['streaming_scraping_config']._serialized_options = b'\272H\002\010\001'
55
57
  _globals['_GETSTREAMINGCONNECTIONREQUEST'].fields_by_name['streaming_connection_rid']._loaded_options = None
@@ -76,10 +78,10 @@ if not _descriptor._USE_C_DESCRIPTORS:
76
78
  _globals['_STREAMINGCONNECTIONSERVICE'].methods_by_name['StartStream']._serialized_options = b'\202\323\344\223\002R\"M/streaming-connection-service/v1/connections/{streaming_connection_rid}/start:\001*'
77
79
  _globals['_STREAMINGCONNECTIONSERVICE'].methods_by_name['StopStream']._loaded_options = None
78
80
  _globals['_STREAMINGCONNECTIONSERVICE'].methods_by_name['StopStream']._serialized_options = b'\202\323\344\223\002Q\"L/streaming-connection-service/v1/connections/{streaming_connection_rid}/stop:\001*'
79
- _globals['_STREAMINGCONNECTIONERRORTYPE']._serialized_start=2675
80
- _globals['_STREAMINGCONNECTIONERRORTYPE']._serialized_end=2997
81
- _globals['_STREAMINGCONNECTIONSTATUS']._serialized_start=2999
82
- _globals['_STREAMINGCONNECTIONSTATUS']._serialized_end=3104
81
+ _globals['_STREAMINGCONNECTIONERRORTYPE']._serialized_start=2846
82
+ _globals['_STREAMINGCONNECTIONERRORTYPE']._serialized_end=3168
83
+ _globals['_STREAMINGCONNECTIONSTATUS']._serialized_start=3170
84
+ _globals['_STREAMINGCONNECTIONSTATUS']._serialized_end=3275
83
85
  _globals['_CREATESTREAMINGCONNECTIONREQUEST']._serialized_start=322
84
86
  _globals['_CREATESTREAMINGCONNECTIONREQUEST']._serialized_end=595
85
87
  _globals['_CREATESTREAMINGCONNECTIONRESPONSE']._serialized_start=597
@@ -89,27 +91,29 @@ if not _descriptor._USE_C_DESCRIPTORS:
89
91
  _globals['_STARTSTREAMRESPONSE']._serialized_start=757
90
92
  _globals['_STARTSTREAMRESPONSE']._serialized_end=795
91
93
  _globals['_STREAMINGCONNECTION']._serialized_start=798
92
- _globals['_STREAMINGCONNECTION']._serialized_end=1188
93
- _globals['_STREAMINGCONNECTIONDETAILS']._serialized_start=1191
94
- _globals['_STREAMINGCONNECTIONDETAILS']._serialized_end=1341
95
- _globals['_STREAMINGSCRAPINGCONFIG']._serialized_start=1344
96
- _globals['_STREAMINGSCRAPINGCONFIG']._serialized_end=1485
97
- _globals['_GETSTREAMINGCONNECTIONREQUEST']._serialized_start=1487
98
- _globals['_GETSTREAMINGCONNECTIONREQUEST']._serialized_end=1602
99
- _globals['_GETSTREAMINGCONNECTIONRESPONSE']._serialized_start=1604
100
- _globals['_GETSTREAMINGCONNECTIONRESPONSE']._serialized_end=1728
101
- _globals['_LISTSTREAMINGCONNECTIONSREQUEST']._serialized_start=1730
102
- _globals['_LISTSTREAMINGCONNECTIONSREQUEST']._serialized_end=1827
103
- _globals['_LISTSTREAMINGCONNECTIONSRESPONSE']._serialized_start=1829
104
- _globals['_LISTSTREAMINGCONNECTIONSRESPONSE']._serialized_end=1956
105
- _globals['_UPDATESTREAMINGCONNECTIONSTATUSREQUEST']._serialized_start=1959
106
- _globals['_UPDATESTREAMINGCONNECTIONSTATUSREQUEST']._serialized_end=2167
107
- _globals['_UPDATESTREAMINGCONNECTIONSTATUSRESPONSE']._serialized_start=2170
108
- _globals['_UPDATESTREAMINGCONNECTIONSTATUSRESPONSE']._serialized_end=2303
109
- _globals['_STARTSTREAMREQUEST']._serialized_start=2306
110
- _globals['_STARTSTREAMREQUEST']._serialized_end=2567
111
- _globals['_STOPSTREAMREQUEST']._serialized_start=2569
112
- _globals['_STOPSTREAMREQUEST']._serialized_end=2672
113
- _globals['_STREAMINGCONNECTIONSERVICE']._serialized_start=3107
114
- _globals['_STREAMINGCONNECTIONSERVICE']._serialized_end=4631
94
+ _globals['_STREAMINGCONNECTION']._serialized_end=1194
95
+ _globals['_STREAMINGCONNECTIONDETAILS']._serialized_start=1197
96
+ _globals['_STREAMINGCONNECTIONDETAILS']._serialized_end=1347
97
+ _globals['_STREAMINGCONNECTIONDETAILSSECRET']._serialized_start=1350
98
+ _globals['_STREAMINGCONNECTIONDETAILSSECRET']._serialized_end=1512
99
+ _globals['_STREAMINGSCRAPINGCONFIG']._serialized_start=1515
100
+ _globals['_STREAMINGSCRAPINGCONFIG']._serialized_end=1656
101
+ _globals['_GETSTREAMINGCONNECTIONREQUEST']._serialized_start=1658
102
+ _globals['_GETSTREAMINGCONNECTIONREQUEST']._serialized_end=1773
103
+ _globals['_GETSTREAMINGCONNECTIONRESPONSE']._serialized_start=1775
104
+ _globals['_GETSTREAMINGCONNECTIONRESPONSE']._serialized_end=1899
105
+ _globals['_LISTSTREAMINGCONNECTIONSREQUEST']._serialized_start=1901
106
+ _globals['_LISTSTREAMINGCONNECTIONSREQUEST']._serialized_end=1998
107
+ _globals['_LISTSTREAMINGCONNECTIONSRESPONSE']._serialized_start=2000
108
+ _globals['_LISTSTREAMINGCONNECTIONSRESPONSE']._serialized_end=2127
109
+ _globals['_UPDATESTREAMINGCONNECTIONSTATUSREQUEST']._serialized_start=2130
110
+ _globals['_UPDATESTREAMINGCONNECTIONSTATUSREQUEST']._serialized_end=2338
111
+ _globals['_UPDATESTREAMINGCONNECTIONSTATUSRESPONSE']._serialized_start=2341
112
+ _globals['_UPDATESTREAMINGCONNECTIONSTATUSRESPONSE']._serialized_end=2474
113
+ _globals['_STARTSTREAMREQUEST']._serialized_start=2477
114
+ _globals['_STARTSTREAMREQUEST']._serialized_end=2738
115
+ _globals['_STOPSTREAMREQUEST']._serialized_start=2740
116
+ _globals['_STOPSTREAMREQUEST']._serialized_end=2843
117
+ _globals['_STREAMINGCONNECTIONSERVICE']._serialized_start=3278
118
+ _globals['_STREAMINGCONNECTIONSERVICE']._serialized_end=4802
115
119
  # @@protoc_insertion_point(module_scope)
@@ -74,10 +74,10 @@ class StreamingConnection(_message.Message):
74
74
  streaming_connection_rid: str
75
75
  name: str
76
76
  description: str
77
- connection_details: StreamingConnectionDetails
77
+ connection_details: StreamingConnectionDetailsSecret
78
78
  status: StreamingConnectionStatus
79
79
  created_at: _timestamp_pb2.Timestamp
80
- def __init__(self, streaming_connection_rid: _Optional[str] = ..., name: _Optional[str] = ..., description: _Optional[str] = ..., connection_details: _Optional[_Union[StreamingConnectionDetails, _Mapping]] = ..., status: _Optional[_Union[StreamingConnectionStatus, str]] = ..., created_at: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ...) -> None: ...
80
+ def __init__(self, streaming_connection_rid: _Optional[str] = ..., name: _Optional[str] = ..., description: _Optional[str] = ..., connection_details: _Optional[_Union[StreamingConnectionDetailsSecret, _Mapping]] = ..., status: _Optional[_Union[StreamingConnectionStatus, str]] = ..., created_at: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ...) -> None: ...
81
81
 
82
82
  class StreamingConnectionDetails(_message.Message):
83
83
  __slots__ = ("opc_ua",)
@@ -85,6 +85,12 @@ class StreamingConnectionDetails(_message.Message):
85
85
  opc_ua: _opc_ua_pb2.OpcUaConnectionDetails
86
86
  def __init__(self, opc_ua: _Optional[_Union[_opc_ua_pb2.OpcUaConnectionDetails, _Mapping]] = ...) -> None: ...
87
87
 
88
+ class StreamingConnectionDetailsSecret(_message.Message):
89
+ __slots__ = ("opc_ua",)
90
+ OPC_UA_FIELD_NUMBER: _ClassVar[int]
91
+ opc_ua: _opc_ua_pb2.OpcUaConnectionDetailsSecret
92
+ def __init__(self, opc_ua: _Optional[_Union[_opc_ua_pb2.OpcUaConnectionDetailsSecret, _Mapping]] = ...) -> None: ...
93
+
88
94
  class StreamingScrapingConfig(_message.Message):
89
95
  __slots__ = ("opc_ua",)
90
96
  OPC_UA_FIELD_NUMBER: _ClassVar[int]
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.streaming_connection_service.v1 import streaming_connection_service_pb2 as nominal_dot_streaming__connection__service_dot_v1_dot_streaming__connection__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/streaming_connection_service/v1/streaming_connection_service_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/streaming_connection_service/v1/streaming_connection_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}.'
@@ -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/types/series/series_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}.'
@@ -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/time/time_pb2_grpc.py depends on'
20
+ + ' but the generated code in nominal/types/time/time_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}.'
@@ -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/types_pb2_grpc.py depends on'
20
+ + ' but the generated code in nominal/types/types_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.units.v1 import units_pb2 as nominal_dot_units_dot_v1_dot_units__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/units/v1/units_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/units/v1/units_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/versioning/v1/versioning_pb2_grpc.py depends on'
20
+ + ' but the generated code in nominal/versioning/v1/versioning_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.workspaces.v1 import workspaces_pb2 as nominal_dot_workspaces_dot_v1_dot_workspaces__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/workspaces/v1/workspaces_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/workspaces/v1/workspaces_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_write_pb2_grpc.py depends on'
20
+ + ' but the generated code in nominal_write_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}.'
@@ -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 prometheus_remote_write_pb2_grpc.py depends on'
20
+ + ' but the generated code in prometheus_remote_write_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}.'
@@ -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
@@ -1,95 +1,95 @@
1
1
  nominal_api_protos/nominal_write_pb2.py,sha256=4h11jbIs9aotDqtLlrkeT0R_8moPfJ2gg4tYclIjNbg,4155
2
2
  nominal_api_protos/nominal_write_pb2.pyi,sha256=qg9icVAIH88fxpzD4zqs1otE_Qstwiew0TMwCIoDZlY,4168
3
- nominal_api_protos/nominal_write_pb2_grpc.py,sha256=zNvkzVlnFHhkHvs3sfQylpgaWkV9LZMxHFU-5XHYi_0,894
3
+ nominal_api_protos/nominal_write_pb2_grpc.py,sha256=lfNwYREbTicLP8RS6hqXPH8Sx6-dYk5_5p6QG0biw98,893
4
4
  nominal_api_protos/prometheus_remote_write_pb2.py,sha256=hG4LXQikJs2sFZ57U9lPQv5E8G0XXxnB7uvAOE1-keQ,2192
5
5
  nominal_api_protos/prometheus_remote_write_pb2.pyi,sha256=V0Vct6AbqB2iQlAUz7QLPizufoFU0Dpw3nBhQeI61Ss,1649
6
- nominal_api_protos/prometheus_remote_write_pb2_grpc.py,sha256=pcW8eDkwWavcrcvFhzBuFZzJuX0i4u1s_XOXVebAfc0,904
6
+ nominal_api_protos/prometheus_remote_write_pb2_grpc.py,sha256=j-q7LlZVisarUYxAaeLwFDJZQ0SNlOEuIcIqeEPiKlM,903
7
7
  nominal_api_protos/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  nominal_api_protos/nominal/ai/v1/knowledge_base_pb2.py,sha256=Dsf63Ytqk_r8VVNO11v2IOn83quzbHrq8UkQXPNxYCQ,4828
9
9
  nominal_api_protos/nominal/ai/v1/knowledge_base_pb2.pyi,sha256=Z_KxZu-If8Psuae4fPCiTZdKB3FG12QiQVs02srMtME,4596
10
- nominal_api_protos/nominal/ai/v1/knowledge_base_pb2_grpc.py,sha256=Vel5m3WLmsPbT53C_-jmzInNeI2FU5usajepQFV-DSQ,11889
10
+ nominal_api_protos/nominal/ai/v1/knowledge_base_pb2_grpc.py,sha256=T-ut4KyPTUR5GY2RXMGhGy4vzAdBDIFLLk7K4bH0Wcw,11888
11
11
  nominal_api_protos/nominal/ai/v1/workbook_agent_pb2.py,sha256=ZF08oZuHpj2UmsBbGzjfejXY91Nxrfii2VTk2InJIGc,8730
12
12
  nominal_api_protos/nominal/ai/v1/workbook_agent_pb2.pyi,sha256=xvcSwYt6zO2MRoEPli02XowqQ4TfEmx2u2i9gqRD9KY,10572
13
- nominal_api_protos/nominal/ai/v1/workbook_agent_pb2_grpc.py,sha256=ZN-gKmimtjF1VYb_XOvOhuExo94x4oemaWEos5JxLnk,3908
13
+ nominal_api_protos/nominal/ai/v1/workbook_agent_pb2_grpc.py,sha256=X2BlPnqLMram_fZvuMkFO6FbEaw6YYzBy8m-PmRAug4,3907
14
14
  nominal_api_protos/nominal/application/v1/application_pb2.py,sha256=Kgvx0zgiijr64FJV8tgzq2NijB3oGlwA_w4kUrlIV_Q,2433
15
15
  nominal_api_protos/nominal/application/v1/application_pb2.pyi,sha256=c6e_qS1PmxPBgzWpDOq1VdU89W2AskdrBqWghH5hKmo,561
16
- nominal_api_protos/nominal/application/v1/application_pb2_grpc.py,sha256=JgwRMQRoTBfZLIwj-hFz7mzlNxYKVBWoRp45CWbP_Ww,3969
16
+ nominal_api_protos/nominal/application/v1/application_pb2_grpc.py,sha256=RmNoMjM1FgBLVXpvFNFptLp75PR9N4Z0EtVtFNT6F5E,3968
17
17
  nominal_api_protos/nominal/authentication/groups/v1/groups_pb2.py,sha256=WQjwq2Iykr1BFMX5EhunGq1c43B6yPPshU7J9fz5nP4,15922
18
18
  nominal_api_protos/nominal/authentication/groups/v1/groups_pb2.pyi,sha256=KE8cNOUIeJa6_BPqP6Bpje3S5x9USTOZJrGuyQhm1XA,7386
19
- nominal_api_protos/nominal/authentication/groups/v1/groups_pb2_grpc.py,sha256=eUs5jTTH0F9dePfVkTy2qUHSQuVcPwdqGw4H2bWzCd0,12256
19
+ nominal_api_protos/nominal/authentication/groups/v1/groups_pb2_grpc.py,sha256=vB4-UZeqAaKvsSpNW6xcVuTByTCgQ4B9les1hI_cfBM,12255
20
20
  nominal_api_protos/nominal/authorization/markings/v1/markings_pb2.py,sha256=0-4raUuayjVqDgc7NEQRzNyVewVqBq6VEwbwDn_jOuw,30200
21
21
  nominal_api_protos/nominal/authorization/markings/v1/markings_pb2.pyi,sha256=1N8eWhHlxBCBgUFQOYL-oMycsRWhR5sC9IIQo5XjglM,15683
22
- nominal_api_protos/nominal/authorization/markings/v1/markings_pb2_grpc.py,sha256=VYNeXNpDq9SlsRNgFipi6EhxRkfpplaObFeNeItf4do,33638
22
+ nominal_api_protos/nominal/authorization/markings/v1/markings_pb2_grpc.py,sha256=gT7fmmwNo0SYV6aHb7MkZIF5PMKvzYs6cDSk1wPpK6o,33637
23
23
  nominal_api_protos/nominal/authorization/permissions/v1/permissions_pb2.py,sha256=aX8xfhcisw9btpdhlxVydaOp_YaOdUOfs0Q_pZv9gAo,4587
24
24
  nominal_api_protos/nominal/authorization/permissions/v1/permissions_pb2.pyi,sha256=9Ciz_1NOKg6DQIJjCdezhEbP16tANht1ADZVuArEnJs,1897
25
- nominal_api_protos/nominal/authorization/permissions/v1/permissions_pb2_grpc.py,sha256=9Wqrwaxny4xZjg1skViWclZkYj8x8R5CqsQCE4zhfIQ,4493
25
+ nominal_api_protos/nominal/authorization/permissions/v1/permissions_pb2_grpc.py,sha256=d0Lmx1H6xBpp8C8h-6mKGfzH05QEuJa5qzpA5ROGEhc,4492
26
26
  nominal_api_protos/nominal/authorization/roles/v1/roles_pb2.py,sha256=77enyarvFqfN1XcNA434ikGXAJLdzYwVr-dXwxd7l7A,9265
27
27
  nominal_api_protos/nominal/authorization/roles/v1/roles_pb2.pyi,sha256=FtkAXQPt5CTeNXb4XndYgQVUZT5o1Dfm7gEgRqD7KCU,4309
28
- nominal_api_protos/nominal/authorization/roles/v1/roles_pb2_grpc.py,sha256=ytRu9nCnx-x7eyEzMAOtCTnMHimdzSUjGlV7sniQ79s,8381
28
+ nominal_api_protos/nominal/authorization/roles/v1/roles_pb2_grpc.py,sha256=Q7Rjt3CfioWSXFycI_AXpiC_WeueyJ1IVXkNr7lOGek,8380
29
29
  nominal_api_protos/nominal/blob_storage_service/v1/blob_storage_service_pb2.py,sha256=1dGPCmvKUNjPC2q4YQbYuoKm5Tf_zPelUFmpMSrc44Y,5867
30
30
  nominal_api_protos/nominal/blob_storage_service/v1/blob_storage_service_pb2.pyi,sha256=pN2tN6QZwrDil-rvhwBQMERNh3ccGzgLVUyzBkStRTU,1988
31
- nominal_api_protos/nominal/blob_storage_service/v1/blob_storage_service_pb2_grpc.py,sha256=2S6EwNglTTq0r8Nv_X946j1rPIB7miybRNB6Efndyi4,6679
31
+ nominal_api_protos/nominal/blob_storage_service/v1/blob_storage_service_pb2_grpc.py,sha256=XPGEpktbWJZRcSbRl8VZQ8ADlFFYWQzzn4up_izk-gQ,6678
32
32
  nominal_api_protos/nominal/comments/v1/comments_pb2.py,sha256=aGuHzSn0DwKzKgKPu1gnBO-ukqU1Da7lA4c8tiUjRG4,23450
33
33
  nominal_api_protos/nominal/comments/v1/comments_pb2.pyi,sha256=0CfsEwht3tOuWnqRlWS10X2N0wnZQ3lFhY71-cj3Wzc,12613
34
- nominal_api_protos/nominal/comments/v1/comments_pb2_grpc.py,sha256=rRap63AllaldInz4uftM818KXxM2_RX_1NvP0e7ulR0,21565
34
+ nominal_api_protos/nominal/comments/v1/comments_pb2_grpc.py,sha256=m63CZCBoa2W7IBhXs-9_I6EqWVq7djRAZiESa992VRk,21564
35
35
  nominal_api_protos/nominal/connect/demo_apps/v1/connect_demo_apps_pb2.py,sha256=ro0jZR2Qp5kZHElJuBIAelaHcNx5EAGot74JpfCHy34,4408
36
36
  nominal_api_protos/nominal/connect/demo_apps/v1/connect_demo_apps_pb2.pyi,sha256=lwo4eGKGkO1A3PtfcGaw0MzzyWn2XjmmK8-LiDBVLVM,1514
37
- nominal_api_protos/nominal/connect/demo_apps/v1/connect_demo_apps_pb2_grpc.py,sha256=IeBNgPDU7OMGqsclL07G2m2hP00EiMXLlMNmb4AshEw,4212
37
+ nominal_api_protos/nominal/connect/demo_apps/v1/connect_demo_apps_pb2_grpc.py,sha256=uGXIFH-WJ3J9661NTLt9jsXUhWNN1eh9KyUSEkY4LNU,4211
38
38
  nominal_api_protos/nominal/connect/download/v1/connect_download_pb2.py,sha256=IHZLJgJ0UMyyBICxU9XKa9nbX1cHiE-f48PScP5O4b8,3892
39
39
  nominal_api_protos/nominal/connect/download/v1/connect_download_pb2.pyi,sha256=TH03M0mCLutadUHZ3Z8yuMDmGXOHaIUFq0tDws85Nj4,1295
40
- nominal_api_protos/nominal/connect/download/v1/connect_download_pb2_grpc.py,sha256=X5OzBcb-jGixbp7TZ4YOECKejnTef3_xH2ecdCHbU90,4179
40
+ nominal_api_protos/nominal/connect/download/v1/connect_download_pb2_grpc.py,sha256=0RIhLJMkP4pkouoTwKiCxTxJ4tlVOWtapaFvxiB3Wa0,4178
41
41
  nominal_api_protos/nominal/connect/v1/connect_apps_pb2.py,sha256=gzJgf2jUZdUHXeFKrZwenjypsjKEKWxMYWUmpX7AC1A,25553
42
42
  nominal_api_protos/nominal/connect/v1/connect_apps_pb2.pyi,sha256=tCtQ5VmuLAgAZPutaMDZMr0G6yLSloTsu_QOnjSYd6o,14909
43
- nominal_api_protos/nominal/connect/v1/connect_apps_pb2_grpc.py,sha256=delxLGJkJvtql7_jpYDySxlyFfyzK3-szQu3_6Sy9xg,18293
43
+ nominal_api_protos/nominal/connect/v1/connect_apps_pb2_grpc.py,sha256=yOQ0UfYLbuJN2LeMFuzJit8XwmYbQpgvLPQ8wnTGQCI,18292
44
44
  nominal_api_protos/nominal/connections/v1/external_api_connections_pb2.py,sha256=bdWG1n471-6NuPgY379ecHSFzH1dk3a0xgOCzqSEt6g,6809
45
45
  nominal_api_protos/nominal/connections/v1/external_api_connections_pb2.pyi,sha256=YexjjcGA0UNpdbs23vqghkgY-KETiM9PV1zDye02FsA,6144
46
- nominal_api_protos/nominal/connections/v1/external_api_connections_pb2_grpc.py,sha256=x1G-8s10Gi1ptp8eAMwwchCULLTLSAWSNAn1tYuMNJY,7368
46
+ nominal_api_protos/nominal/connections/v1/external_api_connections_pb2_grpc.py,sha256=ylardOxmStVTxJiE2cGwLjd2vJ7kKd8ba-ebyYBjx9o,7367
47
47
  nominal_api_protos/nominal/conversations/v1/conversations_pb2.py,sha256=-wldWCj1VbcjCCOYVEhPQvTBGAzauMYzQUGfveGA-qo,8008
48
48
  nominal_api_protos/nominal/conversations/v1/conversations_pb2.pyi,sha256=nojuB7cNopoecx0R4AoOmPRirqvoA7CgxkhlobmFgUM,8064
49
- nominal_api_protos/nominal/conversations/v1/conversations_pb2_grpc.py,sha256=Vy2lrBdc0kikQCdHxphuSFijE8yjtxDQ_bSMId_lEqg,12422
49
+ nominal_api_protos/nominal/conversations/v1/conversations_pb2_grpc.py,sha256=lVOoDZFzXV8i64oyILZ3ygiKRM_AguQxTsgPp-m3NeY,12421
50
50
  nominal_api_protos/nominal/direct_channel_writer/v2/direct_nominal_channel_writer_pb2.py,sha256=vPvzGHT0NM8siWsMn60ULHtnq3RSQBtFMnb2bRAmCbI,16411
51
51
  nominal_api_protos/nominal/direct_channel_writer/v2/direct_nominal_channel_writer_pb2.pyi,sha256=XLW7FqiceWaXMZIg_qWKDouyjXcJUmk6HqJM83HZPQY,9435
52
- nominal_api_protos/nominal/direct_channel_writer/v2/direct_nominal_channel_writer_pb2_grpc.py,sha256=SAzBuHdbT6eTnjOm_ek7w1Voml2gcCaJeYH--XClBVw,4806
52
+ nominal_api_protos/nominal/direct_channel_writer/v2/direct_nominal_channel_writer_pb2_grpc.py,sha256=itsUaYfQ_TWNpUfCdq4wPH_wNvx-ofjSQqu6B2L9UYM,4805
53
53
  nominal_api_protos/nominal/edge/v1/edge_sync_pb2.py,sha256=C2uxi17fN99ukwEAFl4LveGwmne51jWNVjBxtx6Psjo,9793
54
54
  nominal_api_protos/nominal/edge/v1/edge_sync_pb2.pyi,sha256=Ju1JIgNjRGc-8GriwIoSF2PwkZ_M7VnXqgfSjPfZ8i8,3972
55
- nominal_api_protos/nominal/edge/v1/edge_sync_pb2_grpc.py,sha256=-69qWAXkeM4rdfrisgPoxl9OwXC8E46oYcOcOC66iTs,9688
55
+ nominal_api_protos/nominal/edge/v1/edge_sync_pb2_grpc.py,sha256=ko6MvzERfBKZ_LuwuBxtadhFjghycZlFJVzfnvNel6o,9687
56
56
  nominal_api_protos/nominal/procedures/executions/v1/procedure_executions_pb2.py,sha256=mEMut_jfvLOZlDzhuoFr3zaVi_3pduvXTl0nXSSs8NY,65305
57
57
  nominal_api_protos/nominal/procedures/executions/v1/procedure_executions_pb2.pyi,sha256=nfRerchy8GNfqIRIaDpknzKbdsQToDsZPZW3bfjhAHA,44725
58
- nominal_api_protos/nominal/procedures/executions/v1/procedure_executions_pb2_grpc.py,sha256=xTziiC-WDjtE_cVj6FIJRdsR4aliX9PdtYB7Wr-ZUdg,21212
58
+ nominal_api_protos/nominal/procedures/executions/v1/procedure_executions_pb2_grpc.py,sha256=qFCHv7FZ8ZfkaHa59XSbQU-RoDAu6WLzuwVnrdPp7Zg,21211
59
59
  nominal_api_protos/nominal/procedures/v1/id_format_pb2.py,sha256=I1W4kVKBMNfJlk3ccwPvufKYsJsXOdMQX4qIs0KWJq8,3527
60
60
  nominal_api_protos/nominal/procedures/v1/id_format_pb2.pyi,sha256=RqEhEeOKYbxtUWoCgJFervQZlUdB8Js_ryv3bNWQKL8,498
61
- nominal_api_protos/nominal/procedures/v1/id_format_pb2_grpc.py,sha256=sIUSqJ8gLAMnQlh4sqCoxdVRJW2S-z2kp5j7Eh5_q0o,912
61
+ nominal_api_protos/nominal/procedures/v1/id_format_pb2_grpc.py,sha256=B4v8Xrlv5aGK-LjkwQnpdH59XpS1jcjq9dgrhmsCp6M,911
62
62
  nominal_api_protos/nominal/procedures/v1/procedures_pb2.py,sha256=mOuWU4Ox7ZGy9Y9akmvCkCi9jiv3G3-8mVvCHdGiLbM,81948
63
63
  nominal_api_protos/nominal/procedures/v1/procedures_pb2.pyi,sha256=eFg0aw4X2aKbb2j5GR_Ulea_xtoGJxmLGzKK19uZyS4,55045
64
- nominal_api_protos/nominal/procedures/v1/procedures_pb2_grpc.py,sha256=9Z4xF74iPP6oeyYRBr5mFyKUbllGSwf_WRsVl1S3Utc,26671
64
+ nominal_api_protos/nominal/procedures/v1/procedures_pb2_grpc.py,sha256=r6kxr3ny-wJVnnukeIDuuT-Z6bqhFqwVPvaiAf_bvFg,26670
65
65
  nominal_api_protos/nominal/scout/elements/v1/elements_pb2.py,sha256=-T2RQp6NlnfaWR930ExhoDusEsM0dpuBVTfPTEWzAJ8,2346
66
66
  nominal_api_protos/nominal/scout/elements/v1/elements_pb2.pyi,sha256=VXIH7egTSO_rJl1uq25zijhpVGVkDEJ83H10SlwLdxg,809
67
- nominal_api_protos/nominal/scout/elements/v1/elements_pb2_grpc.py,sha256=CxORGALMrp-xU9WqPP3yyaEOC2ihhuhXjf7KmiJtewo,915
68
- nominal_api_protos/nominal/streaming_connection_service/v1/opc_ua_pb2.py,sha256=1ldlyII5XeC6t-8i2DxSAgdzfGDiFmHhzpUHuY6mcJo,11875
69
- nominal_api_protos/nominal/streaming_connection_service/v1/opc_ua_pb2.pyi,sha256=k6WGQLp8VHmvaKeZ6boaY4Of9gjGm6x70U-qb7IL5LU,12350
70
- nominal_api_protos/nominal/streaming_connection_service/v1/opc_ua_pb2_grpc.py,sha256=UjSEVG0xUUZAKH6w_Y9V49WT9TTGsTVI-lRqzHX_i-I,927
71
- nominal_api_protos/nominal/streaming_connection_service/v1/streaming_connection_service_pb2.py,sha256=iOAJDIVIhHh0Vil7J9d1hGVNLMBAnbntVoEWTDzXSHw,15720
72
- nominal_api_protos/nominal/streaming_connection_service/v1/streaming_connection_service_pb2.pyi,sha256=GIBTHu98VJA9wlgGESbDHQ0PWGJ5AQ9kzT5Rl42hP8s,7683
73
- nominal_api_protos/nominal/streaming_connection_service/v1/streaming_connection_service_pb2_grpc.py,sha256=JoQkNHmzoE9UEPnsHkI8czwRLE3H0IkVZuQotPAwKXc,16737
67
+ nominal_api_protos/nominal/scout/elements/v1/elements_pb2_grpc.py,sha256=Qd2NPLmbKVnWAeMnEWUlsrVjNNY7meDAeWmPiOc622I,914
68
+ nominal_api_protos/nominal/streaming_connection_service/v1/opc_ua_pb2.py,sha256=useJEfXZtr_ep2xJNfnJQm8KXv9DMlWn6CgtZAADOyY,12875
69
+ nominal_api_protos/nominal/streaming_connection_service/v1/opc_ua_pb2.pyi,sha256=mQts6BJM4Dm8-agFrUYfCry15IiPI0f-6n6-63fZ0_g,13203
70
+ nominal_api_protos/nominal/streaming_connection_service/v1/opc_ua_pb2_grpc.py,sha256=kEtwET5GFaXInUD_hzdweWc7SiedyRi3mkBBhdqVzOQ,926
71
+ nominal_api_protos/nominal/streaming_connection_service/v1/streaming_connection_service_pb2.py,sha256=Ao6CmQQ_G6PRTYcRTd1Q3NK8jmt6i2Z0aMXlahcOn_0,16348
72
+ nominal_api_protos/nominal/streaming_connection_service/v1/streaming_connection_service_pb2.pyi,sha256=bXupNLtz5BPt8xCJjdM49CUspbriLrzuNImE-pLv-Vc,7996
73
+ nominal_api_protos/nominal/streaming_connection_service/v1/streaming_connection_service_pb2_grpc.py,sha256=2x08WHK26Xljw-yY54zH6_r0f426pGGcgHa6XAgUPyw,16736
74
74
  nominal_api_protos/nominal/types/types_pb2.py,sha256=xLrviEqi2mHqPTN4kWHBAQd_prDMqkY4V7vuwEJCgIE,9858
75
75
  nominal_api_protos/nominal/types/types_pb2.pyi,sha256=uOz6TQIK9qFQiz_8xPR5EpNgMW9jBZt_4EpTWJL88QI,6337
76
- nominal_api_protos/nominal/types/types_pb2_grpc.py,sha256=4YM5DhcDudk_4wk5d2k7j5tXkLSrUXmO46SRuEawRDs,900
76
+ nominal_api_protos/nominal/types/types_pb2_grpc.py,sha256=rqdR6s6jfw27Xv0_zMlkc56IUAU_6_GOcMpE_BNCBQY,899
77
77
  nominal_api_protos/nominal/types/series/series_pb2.py,sha256=nbiBiwTjVAPCrqDxeCZsqbhHI0_Z670i-cq9NktzNPM,1623
78
78
  nominal_api_protos/nominal/types/series/series_pb2.pyi,sha256=tgXMEySgHXHeeOM_IO0MybzlL526zt6VKEmUWe1yr_Y,642
79
- nominal_api_protos/nominal/types/series/series_pb2_grpc.py,sha256=A4mbJwZJ6rcnBgKUXQFRIMsYeAUGrd_UhbFSKanrYMo,908
79
+ nominal_api_protos/nominal/types/series/series_pb2_grpc.py,sha256=SiiYlV5QeJ8NCmAdXXTKona4qExoLbGCKj_UFwmmiwg,907
80
80
  nominal_api_protos/nominal/types/time/time_pb2.py,sha256=xUoO7xznGUBYGRnMadGCyoqYTavRm7ZQ2h36Q9k5fNw,2371
81
81
  nominal_api_protos/nominal/types/time/time_pb2.pyi,sha256=sYoqgjqEqFf-ZH2E7TnVrVyeBuYAGL-r0XIBcHZGQGg,1642
82
- nominal_api_protos/nominal/types/time/time_pb2_grpc.py,sha256=SQuif3nshh7qssvDUK4cjbk8iVk1rVsoRIOSRh4uaH8,904
82
+ nominal_api_protos/nominal/types/time/time_pb2_grpc.py,sha256=yzPOTTPD5jkz7-6Pv4nTIHfp_pfa7q8rV7V5r8uQb_o,903
83
83
  nominal_api_protos/nominal/units/v1/units_pb2.py,sha256=nbZe31fh_yNq3pGH90-8wzx-6Ih6rVWIXgbdoHXUwyY,11532
84
84
  nominal_api_protos/nominal/units/v1/units_pb2.pyi,sha256=st3KljD24bzmlegBAcIllprLmOU6sl38jX_XsBhBY0o,5179
85
- nominal_api_protos/nominal/units/v1/units_pb2_grpc.py,sha256=p_NQMkFudeGhL2DuqUVB1cfse96O7lYoB-1bUlHT4ug,10134
85
+ nominal_api_protos/nominal/units/v1/units_pb2_grpc.py,sha256=ngK_hqHNCO1jMBy8dj04zuhGEQ2PJGXwuHOAcUz1MGw,10133
86
86
  nominal_api_protos/nominal/versioning/v1/versioning_pb2.py,sha256=hOOrJBMbtE57DiCIFfqEY7xrhf9AT12QYk44Jm7Lcts,2479
87
87
  nominal_api_protos/nominal/versioning/v1/versioning_pb2.pyi,sha256=mM6_FQ3vQNsit5_qmKoB7GdWDGq791G_DPmlt9muLjk,598
88
- nominal_api_protos/nominal/versioning/v1/versioning_pb2_grpc.py,sha256=9gQlOS1PS7XzUqJOKkKExqLAMzV326Qaf6_BEWZnSog,913
88
+ nominal_api_protos/nominal/versioning/v1/versioning_pb2_grpc.py,sha256=X6uaQTGIZNt7glJQVLPfFK8SFQAnjqNv9khZlxdOKOc,912
89
89
  nominal_api_protos/nominal/workspaces/v1/workspaces_pb2.py,sha256=If3gH8W_yuTpFrBIoctbaMFgIPvkPE0cuZC7HpqjPlM,14331
90
90
  nominal_api_protos/nominal/workspaces/v1/workspaces_pb2.pyi,sha256=qsnUMQrUtaA0z0N1MoQbfjuFt-Qf_rKjn1YmEV0WjmU,6917
91
- nominal_api_protos/nominal/workspaces/v1/workspaces_pb2_grpc.py,sha256=lTQ_Y8AHY7eBzG-EBuqAyDeSUtIjgRQZC8a8cmd086E,10542
92
- nominal_api_protos-0.963.1.dist-info/METADATA,sha256=AMw6Vy_qGX8codCCPGaS9QIoryg0HEtzCXchY5BPIag,167
93
- nominal_api_protos-0.963.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
94
- nominal_api_protos-0.963.1.dist-info/top_level.txt,sha256=LGL0l0Ex9617MHzOemB7GgioLYe-livRUUrqIkV0hpQ,19
95
- nominal_api_protos-0.963.1.dist-info/RECORD,,
91
+ nominal_api_protos/nominal/workspaces/v1/workspaces_pb2_grpc.py,sha256=sKvcCPuF3Tn_APr_QTJD06cpo4KRC8aVxc-gCqQnTsc,10541
92
+ nominal_api_protos-0.965.0.dist-info/METADATA,sha256=rX-5NNdas4ZqKzHW_Ju-iQF4FvxLXgxmKsSDdvXoTNE,167
93
+ nominal_api_protos-0.965.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
94
+ nominal_api_protos-0.965.0.dist-info/top_level.txt,sha256=LGL0l0Ex9617MHzOemB7GgioLYe-livRUUrqIkV0hpQ,19
95
+ nominal_api_protos-0.965.0.dist-info/RECORD,,