Package sass.embedded_protocol
Class EmbeddedSass.Value.Calculation.CalculationOperation.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.Value.Calculation.CalculationOperation.Builder>
sass.embedded_protocol.EmbeddedSass.Value.Calculation.CalculationOperation.Builder
- All Implemented Interfaces:
Message.Builder
,MessageLite.Builder
,MessageLiteOrBuilder
,MessageOrBuilder
,Cloneable
,EmbeddedSass.Value.Calculation.CalculationOperationOrBuilder
- Enclosing class:
- EmbeddedSass.Value.Calculation.CalculationOperation
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
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
clear()
The left-hand side of the operation.The operator to perform.The right-hand side of the operation.static final Descriptors.Descriptor
getLeft()
The left-hand side of the operation.The left-hand side of the operation.The left-hand side of the operation.The operator to perform.int
The operator to perform.getRight()
The right-hand side of the operation.The right-hand side of the operation.The right-hand side of the operation.boolean
hasLeft()
The left-hand side of the operation.boolean
hasRight()
The right-hand side of the operation.protected GeneratedMessageV3.FieldAccessorTable
final boolean
mergeFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) The left-hand side of the operation.The right-hand side of the operation.mergeUnknownFields
(UnknownFieldSet unknownFields) The left-hand side of the operation.setLeft
(EmbeddedSass.Value.Calculation.CalculationValue.Builder builderForValue) The left-hand side of the operation.The operator to perform.setOperatorValue
(int value) The operator to perform.The right-hand side of the operation.setRight
(EmbeddedSass.Value.Calculation.CalculationValue.Builder builderForValue) The right-hand side of the operation.setUnknownFields
(UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
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, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
-
internalGetFieldAccessorTable
-
clear
- Specified by:
clear
in interfaceMessage.Builder
- Specified by:
clear
in interfaceMessageLite.Builder
- Overrides:
clear
in classGeneratedMessageV3.Builder<EmbeddedSass.Value.Calculation.CalculationOperation.Builder>
-
getDescriptorForType
- Specified by:
getDescriptorForType
in interfaceMessage.Builder
- Specified by:
getDescriptorForType
in interfaceMessageOrBuilder
- Overrides:
getDescriptorForType
in classGeneratedMessageV3.Builder<EmbeddedSass.Value.Calculation.CalculationOperation.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfaceMessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfaceMessageOrBuilder
-
build
- Specified by:
build
in interfaceMessage.Builder
- Specified by:
build
in interfaceMessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfaceMessage.Builder
- Specified by:
buildPartial
in interfaceMessageLite.Builder
-
mergeFrom
- Specified by:
mergeFrom
in interfaceMessage.Builder
- Overrides:
mergeFrom
in classAbstractMessage.Builder<EmbeddedSass.Value.Calculation.CalculationOperation.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfaceMessageLiteOrBuilder
- Overrides:
isInitialized
in classGeneratedMessageV3.Builder<EmbeddedSass.Value.Calculation.CalculationOperation.Builder>
-
mergeFrom
public EmbeddedSass.Value.Calculation.CalculationOperation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfaceMessage.Builder
- Specified by:
mergeFrom
in interfaceMessageLite.Builder
- Overrides:
mergeFrom
in classAbstractMessage.Builder<EmbeddedSass.Value.Calculation.CalculationOperation.Builder>
- Throws:
IOException
-
getOperatorValue
public int getOperatorValue()The operator to perform.
.sass.embedded_protocol.CalculationOperator operator = 1;
- Specified by:
getOperatorValue
in interfaceEmbeddedSass.Value.Calculation.CalculationOperationOrBuilder
- Returns:
- The enum numeric value on the wire for operator.
-
setOperatorValue
The operator to perform.
.sass.embedded_protocol.CalculationOperator operator = 1;
- Parameters:
value
- The enum numeric value on the wire for operator to set.- Returns:
- This builder for chaining.
-
getOperator
The operator to perform.
.sass.embedded_protocol.CalculationOperator operator = 1;
- Specified by:
getOperator
in interfaceEmbeddedSass.Value.Calculation.CalculationOperationOrBuilder
- Returns:
- The operator.
-
setOperator
public EmbeddedSass.Value.Calculation.CalculationOperation.Builder setOperator(EmbeddedSass.CalculationOperator value) The operator to perform.
.sass.embedded_protocol.CalculationOperator operator = 1;
- Parameters:
value
- The operator to set.- Returns:
- This builder for chaining.
-
clearOperator
The operator to perform.
.sass.embedded_protocol.CalculationOperator operator = 1;
- Returns:
- This builder for chaining.
-
hasLeft
public boolean hasLeft()The left-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue left = 2;
- Specified by:
hasLeft
in interfaceEmbeddedSass.Value.Calculation.CalculationOperationOrBuilder
- Returns:
- Whether the left field is set.
-
getLeft
The left-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue left = 2;
- Specified by:
getLeft
in interfaceEmbeddedSass.Value.Calculation.CalculationOperationOrBuilder
- Returns:
- The left.
-
setLeft
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;
-
setLeft
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;
-
mergeLeft
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;
-
clearLeft
The left-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue left = 2;
-
getLeftBuilder
The left-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue left = 2;
-
getLeftOrBuilder
The left-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue left = 2;
- Specified by:
getLeftOrBuilder
in interfaceEmbeddedSass.Value.Calculation.CalculationOperationOrBuilder
-
hasRight
public boolean hasRight()The right-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue right = 3;
- Specified by:
hasRight
in interfaceEmbeddedSass.Value.Calculation.CalculationOperationOrBuilder
- Returns:
- Whether the right field is set.
-
getRight
The right-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue right = 3;
- Specified by:
getRight
in interfaceEmbeddedSass.Value.Calculation.CalculationOperationOrBuilder
- Returns:
- The right.
-
setRight
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;
-
setRight
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;
-
mergeRight
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;
-
clearRight
The right-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue right = 3;
-
getRightBuilder
The right-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue right = 3;
-
getRightOrBuilder
The right-hand side of the operation.
.sass.embedded_protocol.Value.Calculation.CalculationValue right = 3;
- Specified by:
getRightOrBuilder
in interfaceEmbeddedSass.Value.Calculation.CalculationOperationOrBuilder
-
setUnknownFields
public final EmbeddedSass.Value.Calculation.CalculationOperation.Builder setUnknownFields(UnknownFieldSet unknownFields) - Specified by:
setUnknownFields
in interfaceMessage.Builder
- Overrides:
setUnknownFields
in classGeneratedMessageV3.Builder<EmbeddedSass.Value.Calculation.CalculationOperation.Builder>
-
mergeUnknownFields
public final EmbeddedSass.Value.Calculation.CalculationOperation.Builder mergeUnknownFields(UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfaceMessage.Builder
- Overrides:
mergeUnknownFields
in classGeneratedMessageV3.Builder<EmbeddedSass.Value.Calculation.CalculationOperation.Builder>
-