public static interface EmbeddedSass.InboundMessage.ImportResponse.ImportSuccessOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getContents()
The text of the stylesheet.
|
ByteString |
getContentsBytes()
The text of the stylesheet.
|
String |
getSourceMapUrl()
An absolute, browser-accessible URL indicating the resolved location of
the imported stylesheet.
|
ByteString |
getSourceMapUrlBytes()
An absolute, browser-accessible URL indicating the resolved location of
the imported stylesheet.
|
EmbeddedSass.Syntax |
getSyntax()
The syntax of `contents`.
|
int |
getSyntaxValue()
The syntax of `contents`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getContents()
The text of the stylesheet. Mandatory.
string contents = 1;
ByteString getContentsBytes()
The text of the stylesheet. Mandatory.
string contents = 1;
int getSyntaxValue()
The syntax of `contents`. Mandatory.
.sass.embedded_protocol.Syntax syntax = 2;
EmbeddedSass.Syntax getSyntax()
The syntax of `contents`. Mandatory.
.sass.embedded_protocol.Syntax syntax = 2;
String getSourceMapUrl()
An absolute, browser-accessible URL indicating the resolved location of the imported stylesheet. Optional. This should be a `file:` URL if one is available, but an `http:` URL is acceptable as well. If no URL is supplied, a `data:` URL is generated automatically from `contents`. If this is provided, it must be an absolute URL, including scheme.
string source_map_url = 3;
ByteString getSourceMapUrlBytes()
An absolute, browser-accessible URL indicating the resolved location of the imported stylesheet. Optional. This should be a `file:` URL if one is available, but an `http:` URL is acceptable as well. If no URL is supplied, a `data:` URL is generated automatically from `contents`. If this is provided, it must be an absolute URL, including scheme.
string source_map_url = 3;