Interface ClientWireProtocol.KillQueryOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
ClientWireProtocol.KillQuery, ClientWireProtocol.KillQuery.Builder
Enclosing class:
ClientWireProtocol

public static interface ClientWireProtocol.KillQueryOrBuilder extends MessageOrBuilder
  • Method Details

    • getSql

      String getSql()
       This is the UUID of the query in string form (e.g. 123e4567-e89b-12d3-a456-426655440000)
       
      string sql = 1;
      Returns:
      The sql.
    • getSqlBytes

      ByteString getSqlBytes()
       This is the UUID of the query in string form (e.g. 123e4567-e89b-12d3-a456-426655440000)
       
      string sql = 1;
      Returns:
      The bytes for sql.