public static final class Value.CompilerMixin.Builder extends com.google.protobuf.GeneratedMessage.Builder<Value.CompilerMixin.Builder> implements Value.CompilerMixinOrBuilder
A first-class mixin defined in the compiler. New `CompilerMixin`s may only be created by the compiler, but the host may pass `CompilerMixin`s back to the compiler as long as their IDs match IDs of mixins received by the host during that same compilation.Protobuf type
sass.embedded_protocol.Value.CompilerMixin| Modifier and Type | Method and Description |
|---|---|
Value.CompilerMixin |
build() |
Value.CompilerMixin |
buildPartial() |
Value.CompilerMixin.Builder |
clear() |
Value.CompilerMixin.Builder |
clearId()
A unique ID for this mixin.
|
Value.CompilerMixin |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getId()
A unique ID for this mixin.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Value.CompilerMixin.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Value.CompilerMixin.Builder |
mergeFrom(com.google.protobuf.Message other) |
Value.CompilerMixin.Builder |
mergeFrom(Value.CompilerMixin other) |
Value.CompilerMixin.Builder |
setId(int value)
A unique ID for this mixin.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Value.CompilerMixin.Builder>public Value.CompilerMixin.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<Value.CompilerMixin.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.GeneratedMessage.Builder<Value.CompilerMixin.Builder>public Value.CompilerMixin getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Value.CompilerMixin build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Value.CompilerMixin buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Value.CompilerMixin.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Value.CompilerMixin.Builder>public Value.CompilerMixin.Builder mergeFrom(Value.CompilerMixin other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Value.CompilerMixin.Builder>public Value.CompilerMixin.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<Value.CompilerMixin.Builder>IOExceptionpublic int getId()
A unique ID for this mixin. The compiler is responsible for generating this ID and ensuring it's unique across all mixins passed to the host for this compilation. Mandatory.
uint32 id = 1;getId in interface Value.CompilerMixinOrBuilderpublic Value.CompilerMixin.Builder setId(int value)
A unique ID for this mixin. The compiler is responsible for generating this ID and ensuring it's unique across all mixins passed to the host for this compilation. Mandatory.
uint32 id = 1;value - The id to set.public Value.CompilerMixin.Builder clearId()
A unique ID for this mixin. The compiler is responsible for generating this ID and ensuring it's unique across all mixins passed to the host for this compilation. Mandatory.
uint32 id = 1;