public static interface EmbeddedSass.InboundMessage.ImportResponseOrBuilder 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.
|
int |
getId()
uint32 id = 1; |
EmbeddedSass.InboundMessage.ImportResponse.ResultCase |
getResultCase() |
EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess |
getSuccess()
The contents of the loaded stylesheet.
|
EmbeddedSass.InboundMessage.ImportResponse.ImportSuccessOrBuilder |
getSuccessOrBuilder()
The contents of the loaded stylesheet.
|
boolean |
hasError()
An error message explaining why the URL could not be loaded.
|
boolean |
hasSuccess()
The contents of the loaded stylesheet.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getId()
uint32 id = 1;
boolean hasSuccess()
The contents of the loaded stylesheet.
.sass.embedded_protocol.InboundMessage.ImportResponse.ImportSuccess success = 2;
EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess getSuccess()
The contents of the loaded stylesheet.
.sass.embedded_protocol.InboundMessage.ImportResponse.ImportSuccess success = 2;
EmbeddedSass.InboundMessage.ImportResponse.ImportSuccessOrBuilder getSuccessOrBuilder()
The contents of the loaded stylesheet.
.sass.embedded_protocol.InboundMessage.ImportResponse.ImportSuccess success = 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.ImportResponse.ResultCase getResultCase()