Interface EmbeddedSass.OutboundMessage.VersionResponseOrBuilder

    • Method Detail

      • getId

        int getId()
         This version request's id. Mandatory.
         
        uint32 id = 5;
        Returns:
        The id.
      • getProtocolVersion

        String getProtocolVersion()
         The version of the embedded protocol, in semver format.
         
        string protocol_version = 1;
        Returns:
        The protocolVersion.
      • getProtocolVersionBytes

        ByteString getProtocolVersionBytes()
         The version of the embedded protocol, in semver format.
         
        string protocol_version = 1;
        Returns:
        The bytes for protocolVersion.
      • getCompilerVersion

        String getCompilerVersion()
         The version of the embedded compiler package. This has no guaranteed
         format, although compilers are encouraged to use semver.
         
        string compiler_version = 2;
        Returns:
        The compilerVersion.
      • getCompilerVersionBytes

        ByteString getCompilerVersionBytes()
         The version of the embedded compiler package. This has no guaranteed
         format, although compilers are encouraged to use semver.
         
        string compiler_version = 2;
        Returns:
        The bytes for compilerVersion.
      • getImplementationVersion

        String getImplementationVersion()
         The version of the Sass implementation that the embedded compiler wraps.
         This has no guaranteed format, although Sass implementations are
         encouraged to use semver.
         
        string implementation_version = 3;
        Returns:
        The implementationVersion.
      • getImplementationVersionBytes

        ByteString getImplementationVersionBytes()
         The version of the Sass implementation that the embedded compiler wraps.
         This has no guaranteed format, although Sass implementations are
         encouraged to use semver.
         
        string implementation_version = 3;
        Returns:
        The bytes for implementationVersion.
      • getImplementationName

        String getImplementationName()
         The name of the Sass implementation that the embedded compiler wraps.
         
        string implementation_name = 4;
        Returns:
        The implementationName.
      • getImplementationNameBytes

        ByteString getImplementationNameBytes()
         The name of the Sass implementation that the embedded compiler wraps.
         
        string implementation_name = 4;
        Returns:
        The bytes for implementationName.