Interface ClientWireProtocol.ExecuteUpdateResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ClientWireProtocol.ExecuteUpdateResponse, ClientWireProtocol.ExecuteUpdateResponse.Builder
Enclosing class:
ClientWireProtocol

public static interface ClientWireProtocol.ExecuteUpdateResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasResponse

      boolean hasResponse()
      .xg.cmdcomp.ConfirmationResponse response = 1;
      Returns:
      Whether the response field is set.
    • getResponse

      .xg.cmdcomp.ConfirmationResponse response = 1;
      Returns:
      The response.
    • getResponseOrBuilder

      .xg.cmdcomp.ConfirmationResponse response = 1;
    • getUpdateRowCount

      int getUpdateRowCount()
      sfixed32 updateRowCount = 2;
      Returns:
      The updateRowCount.
    • getRedirect

      boolean getRedirect()
       Redirect = true, means we are telling client to send the command elsewhere
       
      bool redirect = 3;
      Returns:
      The redirect.
    • getRedirectHost

      String getRedirectHost()
      string redirectHost = 4;
      Returns:
      The redirectHost.
    • getRedirectHostBytes

      com.google.protobuf.ByteString getRedirectHostBytes()
      string redirectHost = 4;
      Returns:
      The bytes for redirectHost.
    • getRedirectPort

      int getRedirectPort()
      fixed32 redirectPort = 5;
      Returns:
      The redirectPort.
    • getQueryId

      String getQueryId()
      string queryId = 6;
      Returns:
      The queryId.
    • getQueryIdBytes

      com.google.protobuf.ByteString getQueryIdBytes()
      string queryId = 6;
      Returns:
      The bytes for queryId.