Interface ProtobufMetadataManagerConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ERRORS_KEY_SUFFIX
      All error status keys end with this suffix.
      static java.lang.String OBJECT_NAME
      The 'component' key property of ProtobufMetadataManager's ObjectName.
      static java.lang.String PROTO_KEY_SUFFIX
      All protobuf definition source files must end with this suffix.
      static java.lang.String PROTOBUF_METADATA_CACHE_NAME
      The name of the Protobuf definitions cache.
    • Field Detail

      • PROTOBUF_METADATA_CACHE_NAME

        static final java.lang.String PROTOBUF_METADATA_CACHE_NAME
        The name of the Protobuf definitions cache.
        See Also:
        Constant Field Values
      • ERRORS_KEY_SUFFIX

        static final java.lang.String ERRORS_KEY_SUFFIX
        All error status keys end with this suffix. This is also the name of the global error key.
        See Also:
        Constant Field Values
      • PROTO_KEY_SUFFIX

        static final java.lang.String PROTO_KEY_SUFFIX
        All protobuf definition source files must end with this suffix.
        See Also:
        Constant Field Values
      • OBJECT_NAME

        static final java.lang.String OBJECT_NAME
        The 'component' key property of ProtobufMetadataManager's ObjectName.
        See Also:
        Constant Field Values