Package sass.embedded_protocol
Interface EmbeddedSass.ValueOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
EmbeddedSass.Value,EmbeddedSass.Value.Builder
- Enclosing class:
- EmbeddedSass
-
Method Summary
Modifier and TypeMethodDescription.sass.embedded_protocol.Value.ArgumentList argument_list = 10;.sass.embedded_protocol.Value.ArgumentList argument_list = 10;.sass.embedded_protocol.Value.Calculation calculation = 12;.sass.embedded_protocol.Value.Calculation calculation = 12;.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;.sass.embedded_protocol.Value.HostFunction host_function = 9;.sass.embedded_protocol.Value.HostFunction host_function = 9;.sass.embedded_protocol.Value.HslColor hsl_color = 4;.sass.embedded_protocol.Value.HslColor hsl_color = 4;.sass.embedded_protocol.Value.HwbColor hwb_color = 11;.sass.embedded_protocol.Value.HwbColor hwb_color = 11;getList().sass.embedded_protocol.Value.List list = 5;.sass.embedded_protocol.Value.List list = 5;getMap().sass.embedded_protocol.Value.Map map = 6;.sass.embedded_protocol.Value.Map map = 6;.sass.embedded_protocol.Value.Number number = 2;.sass.embedded_protocol.Value.Number number = 2;.sass.embedded_protocol.Value.RgbColor rgb_color = 3;.sass.embedded_protocol.Value.RgbColor rgb_color = 3;.sass.embedded_protocol.SingletonValue singleton = 7;int.sass.embedded_protocol.SingletonValue singleton = 7;.sass.embedded_protocol.Value.String string = 1;.sass.embedded_protocol.Value.String string = 1;boolean.sass.embedded_protocol.Value.ArgumentList argument_list = 10;boolean.sass.embedded_protocol.Value.Calculation calculation = 12;boolean.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;boolean.sass.embedded_protocol.Value.HostFunction host_function = 9;boolean.sass.embedded_protocol.Value.HslColor hsl_color = 4;boolean.sass.embedded_protocol.Value.HwbColor hwb_color = 11;booleanhasList().sass.embedded_protocol.Value.List list = 5;booleanhasMap().sass.embedded_protocol.Value.Map map = 6;boolean.sass.embedded_protocol.Value.Number number = 2;boolean.sass.embedded_protocol.Value.RgbColor rgb_color = 3;boolean.sass.embedded_protocol.SingletonValue singleton = 7;boolean.sass.embedded_protocol.Value.String string = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasString
boolean hasString().sass.embedded_protocol.Value.String string = 1;- Returns:
- Whether the string field is set.
-
getString
EmbeddedSass.Value.String getString().sass.embedded_protocol.Value.String string = 1;- Returns:
- The string.
-
getStringOrBuilder
EmbeddedSass.Value.StringOrBuilder getStringOrBuilder().sass.embedded_protocol.Value.String string = 1; -
hasNumber
boolean hasNumber().sass.embedded_protocol.Value.Number number = 2;- Returns:
- Whether the number field is set.
-
getNumber
EmbeddedSass.Value.Number getNumber().sass.embedded_protocol.Value.Number number = 2;- Returns:
- The number.
-
getNumberOrBuilder
EmbeddedSass.Value.NumberOrBuilder getNumberOrBuilder().sass.embedded_protocol.Value.Number number = 2; -
hasRgbColor
boolean hasRgbColor().sass.embedded_protocol.Value.RgbColor rgb_color = 3;- Returns:
- Whether the rgbColor field is set.
-
getRgbColor
EmbeddedSass.Value.RgbColor getRgbColor().sass.embedded_protocol.Value.RgbColor rgb_color = 3;- Returns:
- The rgbColor.
-
getRgbColorOrBuilder
EmbeddedSass.Value.RgbColorOrBuilder getRgbColorOrBuilder().sass.embedded_protocol.Value.RgbColor rgb_color = 3; -
hasHslColor
boolean hasHslColor().sass.embedded_protocol.Value.HslColor hsl_color = 4;- Returns:
- Whether the hslColor field is set.
-
getHslColor
EmbeddedSass.Value.HslColor getHslColor().sass.embedded_protocol.Value.HslColor hsl_color = 4;- Returns:
- The hslColor.
-
getHslColorOrBuilder
EmbeddedSass.Value.HslColorOrBuilder getHslColorOrBuilder().sass.embedded_protocol.Value.HslColor hsl_color = 4; -
hasList
boolean hasList().sass.embedded_protocol.Value.List list = 5;- Returns:
- Whether the list field is set.
-
getList
EmbeddedSass.Value.List getList().sass.embedded_protocol.Value.List list = 5;- Returns:
- The list.
-
getListOrBuilder
EmbeddedSass.Value.ListOrBuilder getListOrBuilder().sass.embedded_protocol.Value.List list = 5; -
hasMap
boolean hasMap().sass.embedded_protocol.Value.Map map = 6;- Returns:
- Whether the map field is set.
-
getMap
EmbeddedSass.Value.Map getMap().sass.embedded_protocol.Value.Map map = 6;- Returns:
- The map.
-
getMapOrBuilder
EmbeddedSass.Value.MapOrBuilder getMapOrBuilder().sass.embedded_protocol.Value.Map map = 6; -
hasSingleton
boolean hasSingleton().sass.embedded_protocol.SingletonValue singleton = 7;- Returns:
- Whether the singleton field is set.
-
getSingletonValue
int getSingletonValue().sass.embedded_protocol.SingletonValue singleton = 7;- Returns:
- The enum numeric value on the wire for singleton.
-
getSingleton
EmbeddedSass.SingletonValue getSingleton().sass.embedded_protocol.SingletonValue singleton = 7;- Returns:
- The singleton.
-
hasCompilerFunction
boolean hasCompilerFunction().sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;- Returns:
- Whether the compilerFunction field is set.
-
getCompilerFunction
EmbeddedSass.Value.CompilerFunction getCompilerFunction().sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;- Returns:
- The compilerFunction.
-
getCompilerFunctionOrBuilder
EmbeddedSass.Value.CompilerFunctionOrBuilder getCompilerFunctionOrBuilder().sass.embedded_protocol.Value.CompilerFunction compiler_function = 8; -
hasHostFunction
boolean hasHostFunction().sass.embedded_protocol.Value.HostFunction host_function = 9;- Returns:
- Whether the hostFunction field is set.
-
getHostFunction
EmbeddedSass.Value.HostFunction getHostFunction().sass.embedded_protocol.Value.HostFunction host_function = 9;- Returns:
- The hostFunction.
-
getHostFunctionOrBuilder
EmbeddedSass.Value.HostFunctionOrBuilder getHostFunctionOrBuilder().sass.embedded_protocol.Value.HostFunction host_function = 9; -
hasArgumentList
boolean hasArgumentList().sass.embedded_protocol.Value.ArgumentList argument_list = 10;- Returns:
- Whether the argumentList field is set.
-
getArgumentList
EmbeddedSass.Value.ArgumentList getArgumentList().sass.embedded_protocol.Value.ArgumentList argument_list = 10;- Returns:
- The argumentList.
-
getArgumentListOrBuilder
EmbeddedSass.Value.ArgumentListOrBuilder getArgumentListOrBuilder().sass.embedded_protocol.Value.ArgumentList argument_list = 10; -
hasHwbColor
boolean hasHwbColor().sass.embedded_protocol.Value.HwbColor hwb_color = 11;- Returns:
- Whether the hwbColor field is set.
-
getHwbColor
EmbeddedSass.Value.HwbColor getHwbColor().sass.embedded_protocol.Value.HwbColor hwb_color = 11;- Returns:
- The hwbColor.
-
getHwbColorOrBuilder
EmbeddedSass.Value.HwbColorOrBuilder getHwbColorOrBuilder().sass.embedded_protocol.Value.HwbColor hwb_color = 11; -
hasCalculation
boolean hasCalculation().sass.embedded_protocol.Value.Calculation calculation = 12;- Returns:
- Whether the calculation field is set.
-
getCalculation
EmbeddedSass.Value.Calculation getCalculation().sass.embedded_protocol.Value.Calculation calculation = 12;- Returns:
- The calculation.
-
getCalculationOrBuilder
EmbeddedSass.Value.CalculationOrBuilder getCalculationOrBuilder().sass.embedded_protocol.Value.Calculation calculation = 12; -
getValueCase
EmbeddedSass.Value.ValueCase getValueCase()
-