Interface SchemaSaveRequestOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
SchemaSaveRequest, SchemaSaveRequest.Builder

@Generated public interface SchemaSaveRequestOrBuilder extends MessageOrBuilder
  • Method Details

    • getXml

      String getXml()
       The xml to save
       The namespace and table name will be parsed from the xml
       
      string xml = 1;
      Returns:
      The xml.
    • getXmlBytes

      ByteString getXmlBytes()
       The xml to save
       The namespace and table name will be parsed from the xml
       
      string xml = 1;
      Returns:
      The bytes for xml.
    • getNoCompile

      boolean getNoCompile()
       Indicates if the backend should skip compiling loggers and listeners
       
      bool no_compile = 2;
      Returns:
      The noCompile.