public static final class Value.Calculation.CalculationValue.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Value.Calculation.CalculationValue.Builder> implements Value.Calculation.CalculationValueOrBuilder
A single component of a calculation expression.Protobuf type
sass.embedded_protocol.Value.Calculation.CalculationValue| Modifier and Type | Method and Description |
|---|---|
Value.Calculation.CalculationValue.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Value.Calculation.CalculationValue |
build() |
Value.Calculation.CalculationValue |
buildPartial() |
Value.Calculation.CalculationValue.Builder |
clear() |
Value.Calculation.CalculationValue.Builder |
clearCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 5; |
Value.Calculation.CalculationValue.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Value.Calculation.CalculationValue.Builder |
clearInterpolation()
An unquoted string as created by interpolation for
backwards-compatibility with older Sass syntax.
|
Value.Calculation.CalculationValue.Builder |
clearNumber()
.sass.embedded_protocol.Value.Number number = 1; |
Value.Calculation.CalculationValue.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Value.Calculation.CalculationValue.Builder |
clearOperation()
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4; |
Value.Calculation.CalculationValue.Builder |
clearString()
An unquoted string, as from a function like `var()` or `env()`.
|
Value.Calculation.CalculationValue.Builder |
clearValue() |
Value.Calculation.CalculationValue.Builder |
clone() |
Value.Calculation |
getCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 5; |
Value.Calculation.Builder |
getCalculationBuilder()
.sass.embedded_protocol.Value.Calculation calculation = 5; |
Value.CalculationOrBuilder |
getCalculationOrBuilder()
.sass.embedded_protocol.Value.Calculation calculation = 5; |
Value.Calculation.CalculationValue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getInterpolation()
An unquoted string as created by interpolation for
backwards-compatibility with older Sass syntax.
|
com.google.protobuf.ByteString |
getInterpolationBytes()
An unquoted string as created by interpolation for
backwards-compatibility with older Sass syntax.
|
Value.Number |
getNumber()
.sass.embedded_protocol.Value.Number number = 1; |
Value.Number.Builder |
getNumberBuilder()
.sass.embedded_protocol.Value.Number number = 1; |
Value.NumberOrBuilder |
getNumberOrBuilder()
.sass.embedded_protocol.Value.Number number = 1; |
Value.Calculation.CalculationOperation |
getOperation()
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4; |
Value.Calculation.CalculationOperation.Builder |
getOperationBuilder()
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4; |
Value.Calculation.CalculationOperationOrBuilder |
getOperationOrBuilder()
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4; |
String |
getString()
An unquoted string, as from a function like `var()` or `env()`.
|
com.google.protobuf.ByteString |
getStringBytes()
An unquoted string, as from a function like `var()` or `env()`.
|
Value.Calculation.CalculationValue.ValueCase |
getValueCase() |
boolean |
hasCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 5; |
boolean |
hasInterpolation()
An unquoted string as created by interpolation for
backwards-compatibility with older Sass syntax.
|
boolean |
hasNumber()
.sass.embedded_protocol.Value.Number number = 1; |
boolean |
hasOperation()
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4; |
boolean |
hasString()
An unquoted string, as from a function like `var()` or `env()`.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Value.Calculation.CalculationValue.Builder |
mergeCalculation(Value.Calculation value)
.sass.embedded_protocol.Value.Calculation calculation = 5; |
Value.Calculation.CalculationValue.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Value.Calculation.CalculationValue.Builder |
mergeFrom(com.google.protobuf.Message other) |
Value.Calculation.CalculationValue.Builder |
mergeFrom(Value.Calculation.CalculationValue other) |
Value.Calculation.CalculationValue.Builder |
mergeNumber(Value.Number value)
.sass.embedded_protocol.Value.Number number = 1; |
Value.Calculation.CalculationValue.Builder |
mergeOperation(Value.Calculation.CalculationOperation value)
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4; |
Value.Calculation.CalculationValue.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Value.Calculation.CalculationValue.Builder |
setCalculation(Value.Calculation.Builder builderForValue)
.sass.embedded_protocol.Value.Calculation calculation = 5; |
Value.Calculation.CalculationValue.Builder |
setCalculation(Value.Calculation value)
.sass.embedded_protocol.Value.Calculation calculation = 5; |
Value.Calculation.CalculationValue.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Value.Calculation.CalculationValue.Builder |
setInterpolation(String value)
An unquoted string as created by interpolation for
backwards-compatibility with older Sass syntax.
|
Value.Calculation.CalculationValue.Builder |
setInterpolationBytes(com.google.protobuf.ByteString value)
An unquoted string as created by interpolation for
backwards-compatibility with older Sass syntax.
|
Value.Calculation.CalculationValue.Builder |
setNumber(Value.Number.Builder builderForValue)
.sass.embedded_protocol.Value.Number number = 1; |
Value.Calculation.CalculationValue.Builder |
setNumber(Value.Number value)
.sass.embedded_protocol.Value.Number number = 1; |
Value.Calculation.CalculationValue.Builder |
setOperation(Value.Calculation.CalculationOperation.Builder builderForValue)
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4; |
Value.Calculation.CalculationValue.Builder |
setOperation(Value.Calculation.CalculationOperation value)
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4; |
Value.Calculation.CalculationValue.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Value.Calculation.CalculationValue.Builder |
setString(String value)
An unquoted string, as from a function like `var()` or `env()`.
|
Value.Calculation.CalculationValue.Builder |
setStringBytes(com.google.protobuf.ByteString value)
An unquoted string, as from a function like `var()` or `env()`.
|
Value.Calculation.CalculationValue.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.Calculation.CalculationValue.Builder>public Value.Calculation.CalculationValue.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.Calculation.CalculationValue.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.Calculation.CalculationValue.Builder>public Value.Calculation.CalculationValue getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Value.Calculation.CalculationValue build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Value.Calculation.CalculationValue buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Value.Calculation.CalculationValue.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.Calculation.CalculationValue.Builder>public Value.Calculation.CalculationValue.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.Calculation.CalculationValue.Builder>public Value.Calculation.CalculationValue.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Calculation.CalculationValue.Builder>public Value.Calculation.CalculationValue.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Calculation.CalculationValue.Builder>public Value.Calculation.CalculationValue.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.Calculation.CalculationValue.Builder>public Value.Calculation.CalculationValue.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.Calculation.CalculationValue.Builder>public Value.Calculation.CalculationValue.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Value.Calculation.CalculationValue.Builder>public Value.Calculation.CalculationValue.Builder mergeFrom(Value.Calculation.CalculationValue other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Calculation.CalculationValue.Builder>public Value.Calculation.CalculationValue.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.Calculation.CalculationValue.Builder>IOExceptionpublic Value.Calculation.CalculationValue.ValueCase getValueCase()
getValueCase in interface Value.Calculation.CalculationValueOrBuilderpublic Value.Calculation.CalculationValue.Builder clearValue()
public boolean hasNumber()
.sass.embedded_protocol.Value.Number number = 1;hasNumber in interface Value.Calculation.CalculationValueOrBuilderpublic Value.Number getNumber()
.sass.embedded_protocol.Value.Number number = 1;getNumber in interface Value.Calculation.CalculationValueOrBuilderpublic Value.Calculation.CalculationValue.Builder setNumber(Value.Number value)
.sass.embedded_protocol.Value.Number number = 1;public Value.Calculation.CalculationValue.Builder setNumber(Value.Number.Builder builderForValue)
.sass.embedded_protocol.Value.Number number = 1;public Value.Calculation.CalculationValue.Builder mergeNumber(Value.Number value)
.sass.embedded_protocol.Value.Number number = 1;public Value.Calculation.CalculationValue.Builder clearNumber()
.sass.embedded_protocol.Value.Number number = 1;public Value.Number.Builder getNumberBuilder()
.sass.embedded_protocol.Value.Number number = 1;public Value.NumberOrBuilder getNumberOrBuilder()
.sass.embedded_protocol.Value.Number number = 1;getNumberOrBuilder in interface Value.Calculation.CalculationValueOrBuilderpublic boolean hasString()
An unquoted string, as from a function like `var()` or `env()`.
string string = 2;hasString in interface Value.Calculation.CalculationValueOrBuilderpublic String getString()
An unquoted string, as from a function like `var()` or `env()`.
string string = 2;getString in interface Value.Calculation.CalculationValueOrBuilderpublic com.google.protobuf.ByteString getStringBytes()
An unquoted string, as from a function like `var()` or `env()`.
string string = 2;getStringBytes in interface Value.Calculation.CalculationValueOrBuilderpublic Value.Calculation.CalculationValue.Builder setString(String value)
An unquoted string, as from a function like `var()` or `env()`.
string string = 2;value - The string to set.public Value.Calculation.CalculationValue.Builder clearString()
An unquoted string, as from a function like `var()` or `env()`.
string string = 2;public Value.Calculation.CalculationValue.Builder setStringBytes(com.google.protobuf.ByteString value)
An unquoted string, as from a function like `var()` or `env()`.
string string = 2;value - The bytes for string to set.public boolean hasInterpolation()
An unquoted string as created by interpolation for backwards-compatibility with older Sass syntax.
string interpolation = 3;hasInterpolation in interface Value.Calculation.CalculationValueOrBuilderpublic String getInterpolation()
An unquoted string as created by interpolation for backwards-compatibility with older Sass syntax.
string interpolation = 3;getInterpolation in interface Value.Calculation.CalculationValueOrBuilderpublic com.google.protobuf.ByteString getInterpolationBytes()
An unquoted string as created by interpolation for backwards-compatibility with older Sass syntax.
string interpolation = 3;getInterpolationBytes in interface Value.Calculation.CalculationValueOrBuilderpublic Value.Calculation.CalculationValue.Builder setInterpolation(String value)
An unquoted string as created by interpolation for backwards-compatibility with older Sass syntax.
string interpolation = 3;value - The interpolation to set.public Value.Calculation.CalculationValue.Builder clearInterpolation()
An unquoted string as created by interpolation for backwards-compatibility with older Sass syntax.
string interpolation = 3;public Value.Calculation.CalculationValue.Builder setInterpolationBytes(com.google.protobuf.ByteString value)
An unquoted string as created by interpolation for backwards-compatibility with older Sass syntax.
string interpolation = 3;value - The bytes for interpolation to set.public boolean hasOperation()
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4;hasOperation in interface Value.Calculation.CalculationValueOrBuilderpublic Value.Calculation.CalculationOperation getOperation()
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4;getOperation in interface Value.Calculation.CalculationValueOrBuilderpublic Value.Calculation.CalculationValue.Builder setOperation(Value.Calculation.CalculationOperation value)
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4;public Value.Calculation.CalculationValue.Builder setOperation(Value.Calculation.CalculationOperation.Builder builderForValue)
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4;public Value.Calculation.CalculationValue.Builder mergeOperation(Value.Calculation.CalculationOperation value)
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4;public Value.Calculation.CalculationValue.Builder clearOperation()
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4;public Value.Calculation.CalculationOperation.Builder getOperationBuilder()
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4;public Value.Calculation.CalculationOperationOrBuilder getOperationOrBuilder()
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4;getOperationOrBuilder in interface Value.Calculation.CalculationValueOrBuilderpublic boolean hasCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 5;hasCalculation in interface Value.Calculation.CalculationValueOrBuilderpublic Value.Calculation getCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 5;getCalculation in interface Value.Calculation.CalculationValueOrBuilderpublic Value.Calculation.CalculationValue.Builder setCalculation(Value.Calculation value)
.sass.embedded_protocol.Value.Calculation calculation = 5;public Value.Calculation.CalculationValue.Builder setCalculation(Value.Calculation.Builder builderForValue)
.sass.embedded_protocol.Value.Calculation calculation = 5;public Value.Calculation.CalculationValue.Builder mergeCalculation(Value.Calculation value)
.sass.embedded_protocol.Value.Calculation calculation = 5;public Value.Calculation.CalculationValue.Builder clearCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 5;public Value.Calculation.Builder getCalculationBuilder()
.sass.embedded_protocol.Value.Calculation calculation = 5;public Value.CalculationOrBuilder getCalculationOrBuilder()
.sass.embedded_protocol.Value.Calculation calculation = 5;getCalculationOrBuilder in interface Value.Calculation.CalculationValueOrBuilderpublic final Value.Calculation.CalculationValue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Calculation.CalculationValue.Builder>public final Value.Calculation.CalculationValue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Calculation.CalculationValue.Builder>