public static final class EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder> implements EmbeddedSass.InboundMessage.CompileRequest.ImporterOrBuilder
A wrapper message that represents either a user-defined importer or a load path on disk. This must be a wrapper because `oneof` types can't be `repeated`.Protobuf type
sass.embedded_protocol.InboundMessage.CompileRequest.Importer| Modifier and Type | Method and Description |
|---|---|
EmbeddedSass.InboundMessage.CompileRequest.Importer |
build() |
EmbeddedSass.InboundMessage.CompileRequest.Importer |
buildPartial() |
EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder |
clear() |
EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder |
clearFileImporterId()
A unique ID for a special kind of user-defined importer that tells
the compiler where to look for files on the physical filesystem, but
leaves the details of resolving partials and extensions and loading
the file from disk up to the compiler itself.
|
EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder |
clearImporter() |
EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder |
clearImporterId()
A unique ID for a user-defined importer.
|
EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder |
clearPath()
A built-in importer that loads Sass files within the given directory
on disk.
|
EmbeddedSass.InboundMessage.CompileRequest.Importer |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getFileImporterId()
A unique ID for a special kind of user-defined importer that tells
the compiler where to look for files on the physical filesystem, but
leaves the details of resolving partials and extensions and loading
the file from disk up to the compiler itself.
|
EmbeddedSass.InboundMessage.CompileRequest.Importer.ImporterCase |
getImporterCase() |
int |
getImporterId()
A unique ID for a user-defined importer.
|
String |
getPath()
A built-in importer that loads Sass files within the given directory
on disk.
|
com.google.protobuf.ByteString |
getPathBytes()
A built-in importer that loads Sass files within the given directory
on disk.
|
boolean |
hasFileImporterId()
A unique ID for a special kind of user-defined importer that tells
the compiler where to look for files on the physical filesystem, but
leaves the details of resolving partials and extensions and loading
the file from disk up to the compiler itself.
|
boolean |
hasImporterId()
A unique ID for a user-defined importer.
|
boolean |
hasPath()
A built-in importer that loads Sass files within the given directory
on disk.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder |
mergeFrom(EmbeddedSass.InboundMessage.CompileRequest.Importer other) |
EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder |
mergeFrom(com.google.protobuf.Message other) |
EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder |
setFileImporterId(int value)
A unique ID for a special kind of user-defined importer that tells
the compiler where to look for files on the physical filesystem, but
leaves the details of resolving partials and extensions and loading
the file from disk up to the compiler itself.
|
EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder |
setImporterId(int value)
A unique ID for a user-defined importer.
|
EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder |
setPath(String value)
A built-in importer that loads Sass files within the given directory
on disk.
|
EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder |
setPathBytes(com.google.protobuf.ByteString value)
A built-in importer that loads Sass files within the given directory
on disk.
|
EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
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.Importer.Builder>public EmbeddedSass.InboundMessage.CompileRequest.Importer.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.Importer.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.Importer.Builder>public EmbeddedSass.InboundMessage.CompileRequest.Importer getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic EmbeddedSass.InboundMessage.CompileRequest.Importer build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic EmbeddedSass.InboundMessage.CompileRequest.Importer buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic EmbeddedSass.InboundMessage.CompileRequest.Importer.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.Importer.Builder>public EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder mergeFrom(EmbeddedSass.InboundMessage.CompileRequest.Importer other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder>public EmbeddedSass.InboundMessage.CompileRequest.Importer.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.Importer.Builder>IOExceptionpublic EmbeddedSass.InboundMessage.CompileRequest.Importer.ImporterCase getImporterCase()
getImporterCase in interface EmbeddedSass.InboundMessage.CompileRequest.ImporterOrBuilderpublic EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder clearImporter()
public boolean hasPath()
A built-in importer that loads Sass files within the given directory on disk.
string path = 1;hasPath in interface EmbeddedSass.InboundMessage.CompileRequest.ImporterOrBuilderpublic String getPath()
A built-in importer that loads Sass files within the given directory on disk.
string path = 1;getPath in interface EmbeddedSass.InboundMessage.CompileRequest.ImporterOrBuilderpublic com.google.protobuf.ByteString getPathBytes()
A built-in importer that loads Sass files within the given directory on disk.
string path = 1;getPathBytes in interface EmbeddedSass.InboundMessage.CompileRequest.ImporterOrBuilderpublic EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder setPath(String value)
A built-in importer that loads Sass files within the given directory on disk.
string path = 1;value - The path to set.public EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder clearPath()
A built-in importer that loads Sass files within the given directory on disk.
string path = 1;public EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder setPathBytes(com.google.protobuf.ByteString value)
A built-in importer that loads Sass files within the given directory on disk.
string path = 1;value - The bytes for path to set.public boolean hasImporterId()
A unique ID for a user-defined importer. This ID will be included in outbound `CanonicalizeRequest` and `ImportRequest` messages to indicate which importer is being called. The host is responsible for generating this ID and ensuring that it's unique across all importers registered for this compilation.
uint32 importer_id = 2;hasImporterId in interface EmbeddedSass.InboundMessage.CompileRequest.ImporterOrBuilderpublic int getImporterId()
A unique ID for a user-defined importer. This ID will be included in outbound `CanonicalizeRequest` and `ImportRequest` messages to indicate which importer is being called. The host is responsible for generating this ID and ensuring that it's unique across all importers registered for this compilation.
uint32 importer_id = 2;getImporterId in interface EmbeddedSass.InboundMessage.CompileRequest.ImporterOrBuilderpublic EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder setImporterId(int value)
A unique ID for a user-defined importer. This ID will be included in outbound `CanonicalizeRequest` and `ImportRequest` messages to indicate which importer is being called. The host is responsible for generating this ID and ensuring that it's unique across all importers registered for this compilation.
uint32 importer_id = 2;value - The importerId to set.public EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder clearImporterId()
A unique ID for a user-defined importer. This ID will be included in outbound `CanonicalizeRequest` and `ImportRequest` messages to indicate which importer is being called. The host is responsible for generating this ID and ensuring that it's unique across all importers registered for this compilation.
uint32 importer_id = 2;public boolean hasFileImporterId()
A unique ID for a special kind of user-defined importer that tells the compiler where to look for files on the physical filesystem, but leaves the details of resolving partials and extensions and loading the file from disk up to the compiler itself. This ID will be included in outbound `FileImportRequest` messages to indicate which importer is being called. The host is responsible for generating this ID and ensuring that it's unique across all importers registered for this compilation.
uint32 file_importer_id = 3;hasFileImporterId in interface EmbeddedSass.InboundMessage.CompileRequest.ImporterOrBuilderpublic int getFileImporterId()
A unique ID for a special kind of user-defined importer that tells the compiler where to look for files on the physical filesystem, but leaves the details of resolving partials and extensions and loading the file from disk up to the compiler itself. This ID will be included in outbound `FileImportRequest` messages to indicate which importer is being called. The host is responsible for generating this ID and ensuring that it's unique across all importers registered for this compilation.
uint32 file_importer_id = 3;getFileImporterId in interface EmbeddedSass.InboundMessage.CompileRequest.ImporterOrBuilderpublic EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder setFileImporterId(int value)
A unique ID for a special kind of user-defined importer that tells the compiler where to look for files on the physical filesystem, but leaves the details of resolving partials and extensions and loading the file from disk up to the compiler itself. This ID will be included in outbound `FileImportRequest` messages to indicate which importer is being called. The host is responsible for generating this ID and ensuring that it's unique across all importers registered for this compilation.
uint32 file_importer_id = 3;value - The fileImporterId to set.public EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder clearFileImporterId()
A unique ID for a special kind of user-defined importer that tells the compiler where to look for files on the physical filesystem, but leaves the details of resolving partials and extensions and loading the file from disk up to the compiler itself. This ID will be included in outbound `FileImportRequest` messages to indicate which importer is being called. The host is responsible for generating this ID and ensuring that it's unique across all importers registered for this compilation.
uint32 file_importer_id = 3;public final EmbeddedSass.InboundMessage.CompileRequest.Importer.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.Importer.Builder>public final EmbeddedSass.InboundMessage.CompileRequest.Importer.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.Importer.Builder>