Scheduled maintenance on Saturday, 27 September 2025, from 07:00 AM to 4:00 PM GMT (09:00 AM to 6:00 PM CEST) - some services may be unavailable -

Skip to content
Snippets Groups Projects
Select Git revision
  • 46ece6552757453a96dce969248585bd80468e66
  • master default
  • feat/320-cttc-ietf-simap-basic-support-with-kafka-yang-push
  • cnit_tapi
  • feat/292-cttc-implement-integration-test-for-ryu-openflow
  • feat/314-tid-new-service-for-ipowdm-configuration-fron-orchestrator-to-ipowdm-controller
  • feat/327-tid-new-service-to-ipowdm-controller-to-manage-transceivers-configuration-on-external-agent
  • cnit-p2mp-premerge
  • feat/325-tid-nbi-e2e-to-manage-e2e-path-computation
  • feat/307-update-python-version-service
  • feat/326-tid-external-management-of-devices-telemetry-nbi
  • openroadm-flex-grid
  • feat/310-cttc-implement-nbi-connector-to-interface-with-osm-client
  • develop protected
  • feat/324-tid-nbi-ietf_l3vpn-deploy-fail
  • feat/321-add-support-for-gnmi-configuration-via-proto
  • feat/322-add-read-support-for-ipinfusion-devices-via-netconf
  • feat/323-add-support-for-restconf-protocol-in-devices
  • feat/policy-refactor
  • feat/192-cttc-implement-telemetry-backend-collector-gnmi-openconfig
  • feat/307-update-python-version
  • feat/telemetry-collector-int
  • v5.0.0 protected
  • v4.0.0 protected
  • demo-dpiab-eucnc2024
  • v3.0.0 protected
  • v2.1.0 protected
  • v2.0.0 protected
  • v1.0.0 protected
29 results

