Interface EmbeddedSass.InboundMessage.ImportResponseOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
EmbeddedSass.InboundMessage.ImportResponse, EmbeddedSass.InboundMessage.ImportResponse.Builder
Enclosing class:
EmbeddedSass.InboundMessage

public static interface EmbeddedSass.InboundMessage.ImportResponseOrBuilder extends MessageOrBuilder
  • Method Details

    • getId

      int getId()
      uint32 id = 1;
      Returns:
      The id.
    • hasSuccess

      boolean hasSuccess()
       The contents of the loaded stylesheet.
       
      .sass.embedded_protocol.InboundMessage.ImportResponse.ImportSuccess success = 2;
      Returns:
      Whether the success field is set.
    • getSuccess

       The contents of the loaded stylesheet.
       
      .sass.embedded_protocol.InboundMessage.ImportResponse.ImportSuccess success = 2;
      Returns:
      The success.
    • getSuccessOrBuilder

       The contents of the loaded stylesheet.
       
      .sass.embedded_protocol.InboundMessage.ImportResponse.ImportSuccess success = 2;
    • hasError

      boolean hasError()
       An error message explaining why the URL could not be loaded.
       
      string error = 3;
      Returns:
      Whether the error field is set.
    • getError

      String getError()
       An error message explaining why the URL could not be loaded.
       
      string error = 3;
      Returns:
      The error.
    • getErrorBytes

      ByteString getErrorBytes()
       An error message explaining why the URL could not be loaded.
       
      string error = 3;
      Returns:
      The bytes for error.
    • getResultCase