public static final class EmbeddedSass.Value.Calculation.CalculationOperation.Builder extends GeneratedMessageV3.Builder<EmbeddedSass.Value.Calculation.CalculationOperation.Builder> implements EmbeddedSass.Value.Calculation.CalculationOperationOrBuilder
A binary operation that appears in a calculation.Protobuf type
sass.embedded_protocol.Value.Calculation.CalculationOperation
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeDelimitedFrom, mergeDelimitedFrom
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public EmbeddedSass.Value.Calculation.CalculationOperation.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.Calculation.CalculationOperation.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.Calculation.CalculationOperation.Builder>
public EmbeddedSass.Value.Calculation.CalculationOperation getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public EmbeddedSass.Value.Calculation.CalculationOperation build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public EmbeddedSass.Value.Calculation.CalculationOperation buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public EmbeddedSass.Value.Calculation.CalculationOperation.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.Calculation.CalculationOperation.Builder>
public EmbeddedSass.Value.Calculation.CalculationOperation.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.Calculation.CalculationOperation.Builder>
public EmbeddedSass.Value.Calculation.CalculationOperation.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.Calculation.CalculationOperation.Builder>
public EmbeddedSass.Value.Calculation.CalculationOperation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.Calculation.CalculationOperation.Builder>
public EmbeddedSass.Value.Calculation.CalculationOperation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.Calculation.CalculationOperation.Builder>
public EmbeddedSass.Value.Calculation.CalculationOperation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.Calculation.CalculationOperation.Builder>
public EmbeddedSass.Value.Calculation.CalculationOperation.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<EmbeddedSass.Value.Calculation.CalculationOperation.Builder>
public EmbeddedSass.Value.Calculation.CalculationOperation.Builder mergeFrom(EmbeddedSass.Value.Calculation.CalculationOperation other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.Calculation.CalculationOperation.Builder>
public EmbeddedSass.Value.Calculation.CalculationOperation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<EmbeddedSass.Value.Calculation.CalculationOperation.Builder>
IOException
public int getOperatorValue()
The operator to perform.
.sass.embedded_protocol.CalculationOperator operator = 1;
getOperatorValue
in interface EmbeddedSass.Value.Calculation.CalculationOperationOrBuilder
public EmbeddedSass.Value.Calculation.CalculationOperation.Builder setOperatorValue(int value)
The operator to perform.
.sass.embedded_protocol.CalculationOperator operator = 1;
value
- The enum numeric value on the wire for operator to set.public EmbeddedSass.CalculationOperator getOperator()
The operator to perform.
.sass.embedded_protocol.CalculationOperator operator = 1;
getOperator
in interface EmbeddedSass.Value.Calculation.CalculationOperationOrBuilder
public EmbeddedSass.Value.Calculation.CalculationOperation.Builder setOperator(EmbeddedSass.CalculationOperator value)
The operator to perform.
.sass.embedded_protocol.CalculationOperator operator = 1;
value
- The operator to set.public EmbeddedSass.Value.Calculation.CalculationOperation.Builder clearOperator()
The operator to perform.
.sass.embedded_protocol.CalculationOperator operator = 1;
public boolean hasLeft()
The left-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue left = 2;
hasLeft
in interface EmbeddedSass.Value.Calculation.CalculationOperationOrBuilder
public EmbeddedSass.Value.Calculation.CalculationValue getLeft()
The left-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue left = 2;
getLeft
in interface EmbeddedSass.Value.Calculation.CalculationOperationOrBuilder
public EmbeddedSass.Value.Calculation.CalculationOperation.Builder setLeft(EmbeddedSass.Value.Calculation.CalculationValue value)
The left-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue left = 2;
public EmbeddedSass.Value.Calculation.CalculationOperation.Builder setLeft(EmbeddedSass.Value.Calculation.CalculationValue.Builder builderForValue)
The left-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue left = 2;
public EmbeddedSass.Value.Calculation.CalculationOperation.Builder mergeLeft(EmbeddedSass.Value.Calculation.CalculationValue value)
The left-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue left = 2;
public EmbeddedSass.Value.Calculation.CalculationOperation.Builder clearLeft()
The left-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue left = 2;
public EmbeddedSass.Value.Calculation.CalculationValue.Builder getLeftBuilder()
The left-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue left = 2;
public EmbeddedSass.Value.Calculation.CalculationValueOrBuilder getLeftOrBuilder()
The left-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue left = 2;
getLeftOrBuilder
in interface EmbeddedSass.Value.Calculation.CalculationOperationOrBuilder
public boolean hasRight()
The right-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue right = 3;
hasRight
in interface EmbeddedSass.Value.Calculation.CalculationOperationOrBuilder
public EmbeddedSass.Value.Calculation.CalculationValue getRight()
The right-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue right = 3;
getRight
in interface EmbeddedSass.Value.Calculation.CalculationOperationOrBuilder
public EmbeddedSass.Value.Calculation.CalculationOperation.Builder setRight(EmbeddedSass.Value.Calculation.CalculationValue value)
The right-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue right = 3;
public EmbeddedSass.Value.Calculation.CalculationOperation.Builder setRight(EmbeddedSass.Value.Calculation.CalculationValue.Builder builderForValue)
The right-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue right = 3;
public EmbeddedSass.Value.Calculation.CalculationOperation.Builder mergeRight(EmbeddedSass.Value.Calculation.CalculationValue value)
The right-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue right = 3;
public EmbeddedSass.Value.Calculation.CalculationOperation.Builder clearRight()
The right-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue right = 3;
public EmbeddedSass.Value.Calculation.CalculationValue.Builder getRightBuilder()
The right-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue right = 3;
public EmbeddedSass.Value.Calculation.CalculationValueOrBuilder getRightOrBuilder()
The right-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue right = 3;
getRightOrBuilder
in interface EmbeddedSass.Value.Calculation.CalculationOperationOrBuilder
public final EmbeddedSass.Value.Calculation.CalculationOperation.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.Calculation.CalculationOperation.Builder>
public final EmbeddedSass.Value.Calculation.CalculationOperation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.Calculation.CalculationOperation.Builder>