public static final class EmbeddedSass.Value.Calculation.CalculationValue.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.Value.Calculation.CalculationValue.Builder> implements EmbeddedSass.Value.Calculation.CalculationValueOrBuilder
A single component of a calculation expression.Protobuf type
sass.embedded_protocol.Value.Calculation.CalculationValue| Modifier and Type | Method and Description |
|---|---|
EmbeddedSass.Value.Calculation.CalculationValue |
build() |
EmbeddedSass.Value.Calculation.CalculationValue |
buildPartial() |
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
clear() |
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
clearCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 5; |
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
clearInterpolation()
An unquoted string as created by interpolation for
backwards-compatibility with older Sass syntax.
|
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
clearNumber()
.sass.embedded_protocol.Value.Number number = 1; |
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
clearOperation()
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4; |
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
clearString()
An unquoted string, as from a function like `var()` or `env()`.
|
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
clearValue() |
EmbeddedSass.Value.Calculation |
getCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 5; |
EmbeddedSass.Value.Calculation.Builder |
getCalculationBuilder()
.sass.embedded_protocol.Value.Calculation calculation = 5; |
EmbeddedSass.Value.CalculationOrBuilder |
getCalculationOrBuilder()
.sass.embedded_protocol.Value.Calculation calculation = 5; |
EmbeddedSass.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.
|
EmbeddedSass.Value.Number |
getNumber()
.sass.embedded_protocol.Value.Number number = 1; |
EmbeddedSass.Value.Number.Builder |
getNumberBuilder()
.sass.embedded_protocol.Value.Number number = 1; |
EmbeddedSass.Value.NumberOrBuilder |
getNumberOrBuilder()
.sass.embedded_protocol.Value.Number number = 1; |
EmbeddedSass.Value.Calculation.CalculationOperation |
getOperation()
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4; |
EmbeddedSass.Value.Calculation.CalculationOperation.Builder |
getOperationBuilder()
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4; |
EmbeddedSass.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()`.
|
EmbeddedSass.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() |
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
mergeCalculation(EmbeddedSass.Value.Calculation value)
.sass.embedded_protocol.Value.Calculation calculation = 5; |
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
mergeFrom(EmbeddedSass.Value.Calculation.CalculationValue other) |
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
mergeFrom(com.google.protobuf.Message other) |
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
mergeNumber(EmbeddedSass.Value.Number value)
.sass.embedded_protocol.Value.Number number = 1; |
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
mergeOperation(EmbeddedSass.Value.Calculation.CalculationOperation value)
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4; |
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
setCalculation(EmbeddedSass.Value.Calculation.Builder builderForValue)
.sass.embedded_protocol.Value.Calculation calculation = 5; |
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
setCalculation(EmbeddedSass.Value.Calculation value)
.sass.embedded_protocol.Value.Calculation calculation = 5; |
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
setInterpolation(String value)
An unquoted string as created by interpolation for
backwards-compatibility with older Sass syntax.
|
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
setInterpolationBytes(com.google.protobuf.ByteString value)
An unquoted string as created by interpolation for
backwards-compatibility with older Sass syntax.
|
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
setNumber(EmbeddedSass.Value.Number.Builder builderForValue)
.sass.embedded_protocol.Value.Number number = 1; |
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
setNumber(EmbeddedSass.Value.Number value)
.sass.embedded_protocol.Value.Number number = 1; |
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
setOperation(EmbeddedSass.Value.Calculation.CalculationOperation.Builder builderForValue)
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4; |
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
setOperation(EmbeddedSass.Value.Calculation.CalculationOperation value)
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4; |
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
setString(String value)
An unquoted string, as from a function like `var()` or `env()`.
|
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
setStringBytes(com.google.protobuf.ByteString value)
An unquoted string, as from a function like `var()` or `env()`.
|
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.Value.Calculation.CalculationValue.Builder>public EmbeddedSass.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<EmbeddedSass.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<EmbeddedSass.Value.Calculation.CalculationValue.Builder>public EmbeddedSass.Value.Calculation.CalculationValue getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic EmbeddedSass.Value.Calculation.CalculationValue build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic EmbeddedSass.Value.Calculation.CalculationValue buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic EmbeddedSass.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<EmbeddedSass.Value.Calculation.CalculationValue.Builder>public EmbeddedSass.Value.Calculation.CalculationValue.Builder mergeFrom(EmbeddedSass.Value.Calculation.CalculationValue other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.Value.Calculation.CalculationValue.Builder>public EmbeddedSass.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<EmbeddedSass.Value.Calculation.CalculationValue.Builder>IOExceptionpublic EmbeddedSass.Value.Calculation.CalculationValue.ValueCase getValueCase()
getValueCase in interface EmbeddedSass.Value.Calculation.CalculationValueOrBuilderpublic EmbeddedSass.Value.Calculation.CalculationValue.Builder clearValue()
public boolean hasNumber()
.sass.embedded_protocol.Value.Number number = 1;hasNumber in interface EmbeddedSass.Value.Calculation.CalculationValueOrBuilderpublic EmbeddedSass.Value.Number getNumber()
.sass.embedded_protocol.Value.Number number = 1;getNumber in interface EmbeddedSass.Value.Calculation.CalculationValueOrBuilderpublic EmbeddedSass.Value.Calculation.CalculationValue.Builder setNumber(EmbeddedSass.Value.Number value)
.sass.embedded_protocol.Value.Number number = 1;public EmbeddedSass.Value.Calculation.CalculationValue.Builder setNumber(EmbeddedSass.Value.Number.Builder builderForValue)
.sass.embedded_protocol.Value.Number number = 1;public EmbeddedSass.Value.Calculation.CalculationValue.Builder mergeNumber(EmbeddedSass.Value.Number value)
.sass.embedded_protocol.Value.Number number = 1;public EmbeddedSass.Value.Calculation.CalculationValue.Builder clearNumber()
.sass.embedded_protocol.Value.Number number = 1;public EmbeddedSass.Value.Number.Builder getNumberBuilder()
.sass.embedded_protocol.Value.Number number = 1;public EmbeddedSass.Value.NumberOrBuilder getNumberOrBuilder()
.sass.embedded_protocol.Value.Number number = 1;getNumberOrBuilder in interface EmbeddedSass.Value.Calculation.CalculationValueOrBuilderpublic boolean hasString()
An unquoted string, as from a function like `var()` or `env()`.
string string = 2;hasString in interface EmbeddedSass.Value.Calculation.CalculationValueOrBuilderpublic String getString()
An unquoted string, as from a function like `var()` or `env()`.
string string = 2;getString in interface EmbeddedSass.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 EmbeddedSass.Value.Calculation.CalculationValueOrBuilderpublic EmbeddedSass.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 EmbeddedSass.Value.Calculation.CalculationValue.Builder clearString()
An unquoted string, as from a function like `var()` or `env()`.
string string = 2;public EmbeddedSass.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 EmbeddedSass.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 EmbeddedSass.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 EmbeddedSass.Value.Calculation.CalculationValueOrBuilderpublic EmbeddedSass.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 EmbeddedSass.Value.Calculation.CalculationValue.Builder clearInterpolation()
An unquoted string as created by interpolation for backwards-compatibility with older Sass syntax.
string interpolation = 3;public EmbeddedSass.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 EmbeddedSass.Value.Calculation.CalculationValueOrBuilderpublic EmbeddedSass.Value.Calculation.CalculationOperation getOperation()
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4;getOperation in interface EmbeddedSass.Value.Calculation.CalculationValueOrBuilderpublic EmbeddedSass.Value.Calculation.CalculationValue.Builder setOperation(EmbeddedSass.Value.Calculation.CalculationOperation value)
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4;public EmbeddedSass.Value.Calculation.CalculationValue.Builder setOperation(EmbeddedSass.Value.Calculation.CalculationOperation.Builder builderForValue)
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4;public EmbeddedSass.Value.Calculation.CalculationValue.Builder mergeOperation(EmbeddedSass.Value.Calculation.CalculationOperation value)
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4;public EmbeddedSass.Value.Calculation.CalculationValue.Builder clearOperation()
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4;public EmbeddedSass.Value.Calculation.CalculationOperation.Builder getOperationBuilder()
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4;public EmbeddedSass.Value.Calculation.CalculationOperationOrBuilder getOperationOrBuilder()
.sass.embedded_protocol.Value.Calculation.CalculationOperation operation = 4;getOperationOrBuilder in interface EmbeddedSass.Value.Calculation.CalculationValueOrBuilderpublic boolean hasCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 5;hasCalculation in interface EmbeddedSass.Value.Calculation.CalculationValueOrBuilderpublic EmbeddedSass.Value.Calculation getCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 5;getCalculation in interface EmbeddedSass.Value.Calculation.CalculationValueOrBuilderpublic EmbeddedSass.Value.Calculation.CalculationValue.Builder setCalculation(EmbeddedSass.Value.Calculation value)
.sass.embedded_protocol.Value.Calculation calculation = 5;public EmbeddedSass.Value.Calculation.CalculationValue.Builder setCalculation(EmbeddedSass.Value.Calculation.Builder builderForValue)
.sass.embedded_protocol.Value.Calculation calculation = 5;public EmbeddedSass.Value.Calculation.CalculationValue.Builder mergeCalculation(EmbeddedSass.Value.Calculation value)
.sass.embedded_protocol.Value.Calculation calculation = 5;public EmbeddedSass.Value.Calculation.CalculationValue.Builder clearCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 5;public EmbeddedSass.Value.Calculation.Builder getCalculationBuilder()
.sass.embedded_protocol.Value.Calculation calculation = 5;public EmbeddedSass.Value.CalculationOrBuilder getCalculationOrBuilder()
.sass.embedded_protocol.Value.Calculation calculation = 5;getCalculationOrBuilder in interface EmbeddedSass.Value.Calculation.CalculationValueOrBuilderpublic final EmbeddedSass.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<EmbeddedSass.Value.Calculation.CalculationValue.Builder>public final EmbeddedSass.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<EmbeddedSass.Value.Calculation.CalculationValue.Builder>