Package sass.embedded_protocol
Class EmbeddedSass.Value
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- sass.embedded_protocol.EmbeddedSass.Value
-
- All Implemented Interfaces:
Message
,MessageLite
,MessageLiteOrBuilder
,MessageOrBuilder
,Serializable
,EmbeddedSass.ValueOrBuilder
- Enclosing class:
- EmbeddedSass
public static final class EmbeddedSass.Value extends GeneratedMessageV3 implements EmbeddedSass.ValueOrBuilder
A SassScript value, passed to and returned by functions.
Protobuf typesass.embedded_protocol.Value
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EmbeddedSass.Value.ArgumentList
A SassScript argument list value.static interface
EmbeddedSass.Value.ArgumentListOrBuilder
static class
EmbeddedSass.Value.Builder
A SassScript value, passed to and returned by functions.static class
EmbeddedSass.Value.Calculation
A SassScript calculation value.static interface
EmbeddedSass.Value.CalculationOrBuilder
static class
EmbeddedSass.Value.CompilerFunction
A first-class function defined in the compiler.static interface
EmbeddedSass.Value.CompilerFunctionOrBuilder
static class
EmbeddedSass.Value.HostFunction
An anonymous custom function defined in the host.static interface
EmbeddedSass.Value.HostFunctionOrBuilder
static class
EmbeddedSass.Value.HslColor
A SassScript color value, represented as hue, saturation, and lightness channels.static interface
EmbeddedSass.Value.HslColorOrBuilder
static class
EmbeddedSass.Value.HwbColor
A SassScript color value, represented as hue, whiteness, and blackness channels.static interface
EmbeddedSass.Value.HwbColorOrBuilder
static class
EmbeddedSass.Value.List
A SassScript list value.static interface
EmbeddedSass.Value.ListOrBuilder
static class
EmbeddedSass.Value.Map
A SassScript map value.static interface
EmbeddedSass.Value.MapOrBuilder
static class
EmbeddedSass.Value.Number
A SassScript number value.static interface
EmbeddedSass.Value.NumberOrBuilder
static class
EmbeddedSass.Value.RgbColor
A SassScript color value, represented as red, green, and blue channels.static interface
EmbeddedSass.Value.RgbColorOrBuilder
static class
EmbeddedSass.Value.String
A SassScript string value.static interface
EmbeddedSass.Value.StringOrBuilder
static class
EmbeddedSass.Value.ValueCase
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameter
-
Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
AbstractMessageLite.InternalOneOfEnum
-
-
Field Summary
Fields Modifier and Type Field Description static int
ARGUMENT_LIST_FIELD_NUMBER
static int
CALCULATION_FIELD_NUMBER
static int
COMPILER_FUNCTION_FIELD_NUMBER
static int
HOST_FUNCTION_FIELD_NUMBER
static int
HSL_COLOR_FIELD_NUMBER
static int
HWB_COLOR_FIELD_NUMBER
static int
LIST_FIELD_NUMBER
static int
MAP_FIELD_NUMBER
static int
NUMBER_FIELD_NUMBER
static int
RGB_COLOR_FIELD_NUMBER
static int
SINGLETON_FIELD_NUMBER
static int
STRING_FIELD_NUMBER
-
Fields inherited from class com.google.protobuf.GeneratedMessageV3
alwaysUseFieldBuilders, unknownFields
-
Fields inherited from class com.google.protobuf.AbstractMessage
memoizedSize
-
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
EmbeddedSass.Value.ArgumentList
getArgumentList()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10;
EmbeddedSass.Value.ArgumentListOrBuilder
getArgumentListOrBuilder()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10;
EmbeddedSass.Value.Calculation
getCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 12;
EmbeddedSass.Value.CalculationOrBuilder
getCalculationOrBuilder()
.sass.embedded_protocol.Value.Calculation calculation = 12;
EmbeddedSass.Value.CompilerFunction
getCompilerFunction()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;
EmbeddedSass.Value.CompilerFunctionOrBuilder
getCompilerFunctionOrBuilder()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;
static EmbeddedSass.Value
getDefaultInstance()
EmbeddedSass.Value
getDefaultInstanceForType()
static Descriptors.Descriptor
getDescriptor()
EmbeddedSass.Value.HostFunction
getHostFunction()
.sass.embedded_protocol.Value.HostFunction host_function = 9;
EmbeddedSass.Value.HostFunctionOrBuilder
getHostFunctionOrBuilder()
.sass.embedded_protocol.Value.HostFunction host_function = 9;
EmbeddedSass.Value.HslColor
getHslColor()
.sass.embedded_protocol.Value.HslColor hsl_color = 4;
EmbeddedSass.Value.HslColorOrBuilder
getHslColorOrBuilder()
.sass.embedded_protocol.Value.HslColor hsl_color = 4;
EmbeddedSass.Value.HwbColor
getHwbColor()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11;
EmbeddedSass.Value.HwbColorOrBuilder
getHwbColorOrBuilder()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11;
EmbeddedSass.Value.List
getList()
.sass.embedded_protocol.Value.List list = 5;
EmbeddedSass.Value.ListOrBuilder
getListOrBuilder()
.sass.embedded_protocol.Value.List list = 5;
EmbeddedSass.Value.Map
getMap()
.sass.embedded_protocol.Value.Map map = 6;
EmbeddedSass.Value.MapOrBuilder
getMapOrBuilder()
.sass.embedded_protocol.Value.Map map = 6;
EmbeddedSass.Value.Number
getNumber()
.sass.embedded_protocol.Value.Number number = 2;
EmbeddedSass.Value.NumberOrBuilder
getNumberOrBuilder()
.sass.embedded_protocol.Value.Number number = 2;
Parser<EmbeddedSass.Value>
getParserForType()
EmbeddedSass.Value.RgbColor
getRgbColor()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3;
EmbeddedSass.Value.RgbColorOrBuilder
getRgbColorOrBuilder()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3;
int
getSerializedSize()
EmbeddedSass.SingletonValue
getSingleton()
.sass.embedded_protocol.SingletonValue singleton = 7;
int
getSingletonValue()
.sass.embedded_protocol.SingletonValue singleton = 7;
EmbeddedSass.Value.String
getString()
.sass.embedded_protocol.Value.String string = 1;
EmbeddedSass.Value.StringOrBuilder
getStringOrBuilder()
.sass.embedded_protocol.Value.String string = 1;
UnknownFieldSet
getUnknownFields()
EmbeddedSass.Value.ValueCase
getValueCase()
boolean
hasArgumentList()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10;
boolean
hasCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 12;
boolean
hasCompilerFunction()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;
int
hashCode()
boolean
hasHostFunction()
.sass.embedded_protocol.Value.HostFunction host_function = 9;
boolean
hasHslColor()
.sass.embedded_protocol.Value.HslColor hsl_color = 4;
boolean
hasHwbColor()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11;
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
hasRgbColor()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3;
boolean
hasSingleton()
.sass.embedded_protocol.SingletonValue singleton = 7;
boolean
hasString()
.sass.embedded_protocol.Value.String string = 1;
protected GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static EmbeddedSass.Value.Builder
newBuilder()
static EmbeddedSass.Value.Builder
newBuilder(EmbeddedSass.Value prototype)
EmbeddedSass.Value.Builder
newBuilderForType()
protected EmbeddedSass.Value.Builder
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
static EmbeddedSass.Value
parseDelimitedFrom(InputStream input)
static EmbeddedSass.Value
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static EmbeddedSass.Value
parseFrom(byte[] data)
static EmbeddedSass.Value
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static EmbeddedSass.Value
parseFrom(ByteString data)
static EmbeddedSass.Value
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static EmbeddedSass.Value
parseFrom(CodedInputStream input)
static EmbeddedSass.Value
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static EmbeddedSass.Value
parseFrom(InputStream input)
static EmbeddedSass.Value
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static EmbeddedSass.Value
parseFrom(ByteBuffer data)
static EmbeddedSass.Value
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
static Parser<EmbeddedSass.Value>
parser()
EmbeddedSass.Value.Builder
toBuilder()
void
writeTo(CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
-
-
-
-
Field Detail
-
STRING_FIELD_NUMBER
public static final int STRING_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NUMBER_FIELD_NUMBER
public static final int NUMBER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RGB_COLOR_FIELD_NUMBER
public static final int RGB_COLOR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HSL_COLOR_FIELD_NUMBER
public static final int HSL_COLOR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LIST_FIELD_NUMBER
public static final int LIST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MAP_FIELD_NUMBER
public static final int MAP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SINGLETON_FIELD_NUMBER
public static final int SINGLETON_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COMPILER_FUNCTION_FIELD_NUMBER
public static final int COMPILER_FUNCTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HOST_FUNCTION_FIELD_NUMBER
public static final int HOST_FUNCTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ARGUMENT_LIST_FIELD_NUMBER
public static final int ARGUMENT_LIST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HWB_COLOR_FIELD_NUMBER
public static final int HWB_COLOR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CALCULATION_FIELD_NUMBER
public static final int CALCULATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classGeneratedMessageV3
-
getUnknownFields
public final UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFields
in interfaceMessageOrBuilder
- Overrides:
getUnknownFields
in classGeneratedMessageV3
-
getDescriptor
public static final Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classGeneratedMessageV3
-
getValueCase
public EmbeddedSass.Value.ValueCase getValueCase()
- Specified by:
getValueCase
in interfaceEmbeddedSass.ValueOrBuilder
-
hasString
public boolean hasString()
.sass.embedded_protocol.Value.String string = 1;
- Specified by:
hasString
in interfaceEmbeddedSass.ValueOrBuilder
- Returns:
- Whether the string field is set.
-
getString
public EmbeddedSass.Value.String getString()
.sass.embedded_protocol.Value.String string = 1;
- Specified by:
getString
in interfaceEmbeddedSass.ValueOrBuilder
- Returns:
- The string.
-
getStringOrBuilder
public EmbeddedSass.Value.StringOrBuilder getStringOrBuilder()
.sass.embedded_protocol.Value.String string = 1;
- Specified by:
getStringOrBuilder
in interfaceEmbeddedSass.ValueOrBuilder
-
hasNumber
public boolean hasNumber()
.sass.embedded_protocol.Value.Number number = 2;
- Specified by:
hasNumber
in interfaceEmbeddedSass.ValueOrBuilder
- Returns:
- Whether the number field is set.
-
getNumber
public EmbeddedSass.Value.Number getNumber()
.sass.embedded_protocol.Value.Number number = 2;
- Specified by:
getNumber
in interfaceEmbeddedSass.ValueOrBuilder
- Returns:
- The number.
-
getNumberOrBuilder
public EmbeddedSass.Value.NumberOrBuilder getNumberOrBuilder()
.sass.embedded_protocol.Value.Number number = 2;
- Specified by:
getNumberOrBuilder
in interfaceEmbeddedSass.ValueOrBuilder
-
hasRgbColor
public boolean hasRgbColor()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3;
- Specified by:
hasRgbColor
in interfaceEmbeddedSass.ValueOrBuilder
- Returns:
- Whether the rgbColor field is set.
-
getRgbColor
public EmbeddedSass.Value.RgbColor getRgbColor()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3;
- Specified by:
getRgbColor
in interfaceEmbeddedSass.ValueOrBuilder
- Returns:
- The rgbColor.
-
getRgbColorOrBuilder
public EmbeddedSass.Value.RgbColorOrBuilder getRgbColorOrBuilder()
.sass.embedded_protocol.Value.RgbColor rgb_color = 3;
- Specified by:
getRgbColorOrBuilder
in interfaceEmbeddedSass.ValueOrBuilder
-
hasHslColor
public boolean hasHslColor()
.sass.embedded_protocol.Value.HslColor hsl_color = 4;
- Specified by:
hasHslColor
in interfaceEmbeddedSass.ValueOrBuilder
- Returns:
- Whether the hslColor field is set.
-
getHslColor
public EmbeddedSass.Value.HslColor getHslColor()
.sass.embedded_protocol.Value.HslColor hsl_color = 4;
- Specified by:
getHslColor
in interfaceEmbeddedSass.ValueOrBuilder
- Returns:
- The hslColor.
-
getHslColorOrBuilder
public EmbeddedSass.Value.HslColorOrBuilder getHslColorOrBuilder()
.sass.embedded_protocol.Value.HslColor hsl_color = 4;
- Specified by:
getHslColorOrBuilder
in interfaceEmbeddedSass.ValueOrBuilder
-
hasList
public boolean hasList()
.sass.embedded_protocol.Value.List list = 5;
- Specified by:
hasList
in interfaceEmbeddedSass.ValueOrBuilder
- Returns:
- Whether the list field is set.
-
getList
public EmbeddedSass.Value.List getList()
.sass.embedded_protocol.Value.List list = 5;
- Specified by:
getList
in interfaceEmbeddedSass.ValueOrBuilder
- Returns:
- The list.
-
getListOrBuilder
public EmbeddedSass.Value.ListOrBuilder getListOrBuilder()
.sass.embedded_protocol.Value.List list = 5;
- Specified by:
getListOrBuilder
in interfaceEmbeddedSass.ValueOrBuilder
-
hasMap
public boolean hasMap()
.sass.embedded_protocol.Value.Map map = 6;
- Specified by:
hasMap
in interfaceEmbeddedSass.ValueOrBuilder
- Returns:
- Whether the map field is set.
-
getMap
public EmbeddedSass.Value.Map getMap()
.sass.embedded_protocol.Value.Map map = 6;
- Specified by:
getMap
in interfaceEmbeddedSass.ValueOrBuilder
- Returns:
- The map.
-
getMapOrBuilder
public EmbeddedSass.Value.MapOrBuilder getMapOrBuilder()
.sass.embedded_protocol.Value.Map map = 6;
- Specified by:
getMapOrBuilder
in interfaceEmbeddedSass.ValueOrBuilder
-
hasSingleton
public boolean hasSingleton()
.sass.embedded_protocol.SingletonValue singleton = 7;
- Specified by:
hasSingleton
in interfaceEmbeddedSass.ValueOrBuilder
- Returns:
- Whether the singleton field is set.
-
getSingletonValue
public int getSingletonValue()
.sass.embedded_protocol.SingletonValue singleton = 7;
- Specified by:
getSingletonValue
in interfaceEmbeddedSass.ValueOrBuilder
- Returns:
- The enum numeric value on the wire for singleton.
-
getSingleton
public EmbeddedSass.SingletonValue getSingleton()
.sass.embedded_protocol.SingletonValue singleton = 7;
- Specified by:
getSingleton
in interfaceEmbeddedSass.ValueOrBuilder
- Returns:
- The singleton.
-
hasCompilerFunction
public boolean hasCompilerFunction()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;
- Specified by:
hasCompilerFunction
in interfaceEmbeddedSass.ValueOrBuilder
- Returns:
- Whether the compilerFunction field is set.
-
getCompilerFunction
public EmbeddedSass.Value.CompilerFunction getCompilerFunction()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;
- Specified by:
getCompilerFunction
in interfaceEmbeddedSass.ValueOrBuilder
- Returns:
- The compilerFunction.
-
getCompilerFunctionOrBuilder
public EmbeddedSass.Value.CompilerFunctionOrBuilder getCompilerFunctionOrBuilder()
.sass.embedded_protocol.Value.CompilerFunction compiler_function = 8;
- Specified by:
getCompilerFunctionOrBuilder
in interfaceEmbeddedSass.ValueOrBuilder
-
hasHostFunction
public boolean hasHostFunction()
.sass.embedded_protocol.Value.HostFunction host_function = 9;
- Specified by:
hasHostFunction
in interfaceEmbeddedSass.ValueOrBuilder
- Returns:
- Whether the hostFunction field is set.
-
getHostFunction
public EmbeddedSass.Value.HostFunction getHostFunction()
.sass.embedded_protocol.Value.HostFunction host_function = 9;
- Specified by:
getHostFunction
in interfaceEmbeddedSass.ValueOrBuilder
- Returns:
- The hostFunction.
-
getHostFunctionOrBuilder
public EmbeddedSass.Value.HostFunctionOrBuilder getHostFunctionOrBuilder()
.sass.embedded_protocol.Value.HostFunction host_function = 9;
- Specified by:
getHostFunctionOrBuilder
in interfaceEmbeddedSass.ValueOrBuilder
-
hasArgumentList
public boolean hasArgumentList()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10;
- Specified by:
hasArgumentList
in interfaceEmbeddedSass.ValueOrBuilder
- Returns:
- Whether the argumentList field is set.
-
getArgumentList
public EmbeddedSass.Value.ArgumentList getArgumentList()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10;
- Specified by:
getArgumentList
in interfaceEmbeddedSass.ValueOrBuilder
- Returns:
- The argumentList.
-
getArgumentListOrBuilder
public EmbeddedSass.Value.ArgumentListOrBuilder getArgumentListOrBuilder()
.sass.embedded_protocol.Value.ArgumentList argument_list = 10;
- Specified by:
getArgumentListOrBuilder
in interfaceEmbeddedSass.ValueOrBuilder
-
hasHwbColor
public boolean hasHwbColor()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11;
- Specified by:
hasHwbColor
in interfaceEmbeddedSass.ValueOrBuilder
- Returns:
- Whether the hwbColor field is set.
-
getHwbColor
public EmbeddedSass.Value.HwbColor getHwbColor()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11;
- Specified by:
getHwbColor
in interfaceEmbeddedSass.ValueOrBuilder
- Returns:
- The hwbColor.
-
getHwbColorOrBuilder
public EmbeddedSass.Value.HwbColorOrBuilder getHwbColorOrBuilder()
.sass.embedded_protocol.Value.HwbColor hwb_color = 11;
- Specified by:
getHwbColorOrBuilder
in interfaceEmbeddedSass.ValueOrBuilder
-
hasCalculation
public boolean hasCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 12;
- Specified by:
hasCalculation
in interfaceEmbeddedSass.ValueOrBuilder
- Returns:
- Whether the calculation field is set.
-
getCalculation
public EmbeddedSass.Value.Calculation getCalculation()
.sass.embedded_protocol.Value.Calculation calculation = 12;
- Specified by:
getCalculation
in interfaceEmbeddedSass.ValueOrBuilder
- Returns:
- The calculation.
-
getCalculationOrBuilder
public EmbeddedSass.Value.CalculationOrBuilder getCalculationOrBuilder()
.sass.embedded_protocol.Value.Calculation calculation = 12;
- Specified by:
getCalculationOrBuilder
in interfaceEmbeddedSass.ValueOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfaceMessageLiteOrBuilder
- Overrides:
isInitialized
in classGeneratedMessageV3
-
writeTo
public void writeTo(CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfaceMessageLite
- Overrides:
writeTo
in classGeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfaceMessageLite
- Overrides:
getSerializedSize
in classGeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfaceMessage
- Overrides:
equals
in classAbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfaceMessage
- Overrides:
hashCode
in classAbstractMessage
-
parseFrom
public static EmbeddedSass.Value parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static EmbeddedSass.Value parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static EmbeddedSass.Value parseFrom(ByteString data) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static EmbeddedSass.Value parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static EmbeddedSass.Value parseFrom(byte[] data) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static EmbeddedSass.Value parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static EmbeddedSass.Value parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static EmbeddedSass.Value parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static EmbeddedSass.Value parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static EmbeddedSass.Value parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static EmbeddedSass.Value parseFrom(CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static EmbeddedSass.Value parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public EmbeddedSass.Value.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfaceMessage
- Specified by:
newBuilderForType
in interfaceMessageLite
-
newBuilder
public static EmbeddedSass.Value.Builder newBuilder()
-
newBuilder
public static EmbeddedSass.Value.Builder newBuilder(EmbeddedSass.Value prototype)
-
toBuilder
public EmbeddedSass.Value.Builder toBuilder()
- Specified by:
toBuilder
in interfaceMessage
- Specified by:
toBuilder
in interfaceMessageLite
-
newBuilderForType
protected EmbeddedSass.Value.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classGeneratedMessageV3
-
getDefaultInstance
public static EmbeddedSass.Value getDefaultInstance()
-
parser
public static Parser<EmbeddedSass.Value> parser()
-
getParserForType
public Parser<EmbeddedSass.Value> getParserForType()
- Specified by:
getParserForType
in interfaceMessage
- Specified by:
getParserForType
in interfaceMessageLite
- Overrides:
getParserForType
in classGeneratedMessageV3
-
getDefaultInstanceForType
public EmbeddedSass.Value getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfaceMessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfaceMessageOrBuilder
-
-