public static final class EmbeddedSass.Value.CompilerFunction.Builder extends GeneratedMessageV3.Builder<EmbeddedSass.Value.CompilerFunction.Builder> implements EmbeddedSass.Value.CompilerFunctionOrBuilder
A first-class function defined in the compiler. New `CompilerFunction`s may only be created by the compiler, but the host may pass `CompilerFunction`s back to the compiler as long as their IDs match IDs of functions received by the host during that same compilation.Protobuf type
sass.embedded_protocol.Value.CompilerFunction
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.CompilerFunction.Builder>
public EmbeddedSass.Value.CompilerFunction.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.CompilerFunction.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.CompilerFunction.Builder>
public EmbeddedSass.Value.CompilerFunction getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public EmbeddedSass.Value.CompilerFunction build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public EmbeddedSass.Value.CompilerFunction buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public EmbeddedSass.Value.CompilerFunction.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.CompilerFunction.Builder>
public EmbeddedSass.Value.CompilerFunction.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.CompilerFunction.Builder>
public EmbeddedSass.Value.CompilerFunction.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.CompilerFunction.Builder>
public EmbeddedSass.Value.CompilerFunction.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.CompilerFunction.Builder>
public EmbeddedSass.Value.CompilerFunction.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.CompilerFunction.Builder>
public EmbeddedSass.Value.CompilerFunction.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.CompilerFunction.Builder>
public EmbeddedSass.Value.CompilerFunction.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<EmbeddedSass.Value.CompilerFunction.Builder>
public EmbeddedSass.Value.CompilerFunction.Builder mergeFrom(EmbeddedSass.Value.CompilerFunction other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.CompilerFunction.Builder>
public EmbeddedSass.Value.CompilerFunction.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.CompilerFunction.Builder>
IOException
public int getId()
A unique ID for this function. The compiler is responsible for generating this ID and ensuring it's unique across all functions passed to the host for this compilation. Mandatory.
uint32 id = 1;
getId
in interface EmbeddedSass.Value.CompilerFunctionOrBuilder
public EmbeddedSass.Value.CompilerFunction.Builder setId(int value)
A unique ID for this function. The compiler is responsible for generating this ID and ensuring it's unique across all functions passed to the host for this compilation. Mandatory.
uint32 id = 1;
value
- The id to set.public EmbeddedSass.Value.CompilerFunction.Builder clearId()
A unique ID for this function. The compiler is responsible for generating this ID and ensuring it's unique across all functions passed to the host for this compilation. Mandatory.
uint32 id = 1;
public final EmbeddedSass.Value.CompilerFunction.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.CompilerFunction.Builder>
public final EmbeddedSass.Value.CompilerFunction.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.CompilerFunction.Builder>