public static final class InboundMessage.CompileRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<InboundMessage.CompileRequest.Builder> implements InboundMessage.CompileRequestOrBuilder
A request that compiles an entrypoint to CSS.Protobuf type
sass.embedded_protocol.InboundMessage.CompileRequest| Modifier and Type | Method and Description |
|---|---|
InboundMessage.CompileRequest.Builder |
addAllGlobalFunctions(Iterable<String> values)
Signatures for custom global functions whose behavior is defined by the
host.
|
InboundMessage.CompileRequest.Builder |
addAllImporters(Iterable<? extends InboundMessage.CompileRequest.Importer> values)
Importers (including load paths on the filesystem) to use when resolving
imports that can't be resolved relative to the file that contains it.
|
InboundMessage.CompileRequest.Builder |
addGlobalFunctions(String value)
Signatures for custom global functions whose behavior is defined by the
host.
|
InboundMessage.CompileRequest.Builder |
addGlobalFunctionsBytes(com.google.protobuf.ByteString value)
Signatures for custom global functions whose behavior is defined by the
host.
|
InboundMessage.CompileRequest.Builder |
addImporters(InboundMessage.CompileRequest.Importer.Builder builderForValue)
Importers (including load paths on the filesystem) to use when resolving
imports that can't be resolved relative to the file that contains it.
|
InboundMessage.CompileRequest.Builder |
addImporters(InboundMessage.CompileRequest.Importer value)
Importers (including load paths on the filesystem) to use when resolving
imports that can't be resolved relative to the file that contains it.
|
InboundMessage.CompileRequest.Builder |
addImporters(int index,
InboundMessage.CompileRequest.Importer.Builder builderForValue)
Importers (including load paths on the filesystem) to use when resolving
imports that can't be resolved relative to the file that contains it.
|
InboundMessage.CompileRequest.Builder |
addImporters(int index,
InboundMessage.CompileRequest.Importer value)
Importers (including load paths on the filesystem) to use when resolving
imports that can't be resolved relative to the file that contains it.
|
InboundMessage.CompileRequest.Importer.Builder |
addImportersBuilder()
Importers (including load paths on the filesystem) to use when resolving
imports that can't be resolved relative to the file that contains it.
|
InboundMessage.CompileRequest.Importer.Builder |
addImportersBuilder(int index)
Importers (including load paths on the filesystem) to use when resolving
imports that can't be resolved relative to the file that contains it.
|
InboundMessage.CompileRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
InboundMessage.CompileRequest |
build() |
InboundMessage.CompileRequest |
buildPartial() |
InboundMessage.CompileRequest.Builder |
clear() |
InboundMessage.CompileRequest.Builder |
clearAlertAscii()
Whether to encode the formatted message of errors and logs in ASCII.
|
InboundMessage.CompileRequest.Builder |
clearAlertColor()
Whether to use terminal colors in the formatted message of errors and
logs.
|
InboundMessage.CompileRequest.Builder |
clearCharset()
Whether to emit a `@charset`/BOM for non-ASCII stylesheets.
|
InboundMessage.CompileRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
InboundMessage.CompileRequest.Builder |
clearGlobalFunctions()
Signatures for custom global functions whose behavior is defined by the
host.
|
InboundMessage.CompileRequest.Builder |
clearImporters()
Importers (including load paths on the filesystem) to use when resolving
imports that can't be resolved relative to the file that contains it.
|
InboundMessage.CompileRequest.Builder |
clearInput() |
InboundMessage.CompileRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
InboundMessage.CompileRequest.Builder |
clearPath()
A stylesheet loaded from the given path on the filesystem.
|
InboundMessage.CompileRequest.Builder |
clearQuietDeps()
Whether to omit events for deprecation warnings coming from dependencies
(files loaded from a different importer than the input).
|
InboundMessage.CompileRequest.Builder |
clearSourceMap()
Whether to generate a source map.
|
InboundMessage.CompileRequest.Builder |
clearSourceMapIncludeSources()
Whether to include sources in the generated sourcemap
|
InboundMessage.CompileRequest.Builder |
clearString()
A stylesheet loaded from its contents.
|
InboundMessage.CompileRequest.Builder |
clearStyle()
How to format the CSS output.
|
InboundMessage.CompileRequest.Builder |
clearVerbose()
Whether to report all deprecation warnings or only the first few ones.
|
InboundMessage.CompileRequest.Builder |
clone() |
boolean |
getAlertAscii()
Whether to encode the formatted message of errors and logs in ASCII.
|
boolean |
getAlertColor()
Whether to use terminal colors in the formatted message of errors and
logs.
|
boolean |
getCharset()
Whether to emit a `@charset`/BOM for non-ASCII stylesheets.
|
InboundMessage.CompileRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getGlobalFunctions(int index)
Signatures for custom global functions whose behavior is defined by the
host.
|
com.google.protobuf.ByteString |
getGlobalFunctionsBytes(int index)
Signatures for custom global functions whose behavior is defined by the
host.
|
int |
getGlobalFunctionsCount()
Signatures for custom global functions whose behavior is defined by the
host.
|
com.google.protobuf.ProtocolStringList |
getGlobalFunctionsList()
Signatures for custom global functions whose behavior is defined by the
host.
|
InboundMessage.CompileRequest.Importer |
getImporters(int index)
Importers (including load paths on the filesystem) to use when resolving
imports that can't be resolved relative to the file that contains it.
|
InboundMessage.CompileRequest.Importer.Builder |
getImportersBuilder(int index)
Importers (including load paths on the filesystem) to use when resolving
imports that can't be resolved relative to the file that contains it.
|
List<InboundMessage.CompileRequest.Importer.Builder> |
getImportersBuilderList()
Importers (including load paths on the filesystem) to use when resolving
imports that can't be resolved relative to the file that contains it.
|
int |
getImportersCount()
Importers (including load paths on the filesystem) to use when resolving
imports that can't be resolved relative to the file that contains it.
|
List<InboundMessage.CompileRequest.Importer> |
getImportersList()
Importers (including load paths on the filesystem) to use when resolving
imports that can't be resolved relative to the file that contains it.
|
InboundMessage.CompileRequest.ImporterOrBuilder |
getImportersOrBuilder(int index)
Importers (including load paths on the filesystem) to use when resolving
imports that can't be resolved relative to the file that contains it.
|
List<? extends InboundMessage.CompileRequest.ImporterOrBuilder> |
getImportersOrBuilderList()
Importers (including load paths on the filesystem) to use when resolving
imports that can't be resolved relative to the file that contains it.
|
InboundMessage.CompileRequest.InputCase |
getInputCase() |
String |
getPath()
A stylesheet loaded from the given path on the filesystem.
|
com.google.protobuf.ByteString |
getPathBytes()
A stylesheet loaded from the given path on the filesystem.
|
boolean |
getQuietDeps()
Whether to omit events for deprecation warnings coming from dependencies
(files loaded from a different importer than the input).
|
boolean |
getSourceMap()
Whether to generate a source map.
|
boolean |
getSourceMapIncludeSources()
Whether to include sources in the generated sourcemap
|
InboundMessage.CompileRequest.StringInput |
getString()
A stylesheet loaded from its contents.
|
InboundMessage.CompileRequest.StringInput.Builder |
getStringBuilder()
A stylesheet loaded from its contents.
|
InboundMessage.CompileRequest.StringInputOrBuilder |
getStringOrBuilder()
A stylesheet loaded from its contents.
|
OutputStyle |
getStyle()
How to format the CSS output.
|
int |
getStyleValue()
How to format the CSS output.
|
boolean |
getVerbose()
Whether to report all deprecation warnings or only the first few ones.
|
boolean |
hasPath()
A stylesheet loaded from the given path on the filesystem.
|
boolean |
hasString()
A stylesheet loaded from its contents.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
InboundMessage.CompileRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
InboundMessage.CompileRequest.Builder |
mergeFrom(InboundMessage.CompileRequest other) |
InboundMessage.CompileRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
InboundMessage.CompileRequest.Builder |
mergeString(InboundMessage.CompileRequest.StringInput value)
A stylesheet loaded from its contents.
|
InboundMessage.CompileRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
InboundMessage.CompileRequest.Builder |
removeImporters(int index)
Importers (including load paths on the filesystem) to use when resolving
imports that can't be resolved relative to the file that contains it.
|
InboundMessage.CompileRequest.Builder |
setAlertAscii(boolean value)
Whether to encode the formatted message of errors and logs in ASCII.
|
InboundMessage.CompileRequest.Builder |
setAlertColor(boolean value)
Whether to use terminal colors in the formatted message of errors and
logs.
|
InboundMessage.CompileRequest.Builder |
setCharset(boolean value)
Whether to emit a `@charset`/BOM for non-ASCII stylesheets.
|
InboundMessage.CompileRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
InboundMessage.CompileRequest.Builder |
setGlobalFunctions(int index,
String value)
Signatures for custom global functions whose behavior is defined by the
host.
|
InboundMessage.CompileRequest.Builder |
setImporters(int index,
InboundMessage.CompileRequest.Importer.Builder builderForValue)
Importers (including load paths on the filesystem) to use when resolving
imports that can't be resolved relative to the file that contains it.
|
InboundMessage.CompileRequest.Builder |
setImporters(int index,
InboundMessage.CompileRequest.Importer value)
Importers (including load paths on the filesystem) to use when resolving
imports that can't be resolved relative to the file that contains it.
|
InboundMessage.CompileRequest.Builder |
setPath(String value)
A stylesheet loaded from the given path on the filesystem.
|
InboundMessage.CompileRequest.Builder |
setPathBytes(com.google.protobuf.ByteString value)
A stylesheet loaded from the given path on the filesystem.
|
InboundMessage.CompileRequest.Builder |
setQuietDeps(boolean value)
Whether to omit events for deprecation warnings coming from dependencies
(files loaded from a different importer than the input).
|
InboundMessage.CompileRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
InboundMessage.CompileRequest.Builder |
setSourceMap(boolean value)
Whether to generate a source map.
|
InboundMessage.CompileRequest.Builder |
setSourceMapIncludeSources(boolean value)
Whether to include sources in the generated sourcemap
|
InboundMessage.CompileRequest.Builder |
setString(InboundMessage.CompileRequest.StringInput.Builder builderForValue)
A stylesheet loaded from its contents.
|
InboundMessage.CompileRequest.Builder |
setString(InboundMessage.CompileRequest.StringInput value)
A stylesheet loaded from its contents.
|
InboundMessage.CompileRequest.Builder |
setStyle(OutputStyle value)
How to format the CSS output.
|
InboundMessage.CompileRequest.Builder |
setStyleValue(int value)
How to format the CSS output.
|
InboundMessage.CompileRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
InboundMessage.CompileRequest.Builder |
setVerbose(boolean value)
Whether to report all deprecation warnings or only the first few ones.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<InboundMessage.CompileRequest.Builder>public InboundMessage.CompileRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<InboundMessage.CompileRequest.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.GeneratedMessageV3.Builder<InboundMessage.CompileRequest.Builder>public InboundMessage.CompileRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic InboundMessage.CompileRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic InboundMessage.CompileRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic InboundMessage.CompileRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<InboundMessage.CompileRequest.Builder>public InboundMessage.CompileRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<InboundMessage.CompileRequest.Builder>public InboundMessage.CompileRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<InboundMessage.CompileRequest.Builder>public InboundMessage.CompileRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<InboundMessage.CompileRequest.Builder>public InboundMessage.CompileRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<InboundMessage.CompileRequest.Builder>public InboundMessage.CompileRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<InboundMessage.CompileRequest.Builder>public InboundMessage.CompileRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<InboundMessage.CompileRequest.Builder>public InboundMessage.CompileRequest.Builder mergeFrom(InboundMessage.CompileRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<InboundMessage.CompileRequest.Builder>public InboundMessage.CompileRequest.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<InboundMessage.CompileRequest.Builder>IOExceptionpublic InboundMessage.CompileRequest.InputCase getInputCase()
getInputCase in interface InboundMessage.CompileRequestOrBuilderpublic InboundMessage.CompileRequest.Builder clearInput()
public boolean hasString()
A stylesheet loaded from its contents.
.sass.embedded_protocol.InboundMessage.CompileRequest.StringInput string = 2;hasString in interface InboundMessage.CompileRequestOrBuilderpublic InboundMessage.CompileRequest.StringInput getString()
A stylesheet loaded from its contents.
.sass.embedded_protocol.InboundMessage.CompileRequest.StringInput string = 2;getString in interface InboundMessage.CompileRequestOrBuilderpublic InboundMessage.CompileRequest.Builder setString(InboundMessage.CompileRequest.StringInput value)
A stylesheet loaded from its contents.
.sass.embedded_protocol.InboundMessage.CompileRequest.StringInput string = 2;public InboundMessage.CompileRequest.Builder setString(InboundMessage.CompileRequest.StringInput.Builder builderForValue)
A stylesheet loaded from its contents.
.sass.embedded_protocol.InboundMessage.CompileRequest.StringInput string = 2;public InboundMessage.CompileRequest.Builder mergeString(InboundMessage.CompileRequest.StringInput value)
A stylesheet loaded from its contents.
.sass.embedded_protocol.InboundMessage.CompileRequest.StringInput string = 2;public InboundMessage.CompileRequest.Builder clearString()
A stylesheet loaded from its contents.
.sass.embedded_protocol.InboundMessage.CompileRequest.StringInput string = 2;public InboundMessage.CompileRequest.StringInput.Builder getStringBuilder()
A stylesheet loaded from its contents.
.sass.embedded_protocol.InboundMessage.CompileRequest.StringInput string = 2;public InboundMessage.CompileRequest.StringInputOrBuilder getStringOrBuilder()
A stylesheet loaded from its contents.
.sass.embedded_protocol.InboundMessage.CompileRequest.StringInput string = 2;getStringOrBuilder in interface InboundMessage.CompileRequestOrBuilderpublic boolean hasPath()
A stylesheet loaded from the given path on the filesystem.
string path = 3;hasPath in interface InboundMessage.CompileRequestOrBuilderpublic String getPath()
A stylesheet loaded from the given path on the filesystem.
string path = 3;getPath in interface InboundMessage.CompileRequestOrBuilderpublic com.google.protobuf.ByteString getPathBytes()
A stylesheet loaded from the given path on the filesystem.
string path = 3;getPathBytes in interface InboundMessage.CompileRequestOrBuilderpublic InboundMessage.CompileRequest.Builder setPath(String value)
A stylesheet loaded from the given path on the filesystem.
string path = 3;value - The path to set.public InboundMessage.CompileRequest.Builder clearPath()
A stylesheet loaded from the given path on the filesystem.
string path = 3;public InboundMessage.CompileRequest.Builder setPathBytes(com.google.protobuf.ByteString value)
A stylesheet loaded from the given path on the filesystem.
string path = 3;value - The bytes for path to set.public int getStyleValue()
How to format the CSS output.
.sass.embedded_protocol.OutputStyle style = 4;getStyleValue in interface InboundMessage.CompileRequestOrBuilderpublic InboundMessage.CompileRequest.Builder setStyleValue(int value)
How to format the CSS output.
.sass.embedded_protocol.OutputStyle style = 4;value - The enum numeric value on the wire for style to set.public OutputStyle getStyle()
How to format the CSS output.
.sass.embedded_protocol.OutputStyle style = 4;getStyle in interface InboundMessage.CompileRequestOrBuilderpublic InboundMessage.CompileRequest.Builder setStyle(OutputStyle value)
How to format the CSS output.
.sass.embedded_protocol.OutputStyle style = 4;value - The style to set.public InboundMessage.CompileRequest.Builder clearStyle()
How to format the CSS output.
.sass.embedded_protocol.OutputStyle style = 4;public boolean getSourceMap()
Whether to generate a source map. Note that this will *not* add a source map comment to the stylesheet; that's up to the host or its users.
bool source_map = 5;getSourceMap in interface InboundMessage.CompileRequestOrBuilderpublic InboundMessage.CompileRequest.Builder setSourceMap(boolean value)
Whether to generate a source map. Note that this will *not* add a source map comment to the stylesheet; that's up to the host or its users.
bool source_map = 5;value - The sourceMap to set.public InboundMessage.CompileRequest.Builder clearSourceMap()
Whether to generate a source map. Note that this will *not* add a source map comment to the stylesheet; that's up to the host or its users.
bool source_map = 5;public List<InboundMessage.CompileRequest.Importer> getImportersList()
Importers (including load paths on the filesystem) to use when resolving imports that can't be resolved relative to the file that contains it. Each importer is checked in order until one recognizes the imported URL.
repeated .sass.embedded_protocol.InboundMessage.CompileRequest.Importer importers = 6;getImportersList in interface InboundMessage.CompileRequestOrBuilderpublic int getImportersCount()
Importers (including load paths on the filesystem) to use when resolving imports that can't be resolved relative to the file that contains it. Each importer is checked in order until one recognizes the imported URL.
repeated .sass.embedded_protocol.InboundMessage.CompileRequest.Importer importers = 6;getImportersCount in interface InboundMessage.CompileRequestOrBuilderpublic InboundMessage.CompileRequest.Importer getImporters(int index)
Importers (including load paths on the filesystem) to use when resolving imports that can't be resolved relative to the file that contains it. Each importer is checked in order until one recognizes the imported URL.
repeated .sass.embedded_protocol.InboundMessage.CompileRequest.Importer importers = 6;getImporters in interface InboundMessage.CompileRequestOrBuilderpublic InboundMessage.CompileRequest.Builder setImporters(int index, InboundMessage.CompileRequest.Importer value)
Importers (including load paths on the filesystem) to use when resolving imports that can't be resolved relative to the file that contains it. Each importer is checked in order until one recognizes the imported URL.
repeated .sass.embedded_protocol.InboundMessage.CompileRequest.Importer importers = 6;public InboundMessage.CompileRequest.Builder setImporters(int index, InboundMessage.CompileRequest.Importer.Builder builderForValue)
Importers (including load paths on the filesystem) to use when resolving imports that can't be resolved relative to the file that contains it. Each importer is checked in order until one recognizes the imported URL.
repeated .sass.embedded_protocol.InboundMessage.CompileRequest.Importer importers = 6;public InboundMessage.CompileRequest.Builder addImporters(InboundMessage.CompileRequest.Importer value)
Importers (including load paths on the filesystem) to use when resolving imports that can't be resolved relative to the file that contains it. Each importer is checked in order until one recognizes the imported URL.
repeated .sass.embedded_protocol.InboundMessage.CompileRequest.Importer importers = 6;public InboundMessage.CompileRequest.Builder addImporters(int index, InboundMessage.CompileRequest.Importer value)
Importers (including load paths on the filesystem) to use when resolving imports that can't be resolved relative to the file that contains it. Each importer is checked in order until one recognizes the imported URL.
repeated .sass.embedded_protocol.InboundMessage.CompileRequest.Importer importers = 6;public InboundMessage.CompileRequest.Builder addImporters(InboundMessage.CompileRequest.Importer.Builder builderForValue)
Importers (including load paths on the filesystem) to use when resolving imports that can't be resolved relative to the file that contains it. Each importer is checked in order until one recognizes the imported URL.
repeated .sass.embedded_protocol.InboundMessage.CompileRequest.Importer importers = 6;public InboundMessage.CompileRequest.Builder addImporters(int index, InboundMessage.CompileRequest.Importer.Builder builderForValue)
Importers (including load paths on the filesystem) to use when resolving imports that can't be resolved relative to the file that contains it. Each importer is checked in order until one recognizes the imported URL.
repeated .sass.embedded_protocol.InboundMessage.CompileRequest.Importer importers = 6;public InboundMessage.CompileRequest.Builder addAllImporters(Iterable<? extends InboundMessage.CompileRequest.Importer> values)
Importers (including load paths on the filesystem) to use when resolving imports that can't be resolved relative to the file that contains it. Each importer is checked in order until one recognizes the imported URL.
repeated .sass.embedded_protocol.InboundMessage.CompileRequest.Importer importers = 6;public InboundMessage.CompileRequest.Builder clearImporters()
Importers (including load paths on the filesystem) to use when resolving imports that can't be resolved relative to the file that contains it. Each importer is checked in order until one recognizes the imported URL.
repeated .sass.embedded_protocol.InboundMessage.CompileRequest.Importer importers = 6;public InboundMessage.CompileRequest.Builder removeImporters(int index)
Importers (including load paths on the filesystem) to use when resolving imports that can't be resolved relative to the file that contains it. Each importer is checked in order until one recognizes the imported URL.
repeated .sass.embedded_protocol.InboundMessage.CompileRequest.Importer importers = 6;public InboundMessage.CompileRequest.Importer.Builder getImportersBuilder(int index)
Importers (including load paths on the filesystem) to use when resolving imports that can't be resolved relative to the file that contains it. Each importer is checked in order until one recognizes the imported URL.
repeated .sass.embedded_protocol.InboundMessage.CompileRequest.Importer importers = 6;public InboundMessage.CompileRequest.ImporterOrBuilder getImportersOrBuilder(int index)
Importers (including load paths on the filesystem) to use when resolving imports that can't be resolved relative to the file that contains it. Each importer is checked in order until one recognizes the imported URL.
repeated .sass.embedded_protocol.InboundMessage.CompileRequest.Importer importers = 6;getImportersOrBuilder in interface InboundMessage.CompileRequestOrBuilderpublic List<? extends InboundMessage.CompileRequest.ImporterOrBuilder> getImportersOrBuilderList()
Importers (including load paths on the filesystem) to use when resolving imports that can't be resolved relative to the file that contains it. Each importer is checked in order until one recognizes the imported URL.
repeated .sass.embedded_protocol.InboundMessage.CompileRequest.Importer importers = 6;getImportersOrBuilderList in interface InboundMessage.CompileRequestOrBuilderpublic InboundMessage.CompileRequest.Importer.Builder addImportersBuilder()
Importers (including load paths on the filesystem) to use when resolving imports that can't be resolved relative to the file that contains it. Each importer is checked in order until one recognizes the imported URL.
repeated .sass.embedded_protocol.InboundMessage.CompileRequest.Importer importers = 6;public InboundMessage.CompileRequest.Importer.Builder addImportersBuilder(int index)
Importers (including load paths on the filesystem) to use when resolving imports that can't be resolved relative to the file that contains it. Each importer is checked in order until one recognizes the imported URL.
repeated .sass.embedded_protocol.InboundMessage.CompileRequest.Importer importers = 6;public List<InboundMessage.CompileRequest.Importer.Builder> getImportersBuilderList()
Importers (including load paths on the filesystem) to use when resolving imports that can't be resolved relative to the file that contains it. Each importer is checked in order until one recognizes the imported URL.
repeated .sass.embedded_protocol.InboundMessage.CompileRequest.Importer importers = 6;public com.google.protobuf.ProtocolStringList getGlobalFunctionsList()
Signatures for custom global functions whose behavior is defined by the host. If this is not a valid Sass function signature that could appear after `@function` in a Sass stylesheet (such as `mix($color1, $color2, $weight: 50%)`), or if it conflicts with a function name that's built into the Sass language, the compiler must treat the compilation as failed. Compilers must ensure that pure-Sass functions take precedence over custom global functions.
repeated string global_functions = 7;getGlobalFunctionsList in interface InboundMessage.CompileRequestOrBuilderpublic int getGlobalFunctionsCount()
Signatures for custom global functions whose behavior is defined by the host. If this is not a valid Sass function signature that could appear after `@function` in a Sass stylesheet (such as `mix($color1, $color2, $weight: 50%)`), or if it conflicts with a function name that's built into the Sass language, the compiler must treat the compilation as failed. Compilers must ensure that pure-Sass functions take precedence over custom global functions.
repeated string global_functions = 7;getGlobalFunctionsCount in interface InboundMessage.CompileRequestOrBuilderpublic String getGlobalFunctions(int index)
Signatures for custom global functions whose behavior is defined by the host. If this is not a valid Sass function signature that could appear after `@function` in a Sass stylesheet (such as `mix($color1, $color2, $weight: 50%)`), or if it conflicts with a function name that's built into the Sass language, the compiler must treat the compilation as failed. Compilers must ensure that pure-Sass functions take precedence over custom global functions.
repeated string global_functions = 7;getGlobalFunctions in interface InboundMessage.CompileRequestOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getGlobalFunctionsBytes(int index)
Signatures for custom global functions whose behavior is defined by the host. If this is not a valid Sass function signature that could appear after `@function` in a Sass stylesheet (such as `mix($color1, $color2, $weight: 50%)`), or if it conflicts with a function name that's built into the Sass language, the compiler must treat the compilation as failed. Compilers must ensure that pure-Sass functions take precedence over custom global functions.
repeated string global_functions = 7;getGlobalFunctionsBytes in interface InboundMessage.CompileRequestOrBuilderindex - The index of the value to return.public InboundMessage.CompileRequest.Builder setGlobalFunctions(int index, String value)
Signatures for custom global functions whose behavior is defined by the host. If this is not a valid Sass function signature that could appear after `@function` in a Sass stylesheet (such as `mix($color1, $color2, $weight: 50%)`), or if it conflicts with a function name that's built into the Sass language, the compiler must treat the compilation as failed. Compilers must ensure that pure-Sass functions take precedence over custom global functions.
repeated string global_functions = 7;index - The index to set the value at.value - The globalFunctions to set.public InboundMessage.CompileRequest.Builder addGlobalFunctions(String value)
Signatures for custom global functions whose behavior is defined by the host. If this is not a valid Sass function signature that could appear after `@function` in a Sass stylesheet (such as `mix($color1, $color2, $weight: 50%)`), or if it conflicts with a function name that's built into the Sass language, the compiler must treat the compilation as failed. Compilers must ensure that pure-Sass functions take precedence over custom global functions.
repeated string global_functions = 7;value - The globalFunctions to add.public InboundMessage.CompileRequest.Builder addAllGlobalFunctions(Iterable<String> values)
Signatures for custom global functions whose behavior is defined by the host. If this is not a valid Sass function signature that could appear after `@function` in a Sass stylesheet (such as `mix($color1, $color2, $weight: 50%)`), or if it conflicts with a function name that's built into the Sass language, the compiler must treat the compilation as failed. Compilers must ensure that pure-Sass functions take precedence over custom global functions.
repeated string global_functions = 7;values - The globalFunctions to add.public InboundMessage.CompileRequest.Builder clearGlobalFunctions()
Signatures for custom global functions whose behavior is defined by the host. If this is not a valid Sass function signature that could appear after `@function` in a Sass stylesheet (such as `mix($color1, $color2, $weight: 50%)`), or if it conflicts with a function name that's built into the Sass language, the compiler must treat the compilation as failed. Compilers must ensure that pure-Sass functions take precedence over custom global functions.
repeated string global_functions = 7;public InboundMessage.CompileRequest.Builder addGlobalFunctionsBytes(com.google.protobuf.ByteString value)
Signatures for custom global functions whose behavior is defined by the host. If this is not a valid Sass function signature that could appear after `@function` in a Sass stylesheet (such as `mix($color1, $color2, $weight: 50%)`), or if it conflicts with a function name that's built into the Sass language, the compiler must treat the compilation as failed. Compilers must ensure that pure-Sass functions take precedence over custom global functions.
repeated string global_functions = 7;value - The bytes of the globalFunctions to add.public boolean getAlertColor()
Whether to use terminal colors in the formatted message of errors and logs.
bool alert_color = 8;getAlertColor in interface InboundMessage.CompileRequestOrBuilderpublic InboundMessage.CompileRequest.Builder setAlertColor(boolean value)
Whether to use terminal colors in the formatted message of errors and logs.
bool alert_color = 8;value - The alertColor to set.public InboundMessage.CompileRequest.Builder clearAlertColor()
Whether to use terminal colors in the formatted message of errors and logs.
bool alert_color = 8;public boolean getAlertAscii()
Whether to encode the formatted message of errors and logs in ASCII.
bool alert_ascii = 9;getAlertAscii in interface InboundMessage.CompileRequestOrBuilderpublic InboundMessage.CompileRequest.Builder setAlertAscii(boolean value)
Whether to encode the formatted message of errors and logs in ASCII.
bool alert_ascii = 9;value - The alertAscii to set.public InboundMessage.CompileRequest.Builder clearAlertAscii()
Whether to encode the formatted message of errors and logs in ASCII.
bool alert_ascii = 9;public boolean getVerbose()
Whether to report all deprecation warnings or only the first few ones. If this is `false`, the compiler may choose not to send events for repeated deprecation warnings. If this is `true`, the compiler must emit an event for every deprecation warning it encounters.
bool verbose = 10;getVerbose in interface InboundMessage.CompileRequestOrBuilderpublic InboundMessage.CompileRequest.Builder setVerbose(boolean value)
Whether to report all deprecation warnings or only the first few ones. If this is `false`, the compiler may choose not to send events for repeated deprecation warnings. If this is `true`, the compiler must emit an event for every deprecation warning it encounters.
bool verbose = 10;value - The verbose to set.public InboundMessage.CompileRequest.Builder clearVerbose()
Whether to report all deprecation warnings or only the first few ones. If this is `false`, the compiler may choose not to send events for repeated deprecation warnings. If this is `true`, the compiler must emit an event for every deprecation warning it encounters.
bool verbose = 10;public boolean getQuietDeps()
Whether to omit events for deprecation warnings coming from dependencies (files loaded from a different importer than the input).
bool quiet_deps = 11;getQuietDeps in interface InboundMessage.CompileRequestOrBuilderpublic InboundMessage.CompileRequest.Builder setQuietDeps(boolean value)
Whether to omit events for deprecation warnings coming from dependencies (files loaded from a different importer than the input).
bool quiet_deps = 11;value - The quietDeps to set.public InboundMessage.CompileRequest.Builder clearQuietDeps()
Whether to omit events for deprecation warnings coming from dependencies (files loaded from a different importer than the input).
bool quiet_deps = 11;public boolean getSourceMapIncludeSources()
Whether to include sources in the generated sourcemap
bool source_map_include_sources = 12;getSourceMapIncludeSources in interface InboundMessage.CompileRequestOrBuilderpublic InboundMessage.CompileRequest.Builder setSourceMapIncludeSources(boolean value)
Whether to include sources in the generated sourcemap
bool source_map_include_sources = 12;value - The sourceMapIncludeSources to set.public InboundMessage.CompileRequest.Builder clearSourceMapIncludeSources()
Whether to include sources in the generated sourcemap
bool source_map_include_sources = 12;public boolean getCharset()
Whether to emit a `@charset`/BOM for non-ASCII stylesheets.
bool charset = 13;getCharset in interface InboundMessage.CompileRequestOrBuilderpublic InboundMessage.CompileRequest.Builder setCharset(boolean value)
Whether to emit a `@charset`/BOM for non-ASCII stylesheets.
bool charset = 13;value - The charset to set.public InboundMessage.CompileRequest.Builder clearCharset()
Whether to emit a `@charset`/BOM for non-ASCII stylesheets.
bool charset = 13;public final InboundMessage.CompileRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<InboundMessage.CompileRequest.Builder>public final InboundMessage.CompileRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<InboundMessage.CompileRequest.Builder>