ni.measurementlink.discovery.v1.annotations =========================================== .. py:module:: ni.measurementlink.discovery.v1.annotations .. autoapi-nested-parse:: Constants for discovery service annotations. Attributes ---------- .. autoapisummary:: ni.measurementlink.discovery.v1.annotations.SERVICE_COLLECTION_KEY ni.measurementlink.discovery.v1.annotations.SERVICE_DESCRIPTION_KEY ni.measurementlink.discovery.v1.annotations.SERVICE_PROGRAMMINGLANGUAGE_KEY ni.measurementlink.discovery.v1.annotations.SERVICE_TAGS_KEY Package Contents ---------------- .. py:data:: SERVICE_COLLECTION_KEY :value: 'ni/service.collection' Key for an annotation indicating the hierarchical collection the service belongs to. .. py:data:: SERVICE_DESCRIPTION_KEY :value: 'ni/service.description' Key for an annotation containing a description of the service. .. py:data:: SERVICE_PROGRAMMINGLANGUAGE_KEY :value: 'ni/service.programminglanguage' Key for an annotation indicating the programming language in which the service is implemented. .. py:data:: SERVICE_TAGS_KEY :value: 'ni/service.tags' Key for an annotation containing the tags for the service.