Interface EmbeddedSass.Value.CompilerFunctionOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
EmbeddedSass.Value.CompilerFunction, EmbeddedSass.Value.CompilerFunction.Builder
Enclosing class:
EmbeddedSass.Value

public static interface EmbeddedSass.Value.CompilerFunctionOrBuilder extends MessageOrBuilder
  • Method Details

    • getId

      int getId()
       A unique ID for this function. The compiler is responsible for generating
       this ID and ensuring it's unique across all functions passed to the host
       for this compilation. Mandatory.
       
      uint32 id = 1;
      Returns:
      The id.