public static interface EmbeddedSass.InboundMessage.FileImportResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getError()
An error message explaining why the URL could not be loaded.
|
com.google.protobuf.ByteString |
getErrorBytes()
An error message explaining why the URL could not be loaded.
|
String |
getFileUrl()
The absolute `file:` URL to look for the file on the physical
filesystem.
|
com.google.protobuf.ByteString |
getFileUrlBytes()
The absolute `file:` URL to look for the file on the physical
filesystem.
|
int |
getId()
uint32 id = 1; |
EmbeddedSass.InboundMessage.FileImportResponse.ResultCase |
getResultCase() |
boolean |
hasError()
An error message explaining why the URL could not be loaded.
|
boolean |
hasFileUrl()
The absolute `file:` URL to look for the file on the physical
filesystem.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getId()
uint32 id = 1;
boolean hasFileUrl()
The absolute `file:` URL to look for the file on the physical filesystem. The compiler must verify to the best of its ability that this URL follows the format for an absolute `file:` URL on the current operating system without a hostname. If it doesn't, the compiler must treat that as an error thrown by the importer. See https://en.wikipedia.org/wiki/File_URI_scheme for details on the format. The compiler must handle turning this into a canonical URL by resolving it for partials, file extensions, and index files. The compiler must then loading the contents of the resulting canonical URL from the filesystem.
string file_url = 2;
String getFileUrl()
The absolute `file:` URL to look for the file on the physical filesystem. The compiler must verify to the best of its ability that this URL follows the format for an absolute `file:` URL on the current operating system without a hostname. If it doesn't, the compiler must treat that as an error thrown by the importer. See https://en.wikipedia.org/wiki/File_URI_scheme for details on the format. The compiler must handle turning this into a canonical URL by resolving it for partials, file extensions, and index files. The compiler must then loading the contents of the resulting canonical URL from the filesystem.
string file_url = 2;
com.google.protobuf.ByteString getFileUrlBytes()
The absolute `file:` URL to look for the file on the physical filesystem. The compiler must verify to the best of its ability that this URL follows the format for an absolute `file:` URL on the current operating system without a hostname. If it doesn't, the compiler must treat that as an error thrown by the importer. See https://en.wikipedia.org/wiki/File_URI_scheme for details on the format. The compiler must handle turning this into a canonical URL by resolving it for partials, file extensions, and index files. The compiler must then loading the contents of the resulting canonical URL from the filesystem.
string file_url = 2;
boolean hasError()
An error message explaining why the URL could not be loaded.
string error = 3;
String getError()
An error message explaining why the URL could not be loaded.
string error = 3;
com.google.protobuf.ByteString getErrorBytes()
An error message explaining why the URL could not be loaded.
string error = 3;
EmbeddedSass.InboundMessage.FileImportResponse.ResultCase getResultCase()