Package sass.embedded_protocol
Interface EmbeddedSass.ValueOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder
,MessageOrBuilder
- All Known Implementing Classes:
EmbeddedSass.Value
,EmbeddedSass.Value.Builder
- Enclosing class:
- EmbeddedSass
public static interface EmbeddedSass.ValueOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EmbeddedSass.Value.CompilerFunction
getCompilerFunction()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;
EmbeddedSass.Value.CompilerFunctionOrBuilder
getCompilerFunctionOrBuilder()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;
EmbeddedSass.Value.HostFunction
getHostFunction()
.sass.embedded_protocol.Value.HostFunction host_function = 9;
EmbeddedSass.Value.HostFunctionOrBuilder
getHostFunctionOrBuilder()
.sass.embedded_protocol.Value.HostFunction host_function = 9;
EmbeddedSass.Value.HslColor
getHslColor()
.sass.embedded_protocol.Value.HslColor hsl_color = 4;
EmbeddedSass.Value.HslColorOrBuilder
getHslColorOrBuilder()
.sass.embedded_protocol.Value.HslColor hsl_color = 4;
EmbeddedSass.Value.List
getList()
.sass.embedded_protocol.Value.List list = 5;
EmbeddedSass.Value.ListOrBuilder
getListOrBuilder()
.sass.embedded_protocol.Value.List list = 5;
EmbeddedSass.Value.Map
getMap()
.sass.embedded_protocol.Value.Map map = 6;
EmbeddedSass.Value.MapOrBuilder
getMapOrBuilder()
.sass.embedded_protocol.Value.Map map = 6;
EmbeddedSass.Value.Number
getNumber()
.sass.embedded_protocol.Value.Number number = 2;
EmbeddedSass.Value.NumberOrBuilder
getNumberOrBuilder()
.sass.embedded_protocol.Value.Number number = 2;
EmbeddedSass.Value.RgbColor
getRgbColor()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3;
EmbeddedSass.Value.RgbColorOrBuilder
getRgbColorOrBuilder()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3;
EmbeddedSass.Value.Singleton
getSingleton()
.sass.embedded_protocol.Value.Singleton singleton = 7;
int
getSingletonValue()
.sass.embedded_protocol.Value.Singleton singleton = 7;
EmbeddedSass.Value.String
getString()
.sass.embedded_protocol.Value.String string = 1;
EmbeddedSass.Value.StringOrBuilder
getStringOrBuilder()
.sass.embedded_protocol.Value.String string = 1;
EmbeddedSass.Value.ValueCase
getValueCase()
boolean
hasCompilerFunction()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;
boolean
hasHostFunction()
.sass.embedded_protocol.Value.HostFunction host_function = 9;
boolean
hasHslColor()
.sass.embedded_protocol.Value.HslColor hsl_color = 4;
boolean
hasList()
.sass.embedded_protocol.Value.List list = 5;
boolean
hasMap()
.sass.embedded_protocol.Value.Map map = 6;
boolean
hasNumber()
.sass.embedded_protocol.Value.Number number = 2;
boolean
hasRgbColor()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3;
boolean
hasSingleton()
.sass.embedded_protocol.Value.Singleton singleton = 7;
boolean
hasString()
.sass.embedded_protocol.Value.String string = 1;
-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.Value.Singleton singleton = 7;
- Returns:
- Whether the singleton field is set.
-
getSingletonValue
int getSingletonValue()
.sass.embedded_protocol.Value.Singleton singleton = 7;
- Returns:
- The enum numeric value on the wire for singleton.
-
getSingleton
EmbeddedSass.Value.Singleton getSingleton()
.sass.embedded_protocol.Value.Singleton 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;
-
getValueCase
EmbeddedSass.Value.ValueCase getValueCase()
-
-