public static final class Value.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder> implements ValueOrBuilder
A SassScript value, passed to and returned by functions.Protobuf type
sass.embedded_protocol.Value| Modifier and Type | Method and Description |
|---|---|
Value.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Value |
build() |
Value |
buildPartial() |
Value.Builder |
clear() |
Value.Builder |
clearArgumentList()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10; |
Value.Builder |
clearCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 12; |
Value.Builder |
clearCompilerFunction()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8; |
Value.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Value.Builder |
clearHostFunction()
.sass.embedded_protocol.Value.HostFunction host_function = 9; |
Value.Builder |
clearHslColor()
.sass.embedded_protocol.Value.HslColor hsl_color = 4; |
Value.Builder |
clearHwbColor()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11; |
Value.Builder |
clearList()
.sass.embedded_protocol.Value.List list = 5; |
Value.Builder |
clearMap()
.sass.embedded_protocol.Value.Map map = 6; |
Value.Builder |
clearNumber()
.sass.embedded_protocol.Value.Number number = 2; |
Value.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Value.Builder |
clearRgbColor()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3; |
Value.Builder |
clearSingleton()
.sass.embedded_protocol.SingletonValue singleton = 7; |
Value.Builder |
clearString()
.sass.embedded_protocol.Value.String string = 1; |
Value.Builder |
clearValue() |
Value.Builder |
clone() |
Value.ArgumentList |
getArgumentList()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10; |
Value.ArgumentList.Builder |
getArgumentListBuilder()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10; |
Value.ArgumentListOrBuilder |
getArgumentListOrBuilder()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10; |
Value.Calculation |
getCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 12; |
Value.Calculation.Builder |
getCalculationBuilder()
.sass.embedded_protocol.Value.Calculation calculation = 12; |
Value.CalculationOrBuilder |
getCalculationOrBuilder()
.sass.embedded_protocol.Value.Calculation calculation = 12; |
Value.CompilerFunction |
getCompilerFunction()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8; |
Value.CompilerFunction.Builder |
getCompilerFunctionBuilder()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8; |
Value.CompilerFunctionOrBuilder |
getCompilerFunctionOrBuilder()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8; |
Value |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Value.HostFunction |
getHostFunction()
.sass.embedded_protocol.Value.HostFunction host_function = 9; |
Value.HostFunction.Builder |
getHostFunctionBuilder()
.sass.embedded_protocol.Value.HostFunction host_function = 9; |
Value.HostFunctionOrBuilder |
getHostFunctionOrBuilder()
.sass.embedded_protocol.Value.HostFunction host_function = 9; |
Value.HslColor |
getHslColor()
.sass.embedded_protocol.Value.HslColor hsl_color = 4; |
Value.HslColor.Builder |
getHslColorBuilder()
.sass.embedded_protocol.Value.HslColor hsl_color = 4; |
Value.HslColorOrBuilder |
getHslColorOrBuilder()
.sass.embedded_protocol.Value.HslColor hsl_color = 4; |
Value.HwbColor |
getHwbColor()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11; |
Value.HwbColor.Builder |
getHwbColorBuilder()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11; |
Value.HwbColorOrBuilder |
getHwbColorOrBuilder()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11; |
Value.List |
getList()
.sass.embedded_protocol.Value.List list = 5; |
Value.List.Builder |
getListBuilder()
.sass.embedded_protocol.Value.List list = 5; |
Value.ListOrBuilder |
getListOrBuilder()
.sass.embedded_protocol.Value.List list = 5; |
Value.Map |
getMap()
.sass.embedded_protocol.Value.Map map = 6; |
Value.Map.Builder |
getMapBuilder()
.sass.embedded_protocol.Value.Map map = 6; |
Value.MapOrBuilder |
getMapOrBuilder()
.sass.embedded_protocol.Value.Map map = 6; |
Value.Number |
getNumber()
.sass.embedded_protocol.Value.Number number = 2; |
Value.Number.Builder |
getNumberBuilder()
.sass.embedded_protocol.Value.Number number = 2; |
Value.NumberOrBuilder |
getNumberOrBuilder()
.sass.embedded_protocol.Value.Number number = 2; |
Value.RgbColor |
getRgbColor()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3; |
Value.RgbColor.Builder |
getRgbColorBuilder()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3; |
Value.RgbColorOrBuilder |
getRgbColorOrBuilder()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3; |
SingletonValue |
getSingleton()
.sass.embedded_protocol.SingletonValue singleton = 7; |
int |
getSingletonValue()
.sass.embedded_protocol.SingletonValue singleton = 7; |
Value.String |
getString()
.sass.embedded_protocol.Value.String string = 1; |
Value.String.Builder |
getStringBuilder()
.sass.embedded_protocol.Value.String string = 1; |
Value.StringOrBuilder |
getStringOrBuilder()
.sass.embedded_protocol.Value.String string = 1; |
Value.ValueCase |
getValueCase() |
boolean |
hasArgumentList()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10; |
boolean |
hasCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 12; |
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 |
hasHwbColor()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11; |
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.SingletonValue singleton = 7; |
boolean |
hasString()
.sass.embedded_protocol.Value.String string = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Value.Builder |
mergeArgumentList(Value.ArgumentList value)
.sass.embedded_protocol.Value.ArgumentList argument_list = 10; |
Value.Builder |
mergeCalculation(Value.Calculation value)
.sass.embedded_protocol.Value.Calculation calculation = 12; |
Value.Builder |
mergeCompilerFunction(Value.CompilerFunction value)
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8; |
Value.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Value.Builder |
mergeFrom(com.google.protobuf.Message other) |
Value.Builder |
mergeFrom(Value other) |
Value.Builder |
mergeHostFunction(Value.HostFunction value)
.sass.embedded_protocol.Value.HostFunction host_function = 9; |
Value.Builder |
mergeHslColor(Value.HslColor value)
.sass.embedded_protocol.Value.HslColor hsl_color = 4; |
Value.Builder |
mergeHwbColor(Value.HwbColor value)
.sass.embedded_protocol.Value.HwbColor hwb_color = 11; |
Value.Builder |
mergeList(Value.List value)
.sass.embedded_protocol.Value.List list = 5; |
Value.Builder |
mergeMap(Value.Map value)
.sass.embedded_protocol.Value.Map map = 6; |
Value.Builder |
mergeNumber(Value.Number value)
.sass.embedded_protocol.Value.Number number = 2; |
Value.Builder |
mergeRgbColor(Value.RgbColor value)
.sass.embedded_protocol.Value.RgbColor rgb_color = 3; |
Value.Builder |
mergeString(Value.String value)
.sass.embedded_protocol.Value.String string = 1; |
Value.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Value.Builder |
setArgumentList(Value.ArgumentList.Builder builderForValue)
.sass.embedded_protocol.Value.ArgumentList argument_list = 10; |
Value.Builder |
setArgumentList(Value.ArgumentList value)
.sass.embedded_protocol.Value.ArgumentList argument_list = 10; |
Value.Builder |
setCalculation(Value.Calculation.Builder builderForValue)
.sass.embedded_protocol.Value.Calculation calculation = 12; |
Value.Builder |
setCalculation(Value.Calculation value)
.sass.embedded_protocol.Value.Calculation calculation = 12; |
Value.Builder |
setCompilerFunction(Value.CompilerFunction.Builder builderForValue)
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8; |
Value.Builder |
setCompilerFunction(Value.CompilerFunction value)
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8; |
Value.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Value.Builder |
setHostFunction(Value.HostFunction.Builder builderForValue)
.sass.embedded_protocol.Value.HostFunction host_function = 9; |
Value.Builder |
setHostFunction(Value.HostFunction value)
.sass.embedded_protocol.Value.HostFunction host_function = 9; |
Value.Builder |
setHslColor(Value.HslColor.Builder builderForValue)
.sass.embedded_protocol.Value.HslColor hsl_color = 4; |
Value.Builder |
setHslColor(Value.HslColor value)
.sass.embedded_protocol.Value.HslColor hsl_color = 4; |
Value.Builder |
setHwbColor(Value.HwbColor.Builder builderForValue)
.sass.embedded_protocol.Value.HwbColor hwb_color = 11; |
Value.Builder |
setHwbColor(Value.HwbColor value)
.sass.embedded_protocol.Value.HwbColor hwb_color = 11; |
Value.Builder |
setList(Value.List.Builder builderForValue)
.sass.embedded_protocol.Value.List list = 5; |
Value.Builder |
setList(Value.List value)
.sass.embedded_protocol.Value.List list = 5; |
Value.Builder |
setMap(Value.Map.Builder builderForValue)
.sass.embedded_protocol.Value.Map map = 6; |
Value.Builder |
setMap(Value.Map value)
.sass.embedded_protocol.Value.Map map = 6; |
Value.Builder |
setNumber(Value.Number.Builder builderForValue)
.sass.embedded_protocol.Value.Number number = 2; |
Value.Builder |
setNumber(Value.Number value)
.sass.embedded_protocol.Value.Number number = 2; |
Value.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Value.Builder |
setRgbColor(Value.RgbColor.Builder builderForValue)
.sass.embedded_protocol.Value.RgbColor rgb_color = 3; |
Value.Builder |
setRgbColor(Value.RgbColor value)
.sass.embedded_protocol.Value.RgbColor rgb_color = 3; |
Value.Builder |
setSingleton(SingletonValue value)
.sass.embedded_protocol.SingletonValue singleton = 7; |
Value.Builder |
setSingletonValue(int value)
.sass.embedded_protocol.SingletonValue singleton = 7; |
Value.Builder |
setString(Value.String.Builder builderForValue)
.sass.embedded_protocol.Value.String string = 1; |
Value.Builder |
setString(Value.String value)
.sass.embedded_protocol.Value.String string = 1; |
Value.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Value.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Value getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Value build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Value buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Value.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Value.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Value.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Value.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Value.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Value.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Value.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Value.Builder>public Value.Builder mergeFrom(Value other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Value.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Value.Builder>IOExceptionpublic Value.ValueCase getValueCase()
getValueCase in interface ValueOrBuilderpublic Value.Builder clearValue()
public boolean hasString()
.sass.embedded_protocol.Value.String string = 1;hasString in interface ValueOrBuilderpublic Value.String getString()
.sass.embedded_protocol.Value.String string = 1;getString in interface ValueOrBuilderpublic Value.Builder setString(Value.String value)
.sass.embedded_protocol.Value.String string = 1;public Value.Builder setString(Value.String.Builder builderForValue)
.sass.embedded_protocol.Value.String string = 1;public Value.Builder mergeString(Value.String value)
.sass.embedded_protocol.Value.String string = 1;public Value.Builder clearString()
.sass.embedded_protocol.Value.String string = 1;public Value.String.Builder getStringBuilder()
.sass.embedded_protocol.Value.String string = 1;public Value.StringOrBuilder getStringOrBuilder()
.sass.embedded_protocol.Value.String string = 1;getStringOrBuilder in interface ValueOrBuilderpublic boolean hasNumber()
.sass.embedded_protocol.Value.Number number = 2;hasNumber in interface ValueOrBuilderpublic Value.Number getNumber()
.sass.embedded_protocol.Value.Number number = 2;getNumber in interface ValueOrBuilderpublic Value.Builder setNumber(Value.Number value)
.sass.embedded_protocol.Value.Number number = 2;public Value.Builder setNumber(Value.Number.Builder builderForValue)
.sass.embedded_protocol.Value.Number number = 2;public Value.Builder mergeNumber(Value.Number value)
.sass.embedded_protocol.Value.Number number = 2;public Value.Builder clearNumber()
.sass.embedded_protocol.Value.Number number = 2;public Value.Number.Builder getNumberBuilder()
.sass.embedded_protocol.Value.Number number = 2;public Value.NumberOrBuilder getNumberOrBuilder()
.sass.embedded_protocol.Value.Number number = 2;getNumberOrBuilder in interface ValueOrBuilderpublic boolean hasRgbColor()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3;hasRgbColor in interface ValueOrBuilderpublic Value.RgbColor getRgbColor()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3;getRgbColor in interface ValueOrBuilderpublic Value.Builder setRgbColor(Value.RgbColor value)
.sass.embedded_protocol.Value.RgbColor rgb_color = 3;public Value.Builder setRgbColor(Value.RgbColor.Builder builderForValue)
.sass.embedded_protocol.Value.RgbColor rgb_color = 3;public Value.Builder mergeRgbColor(Value.RgbColor value)
.sass.embedded_protocol.Value.RgbColor rgb_color = 3;public Value.Builder clearRgbColor()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3;public Value.RgbColor.Builder getRgbColorBuilder()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3;public Value.RgbColorOrBuilder getRgbColorOrBuilder()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3;getRgbColorOrBuilder in interface ValueOrBuilderpublic boolean hasHslColor()
.sass.embedded_protocol.Value.HslColor hsl_color = 4;hasHslColor in interface ValueOrBuilderpublic Value.HslColor getHslColor()
.sass.embedded_protocol.Value.HslColor hsl_color = 4;getHslColor in interface ValueOrBuilderpublic Value.Builder setHslColor(Value.HslColor value)
.sass.embedded_protocol.Value.HslColor hsl_color = 4;public Value.Builder setHslColor(Value.HslColor.Builder builderForValue)
.sass.embedded_protocol.Value.HslColor hsl_color = 4;public Value.Builder mergeHslColor(Value.HslColor value)
.sass.embedded_protocol.Value.HslColor hsl_color = 4;public Value.Builder clearHslColor()
.sass.embedded_protocol.Value.HslColor hsl_color = 4;public Value.HslColor.Builder getHslColorBuilder()
.sass.embedded_protocol.Value.HslColor hsl_color = 4;public Value.HslColorOrBuilder getHslColorOrBuilder()
.sass.embedded_protocol.Value.HslColor hsl_color = 4;getHslColorOrBuilder in interface ValueOrBuilderpublic boolean hasList()
.sass.embedded_protocol.Value.List list = 5;hasList in interface ValueOrBuilderpublic Value.List getList()
.sass.embedded_protocol.Value.List list = 5;getList in interface ValueOrBuilderpublic Value.Builder setList(Value.List value)
.sass.embedded_protocol.Value.List list = 5;public Value.Builder setList(Value.List.Builder builderForValue)
.sass.embedded_protocol.Value.List list = 5;public Value.Builder mergeList(Value.List value)
.sass.embedded_protocol.Value.List list = 5;public Value.Builder clearList()
.sass.embedded_protocol.Value.List list = 5;public Value.List.Builder getListBuilder()
.sass.embedded_protocol.Value.List list = 5;public Value.ListOrBuilder getListOrBuilder()
.sass.embedded_protocol.Value.List list = 5;getListOrBuilder in interface ValueOrBuilderpublic boolean hasMap()
.sass.embedded_protocol.Value.Map map = 6;hasMap in interface ValueOrBuilderpublic Value.Map getMap()
.sass.embedded_protocol.Value.Map map = 6;getMap in interface ValueOrBuilderpublic Value.Builder setMap(Value.Map value)
.sass.embedded_protocol.Value.Map map = 6;public Value.Builder setMap(Value.Map.Builder builderForValue)
.sass.embedded_protocol.Value.Map map = 6;public Value.Builder mergeMap(Value.Map value)
.sass.embedded_protocol.Value.Map map = 6;public Value.Builder clearMap()
.sass.embedded_protocol.Value.Map map = 6;public Value.Map.Builder getMapBuilder()
.sass.embedded_protocol.Value.Map map = 6;public Value.MapOrBuilder getMapOrBuilder()
.sass.embedded_protocol.Value.Map map = 6;getMapOrBuilder in interface ValueOrBuilderpublic boolean hasSingleton()
.sass.embedded_protocol.SingletonValue singleton = 7;hasSingleton in interface ValueOrBuilderpublic int getSingletonValue()
.sass.embedded_protocol.SingletonValue singleton = 7;getSingletonValue in interface ValueOrBuilderpublic Value.Builder setSingletonValue(int value)
.sass.embedded_protocol.SingletonValue singleton = 7;value - The enum numeric value on the wire for singleton to set.public SingletonValue getSingleton()
.sass.embedded_protocol.SingletonValue singleton = 7;getSingleton in interface ValueOrBuilderpublic Value.Builder setSingleton(SingletonValue value)
.sass.embedded_protocol.SingletonValue singleton = 7;value - The singleton to set.public Value.Builder clearSingleton()
.sass.embedded_protocol.SingletonValue singleton = 7;public boolean hasCompilerFunction()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;hasCompilerFunction in interface ValueOrBuilderpublic Value.CompilerFunction getCompilerFunction()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;getCompilerFunction in interface ValueOrBuilderpublic Value.Builder setCompilerFunction(Value.CompilerFunction value)
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;public Value.Builder setCompilerFunction(Value.CompilerFunction.Builder builderForValue)
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;public Value.Builder mergeCompilerFunction(Value.CompilerFunction value)
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;public Value.Builder clearCompilerFunction()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;public Value.CompilerFunction.Builder getCompilerFunctionBuilder()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;public Value.CompilerFunctionOrBuilder getCompilerFunctionOrBuilder()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;getCompilerFunctionOrBuilder in interface ValueOrBuilderpublic boolean hasHostFunction()
.sass.embedded_protocol.Value.HostFunction host_function = 9;hasHostFunction in interface ValueOrBuilderpublic Value.HostFunction getHostFunction()
.sass.embedded_protocol.Value.HostFunction host_function = 9;getHostFunction in interface ValueOrBuilderpublic Value.Builder setHostFunction(Value.HostFunction value)
.sass.embedded_protocol.Value.HostFunction host_function = 9;public Value.Builder setHostFunction(Value.HostFunction.Builder builderForValue)
.sass.embedded_protocol.Value.HostFunction host_function = 9;public Value.Builder mergeHostFunction(Value.HostFunction value)
.sass.embedded_protocol.Value.HostFunction host_function = 9;public Value.Builder clearHostFunction()
.sass.embedded_protocol.Value.HostFunction host_function = 9;public Value.HostFunction.Builder getHostFunctionBuilder()
.sass.embedded_protocol.Value.HostFunction host_function = 9;public Value.HostFunctionOrBuilder getHostFunctionOrBuilder()
.sass.embedded_protocol.Value.HostFunction host_function = 9;getHostFunctionOrBuilder in interface ValueOrBuilderpublic boolean hasArgumentList()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10;hasArgumentList in interface ValueOrBuilderpublic Value.ArgumentList getArgumentList()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10;getArgumentList in interface ValueOrBuilderpublic Value.Builder setArgumentList(Value.ArgumentList value)
.sass.embedded_protocol.Value.ArgumentList argument_list = 10;public Value.Builder setArgumentList(Value.ArgumentList.Builder builderForValue)
.sass.embedded_protocol.Value.ArgumentList argument_list = 10;public Value.Builder mergeArgumentList(Value.ArgumentList value)
.sass.embedded_protocol.Value.ArgumentList argument_list = 10;public Value.Builder clearArgumentList()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10;public Value.ArgumentList.Builder getArgumentListBuilder()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10;public Value.ArgumentListOrBuilder getArgumentListOrBuilder()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10;getArgumentListOrBuilder in interface ValueOrBuilderpublic boolean hasHwbColor()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11;hasHwbColor in interface ValueOrBuilderpublic Value.HwbColor getHwbColor()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11;getHwbColor in interface ValueOrBuilderpublic Value.Builder setHwbColor(Value.HwbColor value)
.sass.embedded_protocol.Value.HwbColor hwb_color = 11;public Value.Builder setHwbColor(Value.HwbColor.Builder builderForValue)
.sass.embedded_protocol.Value.HwbColor hwb_color = 11;public Value.Builder mergeHwbColor(Value.HwbColor value)
.sass.embedded_protocol.Value.HwbColor hwb_color = 11;public Value.Builder clearHwbColor()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11;public Value.HwbColor.Builder getHwbColorBuilder()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11;public Value.HwbColorOrBuilder getHwbColorOrBuilder()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11;getHwbColorOrBuilder in interface ValueOrBuilderpublic boolean hasCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 12;hasCalculation in interface ValueOrBuilderpublic Value.Calculation getCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 12;getCalculation in interface ValueOrBuilderpublic Value.Builder setCalculation(Value.Calculation value)
.sass.embedded_protocol.Value.Calculation calculation = 12;public Value.Builder setCalculation(Value.Calculation.Builder builderForValue)
.sass.embedded_protocol.Value.Calculation calculation = 12;public Value.Builder mergeCalculation(Value.Calculation value)
.sass.embedded_protocol.Value.Calculation calculation = 12;public Value.Builder clearCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 12;public Value.Calculation.Builder getCalculationBuilder()
.sass.embedded_protocol.Value.Calculation calculation = 12;public Value.CalculationOrBuilder getCalculationOrBuilder()
.sass.embedded_protocol.Value.Calculation calculation = 12;getCalculationOrBuilder in interface ValueOrBuilderpublic final Value.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public final Value.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>