public static interface EmbeddedSass.InboundMessage.FileImportResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getError()
An error message explaining why the URL could not be loaded.
|
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.
|
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
isInitialized
int getId()
uint32 id = 1;
boolean hasFileUrl()
The absolute `file:` URL to look for the file on the physical filesystem. The host must ensure that this URL follows the format for an absolute `file:` URL on the current operating system without a hostname, and the compiler must verify this to the best of its ability. 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 host must ensure that this URL follows the format for an absolute `file:` URL on the current operating system without a hostname, and the compiler must verify this to the best of its ability. 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;
ByteString getFileUrlBytes()
The absolute `file:` URL to look for the file on the physical filesystem. The host must ensure that this URL follows the format for an absolute `file:` URL on the current operating system without a hostname, and the compiler must verify this to the best of its ability. 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;
ByteString getErrorBytes()
An error message explaining why the URL could not be loaded.
string error = 3;
EmbeddedSass.InboundMessage.FileImportResponse.ResultCase getResultCase()