public static final class EmbeddedSass.InboundMessage.CompileRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.CompileRequest.Builder> implements EmbeddedSass.InboundMessage.CompileRequestOrBuilder
A request that compiles an entrypoint to CSS.Protobuf type
sass.embedded_protocol.InboundMessage.CompileRequest| Modifier and Type | Method and Description |
|---|---|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
addAllGlobalFunctions(Iterable<String> values)
Signatures for custom global functions whose behavior is defined by the
host.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
addAllImporters(Iterable<? extends EmbeddedSass.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.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
addGlobalFunctions(String value)
Signatures for custom global functions whose behavior is defined by the
host.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
addGlobalFunctionsBytes(com.google.protobuf.ByteString value)
Signatures for custom global functions whose behavior is defined by the
host.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
addImporters(EmbeddedSass.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.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
addImporters(EmbeddedSass.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.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
addImporters(int index,
EmbeddedSass.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.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
addImporters(int index,
EmbeddedSass.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.
|
EmbeddedSass.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.
|
EmbeddedSass.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.
|
EmbeddedSass.InboundMessage.CompileRequest |
build() |
EmbeddedSass.InboundMessage.CompileRequest |
buildPartial() |
EmbeddedSass.InboundMessage.CompileRequest.Builder |
clear() |
EmbeddedSass.InboundMessage.CompileRequest.Builder |
clearAlertAscii()
Whether to encode the formatted message of errors and logs in ASCII.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
clearAlertColor()
Whether to use terminal colors in the formatted message of errors and
logs.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
clearCharset()
Whether to emit a `@charset`/BOM for non-ASCII stylesheets.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
clearGlobalFunctions()
Signatures for custom global functions whose behavior is defined by the
host.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
clearId()
This compilation's request id.
|
EmbeddedSass.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.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
clearInput() |
EmbeddedSass.InboundMessage.CompileRequest.Builder |
clearPath()
A stylesheet loaded from the given path on the filesystem.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
clearQuietDeps()
Whether to omit events for deprecation warnings coming from dependencies
(files loaded from a different importer than the input).
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
clearSourceMap()
Whether to generate a source map.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
clearSourceMapIncludeSources()
Whether to include sources in the generated sourcemap
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
clearString()
A stylesheet loaded from its contents.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
clearStyle()
How to format the CSS output.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
clearVerbose()
Whether to report all deprecation warnings or only the first few ones.
|
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.
|
EmbeddedSass.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.
|
int |
getId()
This compilation's request id.
|
EmbeddedSass.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.
|
EmbeddedSass.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<EmbeddedSass.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<EmbeddedSass.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.
|
EmbeddedSass.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 EmbeddedSass.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.
|
EmbeddedSass.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
|
EmbeddedSass.InboundMessage.CompileRequest.StringInput |
getString()
A stylesheet loaded from its contents.
|
EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder |
getStringBuilder()
A stylesheet loaded from its contents.
|
EmbeddedSass.InboundMessage.CompileRequest.StringInputOrBuilder |
getStringOrBuilder()
A stylesheet loaded from its contents.
|
EmbeddedSass.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() |
EmbeddedSass.InboundMessage.CompileRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
EmbeddedSass.InboundMessage.CompileRequest.Builder |
mergeFrom(EmbeddedSass.InboundMessage.CompileRequest other) |
EmbeddedSass.InboundMessage.CompileRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
EmbeddedSass.InboundMessage.CompileRequest.Builder |
mergeString(EmbeddedSass.InboundMessage.CompileRequest.StringInput value)
A stylesheet loaded from its contents.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
EmbeddedSass.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.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
setAlertAscii(boolean value)
Whether to encode the formatted message of errors and logs in ASCII.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
setAlertColor(boolean value)
Whether to use terminal colors in the formatted message of errors and
logs.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
setCharset(boolean value)
Whether to emit a `@charset`/BOM for non-ASCII stylesheets.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
setGlobalFunctions(int index,
String value)
Signatures for custom global functions whose behavior is defined by the
host.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
setId(int value)
This compilation's request id.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
setImporters(int index,
EmbeddedSass.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.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
setImporters(int index,
EmbeddedSass.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.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
setPath(String value)
A stylesheet loaded from the given path on the filesystem.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
setPathBytes(com.google.protobuf.ByteString value)
A stylesheet loaded from the given path on the filesystem.
|
EmbeddedSass.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).
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
setSourceMap(boolean value)
Whether to generate a source map.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
setSourceMapIncludeSources(boolean value)
Whether to include sources in the generated sourcemap
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
setString(EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder builderForValue)
A stylesheet loaded from its contents.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
setString(EmbeddedSass.InboundMessage.CompileRequest.StringInput value)
A stylesheet loaded from its contents.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
setStyle(EmbeddedSass.OutputStyle value)
How to format the CSS output.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
setStyleValue(int value)
How to format the CSS output.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
EmbeddedSass.InboundMessage.CompileRequest.Builder |
setVerbose(boolean value)
Whether to report all deprecation warnings or only the first few ones.
|
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, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.CompileRequest.Builder>public EmbeddedSass.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<EmbeddedSass.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<EmbeddedSass.InboundMessage.CompileRequest.Builder>public EmbeddedSass.InboundMessage.CompileRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic EmbeddedSass.InboundMessage.CompileRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic EmbeddedSass.InboundMessage.CompileRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic EmbeddedSass.InboundMessage.CompileRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EmbeddedSass.InboundMessage.CompileRequest.Builder>public EmbeddedSass.InboundMessage.CompileRequest.Builder mergeFrom(EmbeddedSass.InboundMessage.CompileRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.CompileRequest.Builder>public EmbeddedSass.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<EmbeddedSass.InboundMessage.CompileRequest.Builder>IOExceptionpublic EmbeddedSass.InboundMessage.CompileRequest.InputCase getInputCase()
getInputCase in interface EmbeddedSass.InboundMessage.CompileRequestOrBuilderpublic EmbeddedSass.InboundMessage.CompileRequest.Builder clearInput()
public int getId()
This compilation's request id. This is included in messages sent from the compiler to the host. Mandatory.
uint32 id = 1;getId in interface EmbeddedSass.InboundMessage.CompileRequestOrBuilderpublic EmbeddedSass.InboundMessage.CompileRequest.Builder setId(int value)
This compilation's request id. This is included in messages sent from the compiler to the host. Mandatory.
uint32 id = 1;value - The id to set.public EmbeddedSass.InboundMessage.CompileRequest.Builder clearId()
This compilation's request id. This is included in messages sent from the compiler to the host. Mandatory.
uint32 id = 1;public boolean hasString()
A stylesheet loaded from its contents.
.sass.embedded_protocol.InboundMessage.CompileRequest.StringInput string = 2;hasString in interface EmbeddedSass.InboundMessage.CompileRequestOrBuilderpublic EmbeddedSass.InboundMessage.CompileRequest.StringInput getString()
A stylesheet loaded from its contents.
.sass.embedded_protocol.InboundMessage.CompileRequest.StringInput string = 2;getString in interface EmbeddedSass.InboundMessage.CompileRequestOrBuilderpublic EmbeddedSass.InboundMessage.CompileRequest.Builder setString(EmbeddedSass.InboundMessage.CompileRequest.StringInput value)
A stylesheet loaded from its contents.
.sass.embedded_protocol.InboundMessage.CompileRequest.StringInput string = 2;public EmbeddedSass.InboundMessage.CompileRequest.Builder setString(EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder builderForValue)
A stylesheet loaded from its contents.
.sass.embedded_protocol.InboundMessage.CompileRequest.StringInput string = 2;public EmbeddedSass.InboundMessage.CompileRequest.Builder mergeString(EmbeddedSass.InboundMessage.CompileRequest.StringInput value)
A stylesheet loaded from its contents.
.sass.embedded_protocol.InboundMessage.CompileRequest.StringInput string = 2;public EmbeddedSass.InboundMessage.CompileRequest.Builder clearString()
A stylesheet loaded from its contents.
.sass.embedded_protocol.InboundMessage.CompileRequest.StringInput string = 2;public EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder getStringBuilder()
A stylesheet loaded from its contents.
.sass.embedded_protocol.InboundMessage.CompileRequest.StringInput string = 2;public EmbeddedSass.InboundMessage.CompileRequest.StringInputOrBuilder getStringOrBuilder()
A stylesheet loaded from its contents.
.sass.embedded_protocol.InboundMessage.CompileRequest.StringInput string = 2;getStringOrBuilder in interface EmbeddedSass.InboundMessage.CompileRequestOrBuilderpublic boolean hasPath()
A stylesheet loaded from the given path on the filesystem.
string path = 3;hasPath in interface EmbeddedSass.InboundMessage.CompileRequestOrBuilderpublic String getPath()
A stylesheet loaded from the given path on the filesystem.
string path = 3;getPath in interface EmbeddedSass.InboundMessage.CompileRequestOrBuilderpublic com.google.protobuf.ByteString getPathBytes()
A stylesheet loaded from the given path on the filesystem.
string path = 3;getPathBytes in interface EmbeddedSass.InboundMessage.CompileRequestOrBuilderpublic EmbeddedSass.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 EmbeddedSass.InboundMessage.CompileRequest.Builder clearPath()
A stylesheet loaded from the given path on the filesystem.
string path = 3;public EmbeddedSass.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 EmbeddedSass.InboundMessage.CompileRequestOrBuilderpublic EmbeddedSass.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 EmbeddedSass.OutputStyle getStyle()
How to format the CSS output.
.sass.embedded_protocol.OutputStyle style = 4;getStyle in interface EmbeddedSass.InboundMessage.CompileRequestOrBuilderpublic EmbeddedSass.InboundMessage.CompileRequest.Builder setStyle(EmbeddedSass.OutputStyle value)
How to format the CSS output.
.sass.embedded_protocol.OutputStyle style = 4;value - The style to set.public EmbeddedSass.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 EmbeddedSass.InboundMessage.CompileRequestOrBuilderpublic EmbeddedSass.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 EmbeddedSass.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<EmbeddedSass.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 EmbeddedSass.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 EmbeddedSass.InboundMessage.CompileRequestOrBuilderpublic EmbeddedSass.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 EmbeddedSass.InboundMessage.CompileRequestOrBuilderpublic EmbeddedSass.InboundMessage.CompileRequest.Builder setImporters(int index, EmbeddedSass.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 EmbeddedSass.InboundMessage.CompileRequest.Builder setImporters(int index, EmbeddedSass.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 EmbeddedSass.InboundMessage.CompileRequest.Builder addImporters(EmbeddedSass.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 EmbeddedSass.InboundMessage.CompileRequest.Builder addImporters(int index, EmbeddedSass.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 EmbeddedSass.InboundMessage.CompileRequest.Builder addImporters(EmbeddedSass.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 EmbeddedSass.InboundMessage.CompileRequest.Builder addImporters(int index, EmbeddedSass.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 EmbeddedSass.InboundMessage.CompileRequest.Builder addAllImporters(Iterable<? extends EmbeddedSass.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 EmbeddedSass.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 EmbeddedSass.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 EmbeddedSass.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 EmbeddedSass.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 EmbeddedSass.InboundMessage.CompileRequestOrBuilderpublic List<? extends EmbeddedSass.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 EmbeddedSass.InboundMessage.CompileRequestOrBuilderpublic EmbeddedSass.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 EmbeddedSass.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<EmbeddedSass.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 EmbeddedSass.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 EmbeddedSass.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 EmbeddedSass.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 EmbeddedSass.InboundMessage.CompileRequestOrBuilderindex - The index of the value to return.public EmbeddedSass.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 EmbeddedSass.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 EmbeddedSass.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 EmbeddedSass.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 EmbeddedSass.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 EmbeddedSass.InboundMessage.CompileRequestOrBuilderpublic EmbeddedSass.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 EmbeddedSass.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 EmbeddedSass.InboundMessage.CompileRequestOrBuilderpublic EmbeddedSass.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 EmbeddedSass.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 EmbeddedSass.InboundMessage.CompileRequestOrBuilderpublic EmbeddedSass.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 EmbeddedSass.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 EmbeddedSass.InboundMessage.CompileRequestOrBuilderpublic EmbeddedSass.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 EmbeddedSass.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 EmbeddedSass.InboundMessage.CompileRequestOrBuilderpublic EmbeddedSass.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 EmbeddedSass.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 EmbeddedSass.InboundMessage.CompileRequestOrBuilderpublic EmbeddedSass.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 EmbeddedSass.InboundMessage.CompileRequest.Builder clearCharset()
Whether to emit a `@charset`/BOM for non-ASCII stylesheets.
bool charset = 13;public final EmbeddedSass.InboundMessage.CompileRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.CompileRequest.Builder>public final EmbeddedSass.InboundMessage.CompileRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.CompileRequest.Builder>