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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
public Value getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Value build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Value buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Value.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
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.Builder
setField
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.Builder
clearField
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.Builder
clearOneof
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.Builder
setRepeatedField
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.Builder
addRepeatedField
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.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Value.Builder>
IOException
public Value.ValueCase getValueCase()
getValueCase
in interface ValueOrBuilder
public Value.Builder clearValue()
public boolean hasString()
.sass.embedded_protocol.Value.String string = 1;
hasString
in interface ValueOrBuilder
public Value.String getString()
.sass.embedded_protocol.Value.String string = 1;
getString
in interface ValueOrBuilder
public 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 ValueOrBuilder
public boolean hasNumber()
.sass.embedded_protocol.Value.Number number = 2;
hasNumber
in interface ValueOrBuilder
public Value.Number getNumber()
.sass.embedded_protocol.Value.Number number = 2;
getNumber
in interface ValueOrBuilder
public 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 ValueOrBuilder
public boolean hasRgbColor()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3;
hasRgbColor
in interface ValueOrBuilder
public Value.RgbColor getRgbColor()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3;
getRgbColor
in interface ValueOrBuilder
public 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 ValueOrBuilder
public boolean hasHslColor()
.sass.embedded_protocol.Value.HslColor hsl_color = 4;
hasHslColor
in interface ValueOrBuilder
public Value.HslColor getHslColor()
.sass.embedded_protocol.Value.HslColor hsl_color = 4;
getHslColor
in interface ValueOrBuilder
public 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 ValueOrBuilder
public boolean hasList()
.sass.embedded_protocol.Value.List list = 5;
hasList
in interface ValueOrBuilder
public Value.List getList()
.sass.embedded_protocol.Value.List list = 5;
getList
in interface ValueOrBuilder
public 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 ValueOrBuilder
public boolean hasMap()
.sass.embedded_protocol.Value.Map map = 6;
hasMap
in interface ValueOrBuilder
public Value.Map getMap()
.sass.embedded_protocol.Value.Map map = 6;
getMap
in interface ValueOrBuilder
public 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 ValueOrBuilder
public boolean hasSingleton()
.sass.embedded_protocol.SingletonValue singleton = 7;
hasSingleton
in interface ValueOrBuilder
public int getSingletonValue()
.sass.embedded_protocol.SingletonValue singleton = 7;
getSingletonValue
in interface ValueOrBuilder
public 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 ValueOrBuilder
public 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 ValueOrBuilder
public Value.CompilerFunction getCompilerFunction()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;
getCompilerFunction
in interface ValueOrBuilder
public 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 ValueOrBuilder
public boolean hasHostFunction()
.sass.embedded_protocol.Value.HostFunction host_function = 9;
hasHostFunction
in interface ValueOrBuilder
public Value.HostFunction getHostFunction()
.sass.embedded_protocol.Value.HostFunction host_function = 9;
getHostFunction
in interface ValueOrBuilder
public 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 ValueOrBuilder
public boolean hasArgumentList()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10;
hasArgumentList
in interface ValueOrBuilder
public Value.ArgumentList getArgumentList()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10;
getArgumentList
in interface ValueOrBuilder
public 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 ValueOrBuilder
public boolean hasHwbColor()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11;
hasHwbColor
in interface ValueOrBuilder
public Value.HwbColor getHwbColor()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11;
getHwbColor
in interface ValueOrBuilder
public 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 ValueOrBuilder
public boolean hasCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 12;
hasCalculation
in interface ValueOrBuilder
public Value.Calculation getCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 12;
getCalculation
in interface ValueOrBuilder
public 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 ValueOrBuilder
public final Value.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
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.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>