public static final class Value.Builder extends com.google.protobuf.GeneratedMessage.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 |
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 |
clearColor()
.sass.embedded_protocol.Value.Color color = 14; |
Value.Builder |
clearCompilerFunction()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8; |
Value.Builder |
clearCompilerMixin()
.sass.embedded_protocol.Value.CompilerMixin compiler_mixin = 13; |
Value.Builder |
clearHostFunction()
.sass.embedded_protocol.Value.HostFunction host_function = 9; |
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 |
clearSingleton()
.sass.embedded_protocol.SingletonValue singleton = 7; |
Value.Builder |
clearString()
.sass.embedded_protocol.Value.String string = 1; |
Value.Builder |
clearValue() |
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.Color |
getColor()
.sass.embedded_protocol.Value.Color color = 14; |
Value.Color.Builder |
getColorBuilder()
.sass.embedded_protocol.Value.Color color = 14; |
Value.ColorOrBuilder |
getColorOrBuilder()
.sass.embedded_protocol.Value.Color color = 14; |
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.CompilerMixin |
getCompilerMixin()
.sass.embedded_protocol.Value.CompilerMixin compiler_mixin = 13; |
Value.CompilerMixin.Builder |
getCompilerMixinBuilder()
.sass.embedded_protocol.Value.CompilerMixin compiler_mixin = 13; |
Value.CompilerMixinOrBuilder |
getCompilerMixinOrBuilder()
.sass.embedded_protocol.Value.CompilerMixin compiler_mixin = 13; |
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.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; |
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 |
hasColor()
.sass.embedded_protocol.Value.Color color = 14; |
boolean |
hasCompilerFunction()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8; |
boolean |
hasCompilerMixin()
.sass.embedded_protocol.Value.CompilerMixin compiler_mixin = 13; |
boolean |
hasHostFunction()
.sass.embedded_protocol.Value.HostFunction host_function = 9; |
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 |
hasSingleton()
.sass.embedded_protocol.SingletonValue singleton = 7; |
boolean |
hasString()
.sass.embedded_protocol.Value.String string = 1; |
protected com.google.protobuf.GeneratedMessage.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 |
mergeColor(Value.Color value)
.sass.embedded_protocol.Value.Color color = 14; |
Value.Builder |
mergeCompilerFunction(Value.CompilerFunction value)
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8; |
Value.Builder |
mergeCompilerMixin(Value.CompilerMixin value)
.sass.embedded_protocol.Value.CompilerMixin compiler_mixin = 13; |
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 |
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 |
mergeString(Value.String value)
.sass.embedded_protocol.Value.String string = 1; |
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 |
setColor(Value.Color.Builder builderForValue)
.sass.embedded_protocol.Value.Color color = 14; |
Value.Builder |
setColor(Value.Color value)
.sass.embedded_protocol.Value.Color color = 14; |
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 |
setCompilerMixin(Value.CompilerMixin.Builder builderForValue)
.sass.embedded_protocol.Value.CompilerMixin compiler_mixin = 13; |
Value.Builder |
setCompilerMixin(Value.CompilerMixin value)
.sass.embedded_protocol.Value.CompilerMixin compiler_mixin = 13; |
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 |
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 |
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; |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, 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.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.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.GeneratedMessage.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.GeneratedMessage.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 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.GeneratedMessage.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 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 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 boolean hasCompilerMixin()
.sass.embedded_protocol.Value.CompilerMixin compiler_mixin = 13;
hasCompilerMixin
in interface ValueOrBuilder
public Value.CompilerMixin getCompilerMixin()
.sass.embedded_protocol.Value.CompilerMixin compiler_mixin = 13;
getCompilerMixin
in interface ValueOrBuilder
public Value.Builder setCompilerMixin(Value.CompilerMixin value)
.sass.embedded_protocol.Value.CompilerMixin compiler_mixin = 13;
public Value.Builder setCompilerMixin(Value.CompilerMixin.Builder builderForValue)
.sass.embedded_protocol.Value.CompilerMixin compiler_mixin = 13;
public Value.Builder mergeCompilerMixin(Value.CompilerMixin value)
.sass.embedded_protocol.Value.CompilerMixin compiler_mixin = 13;
public Value.Builder clearCompilerMixin()
.sass.embedded_protocol.Value.CompilerMixin compiler_mixin = 13;
public Value.CompilerMixin.Builder getCompilerMixinBuilder()
.sass.embedded_protocol.Value.CompilerMixin compiler_mixin = 13;
public Value.CompilerMixinOrBuilder getCompilerMixinOrBuilder()
.sass.embedded_protocol.Value.CompilerMixin compiler_mixin = 13;
getCompilerMixinOrBuilder
in interface ValueOrBuilder
public boolean hasColor()
.sass.embedded_protocol.Value.Color color = 14;
hasColor
in interface ValueOrBuilder
public Value.Color getColor()
.sass.embedded_protocol.Value.Color color = 14;
getColor
in interface ValueOrBuilder
public Value.Builder setColor(Value.Color value)
.sass.embedded_protocol.Value.Color color = 14;
public Value.Builder setColor(Value.Color.Builder builderForValue)
.sass.embedded_protocol.Value.Color color = 14;
public Value.Builder mergeColor(Value.Color value)
.sass.embedded_protocol.Value.Color color = 14;
public Value.Builder clearColor()
.sass.embedded_protocol.Value.Color color = 14;
public Value.Color.Builder getColorBuilder()
.sass.embedded_protocol.Value.Color color = 14;
public Value.ColorOrBuilder getColorOrBuilder()
.sass.embedded_protocol.Value.Color color = 14;
getColorOrBuilder
in interface ValueOrBuilder