Interface EmbeddedSass.Value.CalculationOrBuilder

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

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

    • getName

      String getName()
       The calculation's name. Mandatory. The host may only set this to names
       that the Sass specification uses to create calculations.
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      ByteString getNameBytes()
       The calculation's name. Mandatory. The host may only set this to names
       that the Sass specification uses to create calculations.
       
      string name = 1;
      Returns:
      The bytes for name.
    • getArgumentsList

       The calculation's arguments. Mandatory. The host must use exactly the
       number of arguments used by the Sass specification for calculations with
       the given `name`.
       
      repeated .sass.embedded_protocol.Value.Calculation.CalculationValue arguments = 2;
    • getArguments

       The calculation's arguments. Mandatory. The host must use exactly the
       number of arguments used by the Sass specification for calculations with
       the given `name`.
       
      repeated .sass.embedded_protocol.Value.Calculation.CalculationValue arguments = 2;
    • getArgumentsCount

      int getArgumentsCount()
       The calculation's arguments. Mandatory. The host must use exactly the
       number of arguments used by the Sass specification for calculations with
       the given `name`.
       
      repeated .sass.embedded_protocol.Value.Calculation.CalculationValue arguments = 2;
    • getArgumentsOrBuilderList

      List<? extends EmbeddedSass.Value.Calculation.CalculationValueOrBuilder> getArgumentsOrBuilderList()
       The calculation's arguments. Mandatory. The host must use exactly the
       number of arguments used by the Sass specification for calculations with
       the given `name`.
       
      repeated .sass.embedded_protocol.Value.Calculation.CalculationValue arguments = 2;
    • getArgumentsOrBuilder

       The calculation's arguments. Mandatory. The host must use exactly the
       number of arguments used by the Sass specification for calculations with
       the given `name`.
       
      repeated .sass.embedded_protocol.Value.Calculation.CalculationValue arguments = 2;