Interface ClientWireProtocol.FetchSystemMetadataResponseOrBuilder

    • Method Detail

      • hasResponse

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

        boolean hasResultSetVal()
        .xg.cmdcomp.ResultSet result_set_val = 2;
        Returns:
        Whether the resultSetVal field is set.
      • getStringVal

        String getStringVal()
        string string_val = 3;
        Returns:
        The stringVal.
      • getStringValBytes

        com.google.protobuf.ByteString getStringValBytes()
        string string_val = 3;
        Returns:
        The bytes for stringVal.
      • getIntVal

        int getIntVal()
        sfixed32 int_val = 4;
        Returns:
        The intVal.