Package sass.embedded_protocol
Interface EmbeddedSass.OutboundMessage.ImportRequestOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder
,MessageOrBuilder
- All Known Implementing Classes:
EmbeddedSass.OutboundMessage.ImportRequest
,EmbeddedSass.OutboundMessage.ImportRequest.Builder
- Enclosing class:
- EmbeddedSass.OutboundMessage
public static interface EmbeddedSass.OutboundMessage.ImportRequestOrBuilder
extends MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getId
int getId()uint32 id = 1;
- Returns:
- The id.
-
getCompilationId
int getCompilationId()The request id for the compilation that triggered the message. Mandatory.
uint32 compilation_id = 2;
- Returns:
- The compilationId.
-
getImporterId
int getImporterId()The unique ID of the importer being invoked. This must match an `Importer.importer_id` passed to this compilation in `CompileRequest.importers` or `CompileRequest.input.string.importer`. Mandatory.
uint32 importer_id = 3;
- Returns:
- The importerId.
-
getUrl
String getUrl()The canonical URL of the import. This is guaranteed to be a URL returned by a `CanonicalizeRequest` to this importer.
string url = 4;
- Returns:
- The url.
-
getUrlBytes
ByteString getUrlBytes()The canonical URL of the import. This is guaranteed to be a URL returned by a `CanonicalizeRequest` to this importer.
string url = 4;
- Returns:
- The bytes for url.
-