public static interface InboundMessage.ImportResponseOrBuilder
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.
|
int |
getId()
uint32 id = 1; |
InboundMessage.ImportResponse.ResultCase |
getResultCase() |
InboundMessage.ImportResponse.ImportSuccess |
getSuccess()
The contents of the loaded stylesheet.
|
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, hasOneofint getId()
uint32 id = 1;boolean hasSuccess()
The contents of the loaded stylesheet.
.sass.embedded_protocol.InboundMessage.ImportResponse.ImportSuccess success = 2;InboundMessage.ImportResponse.ImportSuccess getSuccess()
The contents of the loaded stylesheet.
.sass.embedded_protocol.InboundMessage.ImportResponse.ImportSuccess success = 2;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;com.google.protobuf.ByteString getErrorBytes()
An error message explaining why the URL could not be loaded.
string error = 3;InboundMessage.ImportResponse.ResultCase getResultCase()