OsmClientService.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    connectionServiceWithNotif_pb2.py 9.37 KiB
    # Generated by the protocol buffer compiler.  DO NOT EDIT!
    # source: connectionServiceWithNotif.proto
    
    import sys
    _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
    from google.protobuf import descriptor as _descriptor
    from google.protobuf import message as _message
    from google.protobuf import reflection as _reflection
    from google.protobuf import symbol_database as _symbol_database
    # @@protoc_insertion_point(imports)
    
    _sym_db = _symbol_database.Default()
    
    
    from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
    
    
    DESCRIPTOR = _descriptor.FileDescriptor(
      name='connectionServiceWithNotif.proto',
      package='connection',
      syntax='proto3',
      serialized_options=None,
      serialized_pb=_b('\n connectionServiceWithNotif.proto\x12\nconnection\x1a\x1bgoogle/protobuf/empty.proto\"\x14\n\x03\x42\x65r\x12\r\n\x05value\x18\x01 \x01(\x01\"\xf5\x01\n\nConnection\x12\x14\n\x0c\x63onnectionId\x18\x01 \x01(\t\x12\x12\n\nsourceNode\x18\x02 \x01(\t\x12\x12\n\ntargetNode\x18\x03 \x01(\t\x12\x12\n\nsourcePort\x18\x04 \x01(\t\x12\x12\n\ntargetPort\x18\x05 \x01(\t\x12\x11\n\tbandwidth\x18\x06 \x01(\r\x12\x43\n\x11layerProtocolName\x18\x07 \x01(\x0e\x32(.connection.Connection.LayerProtocolName\")\n\x11LayerProtocolName\x12\x07\n\x03\x45TH\x10\x00\x12\x0b\n\x07OPTICAL\x10\x01\"<\n\x0e\x43onnectionList\x12*\n\nconnection\x18\x01 \x03(\x0b\x32\x16.connection.Connection2\xe1\x01\n\x1a\x43onnectionServiceWithNotif\x12\x44\n\x10\x43reateConnection\x12\x16.connection.Connection\x1a\x16.google.protobuf.Empty\"\x00\x12\x46\n\x0eListConnection\x12\x16.google.protobuf.Empty\x1a\x1a.connection.ConnectionList\"\x00\x12\x35\n\x06GetBer\x12\x16.connection.Connection\x1a\x0f.connection.Ber\"\x00\x30\x01\x62\x06proto3')
      ,
      dependencies=[google_dot_protobuf_dot_empty__pb2.DESCRIPTOR,])
    
    
    
    _CONNECTION_LAYERPROTOCOLNAME = _descriptor.EnumDescriptor(
      name='LayerProtocolName',
      full_name='connection.Connection.LayerProtocolName',
      filename=None,
      file=DESCRIPTOR,
      values=[
        _descriptor.EnumValueDescriptor(
          name='ETH', index=0, number=0,
          serialized_options=None,
          type=None),
        _descriptor.EnumValueDescriptor(
          name='OPTICAL', index=1, number=1,
          serialized_options=None,
          type=None),
      ],
      containing_type=None,
      serialized_options=None,
      serialized_start=304,
      serialized_end=345,
    )
    _sym_db.RegisterEnumDescriptor(_CONNECTION_LAYERPROTOCOLNAME)
    
    
    _BER = _descriptor.Descriptor(
      name='Ber',
      full_name='connection.Ber',
      filename=None,
      file=DESCRIPTOR,
      containing_type=None,
      fields=[
        _descriptor.FieldDescriptor(
          name='value', full_name='connection.Ber.value', index=0,
          number=1, type=1, cpp_type=5, label=1,
          has_default_value=False, default_value=float(0),
          message_type=None, enum_type=None, containing_type=None,
          is_extension=False, extension_scope=None,
          serialized_options=None, file=DESCRIPTOR),
      ],
      extensions=[
      ],
      nested_types=[],
      enum_types=[
      ],
      serialized_options=None,
      is_extendable=False,
      syntax='proto3',
      extension_ranges=[],
      oneofs=[
      ],
      serialized_start=77,
      serialized_end=97,
    )
    
    
    _CONNECTION = _descriptor.Descriptor(
      name='Connection',
      full_name='connection.Connection',
      filename=None,
      file=DESCRIPTOR,
      containing_type=None,
      fields=[
        _descriptor.FieldDescriptor(
          name='connectionId', full_name='connection.Connection.connectionId', index=0,
          number=1, type=9, cpp_type=9, label=1,
          has_default_value=False, default_value=_b("").decode('utf-8'),
          message_type=None, enum_type=None, containing_type=None,
          is_extension=False, extension_scope=None,
          serialized_options=None, file=DESCRIPTOR),
        _descriptor.FieldDescriptor(
          name='sourceNode', full_name='connection.Connection.sourceNode', index=1,
          number=2, type=9, cpp_type=9, label=1,
          has_default_value=False, default_value=_b("").decode('utf-8'),
          message_type=None, enum_type=None, containing_type=None,
          is_extension=False, extension_scope=None,
          serialized_options=None, file=DESCRIPTOR),
        _descriptor.FieldDescriptor(
          name='targetNode', full_name='connection.Connection.targetNode', index=2,
          number=3, type=9, cpp_type=9, label=1,
          has_default_value=False, default_value=_b("").decode('utf-8'),
          message_type=None, enum_type=None, containing_type=None,
          is_extension=False, extension_scope=None,
          serialized_options=None, file=DESCRIPTOR),
        _descriptor.FieldDescriptor(
          name='sourcePort', full_name='connection.Connection.sourcePort', index=3,
          number=4, type=9, cpp_type=9, label=1,
          has_default_value=False, default_value=_b("").decode('utf-8'),
          message_type=None, enum_type=None, containing_type=None,
          is_extension=False, extension_scope=None,
          serialized_options=None, file=DESCRIPTOR),
        _descriptor.FieldDescriptor(
          name='targetPort', full_name='connection.Connection.targetPort', index=4,
          number=5, type=9, cpp_type=9, label=1,
          has_default_value=False, default_value=_b("").decode('utf-8'),
          message_type=None, enum_type=None, containing_type=None,
          is_extension=False, extension_scope=None,
          serialized_options=None, file=DESCRIPTOR),
        _descriptor.FieldDescriptor(
          name='bandwidth', full_name='connection.Connection.bandwidth', index=5,
          number=6, type=13, cpp_type=3, label=1,
          has_default_value=False, default_value=0,
          message_type=None, enum_type=None, containing_type=None,
          is_extension=False, extension_scope=None,
          serialized_options=None, file=DESCRIPTOR),
        _descriptor.FieldDescriptor(
          name='layerProtocolName', full_name='connection.Connection.layerProtocolName', index=6,
          number=7, type=14, cpp_type=8, label=1,
          has_default_value=False, default_value=0,
          message_type=None, enum_type=None, containing_type=None,
          is_extension=False, extension_scope=None,
          serialized_options=None, file=DESCRIPTOR),
      ],
      extensions=[
      ],
      nested_types=[],
      enum_types=[
        _CONNECTION_LAYERPROTOCOLNAME,
      ],
      serialized_options=None,
      is_extendable=False,
      syntax='proto3',
      extension_ranges=[],
      oneofs=[
      ],
      serialized_start=100,
      serialized_end=345,
    )
    
    
    _CONNECTIONLIST = _descriptor.Descriptor(
      name='ConnectionList',
      full_name='connection.ConnectionList',
      filename=None,
      file=DESCRIPTOR,
      containing_type=None,
      fields=[
        _descriptor.FieldDescriptor(
          name='connection', full_name='connection.ConnectionList.connection', index=0,
          number=1, type=11, cpp_type=10, label=3,
          has_default_value=False, default_value=[],
          message_type=None, enum_type=None, containing_type=None,
          is_extension=False, extension_scope=None,
          serialized_options=None, file=DESCRIPTOR),
      ],
      extensions=[
      ],
      nested_types=[],
      enum_types=[
      ],
      serialized_options=None,
      is_extendable=False,
      syntax='proto3',
      extension_ranges=[],
      oneofs=[
      ],
      serialized_start=347,
      serialized_end=407,
    )
    
    _CONNECTION.fields_by_name['layerProtocolName'].enum_type = _CONNECTION_LAYERPROTOCOLNAME
    _CONNECTION_LAYERPROTOCOLNAME.containing_type = _CONNECTION
    _CONNECTIONLIST.fields_by_name['connection'].message_type = _CONNECTION
    DESCRIPTOR.message_types_by_name['Ber'] = _BER
    DESCRIPTOR.message_types_by_name['Connection'] = _CONNECTION
    DESCRIPTOR.message_types_by_name['ConnectionList'] = _CONNECTIONLIST
    _sym_db.RegisterFileDescriptor(DESCRIPTOR)
    
    Ber = _reflection.GeneratedProtocolMessageType('Ber', (_message.Message,), dict(
      DESCRIPTOR = _BER,
      __module__ = 'connectionServiceWithNotif_pb2'
      # @@protoc_insertion_point(class_scope:connection.Ber)
      ))
    _sym_db.RegisterMessage(Ber)
    
    Connection = _reflection.GeneratedProtocolMessageType('Connection', (_message.Message,), dict(
      DESCRIPTOR = _CONNECTION,
      __module__ = 'connectionServiceWithNotif_pb2'
      # @@protoc_insertion_point(class_scope:connection.Connection)
      ))
    _sym_db.RegisterMessage(Connection)
    
    ConnectionList = _reflection.GeneratedProtocolMessageType('ConnectionList', (_message.Message,), dict(
      DESCRIPTOR = _CONNECTIONLIST,
      __module__ = 'connectionServiceWithNotif_pb2'
      # @@protoc_insertion_point(class_scope:connection.ConnectionList)
      ))
    _sym_db.RegisterMessage(ConnectionList)
    
    
    
    _CONNECTIONSERVICEWITHNOTIF = _descriptor.ServiceDescriptor(
      name='ConnectionServiceWithNotif',
      full_name='connection.ConnectionServiceWithNotif',
      file=DESCRIPTOR,
      index=0,
      serialized_options=None,
      serialized_start=410,
      serialized_end=635,
      methods=[
      _descriptor.MethodDescriptor(
        name='CreateConnection',
        full_name='connection.ConnectionServiceWithNotif.CreateConnection',
        index=0,
        containing_service=None,
        input_type=_CONNECTION,
        output_type=google_dot_protobuf_dot_empty__pb2._EMPTY,
        serialized_options=None,
      ),
      _descriptor.MethodDescriptor(
        name='ListConnection',
        full_name='connection.ConnectionServiceWithNotif.ListConnection',
        index=1,
        containing_service=None,
        input_type=google_dot_protobuf_dot_empty__pb2._EMPTY,
        output_type=_CONNECTIONLIST,
        serialized_options=None,
      ),
      _descriptor.MethodDescriptor(
        name='GetBer',
        full_name='connection.ConnectionServiceWithNotif.GetBer',
        index=2,
        containing_service=None,
        input_type=_CONNECTION,
        output_type=_BER,
        serialized_options=None,
      ),
    ])
    _sym_db.RegisterServiceDescriptor(_CONNECTIONSERVICEWITHNOTIF)
    
    DESCRIPTOR.services_by_name['ConnectionServiceWithNotif'] = _CONNECTIONSERVICEWITHNOTIF
    
    # @@protoc_insertion_point(module_scope)