Interface ClientWireProtocol.AttachToQueryOrBuilder

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

public static interface ClientWireProtocol.AttachToQueryOrBuilder extends MessageOrBuilder
  • Method Details

    • getQueryId

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

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